Continuing from my previous post, I will now present the second experiment which is a Zero Crossing Detector using the On-Chip Analog Comparator in ATmega328. Table of Content What is On-Chip Analog Comparator How to Use On-Chip Analog Comparator Zero Crossing Detector Circuit ZCD with On-Chip Analog Comparator Coding Setup() […]

Sometimes we need to change the Inverter parameters, and we do that by changing the values ​​by editing the code. By adding buttons we can make parameter changes easily, there is no need to change coding and upload to Arduino.Just add four buttons and use the internal EEPROM on the […]

The Synchronous Transfer Switch in this project is for moving connections from one source to another. In contrast to ordinary switches, this device will switch the connection only when the phase angle of the two sources is the same. When we move the connection that is done manually then this […]

I use this method from the ATmega328p application notes to make Zero Crossing Detector. Please check the following link for more details: https://www.microchip.com/en-us/application-notes/an2508 Simplest Zero Crossing DetectorCircuit The circuit uses two 1Mohm resistors to limit the current to less than 1mA at the microcontroller input port. Then connect directly to […]

This post is about designing a battery charger using Arduino Uno as a continuation of the DC boost converter project. I made some small additions to hardware and software which I will discuss here. I have a 12V/7.2AH VRLA battery so my project aims to make a charger for it. […]

My post this time is about the DC-DC boost converter, which is a converter from 7V to 12V using Arduino. Here I try to design from start to finish. The first step for this design was determining the proper specifications for my purposes. What I need is the following: Vin […]

  • 1
  • 2