Thursday, June 13, 2019

Digital dimmer using Microcontroller atmega8

This project is used to control the brightness of the lamp or can be used to control the speed of the fan.
The system consists of 3 block they are.


  1. Zero crossing detector
  2. Microcontroller (Atmega8)
  3. Load Driver (BT136)Digital dimmerAs the name implies the zero crossing detector generates pulses for every zero crossing of the input AC signal. This pulses are fed to the microcontroller interrupt pin through the opto coupler. The opto coupler is used for the isolation of the high voltage AC to the low voltage DC supply at the microcontroller side.
  4. The microcontroller was interrupted for every zero crossing which switch on the TRIACas per the user need. The user can increase or decrease the output voltage with help of 2 push buttons.The TRIAC BT136 is used to drive the load. It can withstand a maximum load of 5A. You can also use an opto coupler at the TRIACfiring side.


No comments:

Post a Comment

Back to Top