Post

This post is about the evaluation of the DC-DC Boost Converter in Synchronous and Non-Synchronous by utilizing the same hardware with different coding. In my previous post about DC-DC Boost Converter using Arduino Uno, it only discussed non-synchronous.. Table Of Contents I. Introduction A DC-DC converter is an electronic device […]

Introduction An Analog keypad is a type of keypad or button board connected to an analog input on an Arduino microcontroller. One of its advantages is its ability to detect many buttons using only one analog port so that it can save on port usage. For example, in the ATmega328p […]

Table of contents 1. Introduction In this ATmega328P PWM card project, I want to simplify the Arduino Nano SPWM card, or Arduino Nano SPWM with TLP250 which is a project I have previously created. 2. Simplifying the Arduino Nano SPWM Card The simplification I am doing is by directly using […]

I. Introduction In this project, my goal is to design a three-phase SPWM generator using an ESP32 MCPWM peripheral. I aim to gain a solid understanding of how to generate SPWM signals for three-phase applications using the ESP32. This will involve exploring the capabilities of the MCPWM peripheral and designing […]

In this project, I am trying to make a Sinusoidal Pulse Width Modulation using the ESP32 microcontroller and MCPWM. The objective of this experiment is to get a SPWM signal without using a Look Up Table, which allows for generating a variable frequency SPWM signal. Due to many questions about […]

In this project, I will build an Arduino Nano SPWM (sinusoidal pulse width modulation) generator using a TLP250 MOSFET driver. Introduction The TLP250 is a high-speed, low-power MOSFET driver with a single output and a wide voltage range. Then making it suitable for a variety of applications including SPWM generation. […]