Skip to main content

Posts

Showing posts with the label IRF540

Experimental Zener Diode Tester

This post describes our initial attempt to design an automatic Zener diode tester. This tester is designed using well-known ICs such as MC34063 and PIC16F88 . Output for 5.1V Zener diode. This unit is capable of identifying Zener diodes up to 27.5V. Apart from that, it can be used to recognize leads of the diodes / Zeners and detect damaged diodes. For this project, we use components that are already in our inventory. Most of these components can be replaced with more accurate and modern substitutes. This unit provides approximately 5% to 15% accurate readings. Based on our observations, the accuracy of this unit can increase by using resistors with 1% tolerance, stable booster circuit, accurate sampling method(s), and with a more optimized PCB layout. Prototype version of Zener diode tester The schematic, PCB design and firmware of this project are available to download at github.com .

Programmable light controller

The main objective of this project is to design a maintenance free and low-cost light which automatically turns on and off at the predetermined time of the day. To meet the above requirement I designed this controller using ATmega8 MCU and DS1307 RTC. The driver stage of this light controller is intended to work with commonly available 7W LED modules. PCB of the programmable light controller. The core component of this programmable light is ATmega8 low power CMOS microcontroller. The main reason to select this microcontroller is it’s lower cost and higher availability. Except for the above two reasons this microcontroller also bundled with a rich set of peripherals which including 23 GPIOs, 3 independent timers, Two-wire serial interface, EEPROM, etc. Apart from ATmega8 microcontroller, this system uses DS1307 real time clock to maintain system time. Like ATmega8, DS1307 is also a very popular RTC in the market. This controller is designed to work with a 24V DC power supp...