Skip to main content

Posts

Showing posts with the label Light

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...

Simple Telephone Locator Light

This is simple telephone locator-light which is used to identify the ringing telephone at the night / low light conditions. This unit only activates at low light conditions and it automatically turns off lights after 12 - 15 sec. from the last ring. This telephone locator is mainly based on NE555 timer IC and it is designed to work with 6V 0.5A - 1A power source. This given schematic support a maximum of two 3W power LEDs. During the assembly, it is important to place both LEDs and LDR in two separate positions to avoid any interference to LDR from LEDs. Also, note that in some counties it is illegal to connect custom circuitry into phone lines, please check your local regulatory bodies is concerned. Schematic and PCB designs of this unit are available to download at google drive .