This is a real-time clock based automatic LED lamp which we originally designed to use as a night light. This lamp can be programmed to turn on and off at the specific time of the day. For example, it can program to turn on at 6 PM on each day and to turn off at 4 AM the next day.
The core component of this project is PIC16F883 MCU and its firmware is developed using MikroC Pro for PIC. We select this MCU because of its 7 KB flash memory, I2C, UART, E2PROM and built-in 8-bit and 16-bit timers. In this system, we use DS1307 RTC because of its availability in the market and lower external component count.
This lamp is designed to work with commonly available 7W LED panels. In our prototype design, we use 7W 24V warm-white LED module to test this system. To drive other LED modules change the value of the R5 resistor of the current limiter circuit.
This system is designed to program using the RS232 serial port. A user can modify system time, light start and end times by connecting this system to any computer through RS232 serial port. To program and view system information user can use any serial terminal application like minicom, putty, etc.
Once the system is connected to the host PC it can switch to programming mode by sending Enter or Space keystroke through the serial terminal.
This unit is designed to work with 24V - 3A power supply unit. 3V button cell is required as a backup power source of DS1307 RTC. Supplied PCB is designed to work with CR2025 or CR2032 type button cells.
For this project, we use commonly available, less expensive electronic components and in PCB design we use all "through-hole" type components. LED module, heat-sink, and lamp enclosures are now commonly available in the market but make sure to use good quality 24V - 28V LED module with this circuit. During our prototype, we found a lot of defective LED modules in the market.
This is an open hardware project and all its source code are released under the terms of MIT license. Schematics, PCB designs, and other resources are released under the terms of Creative Commons Attribution 4.0 international license. All the source codes, design files and build instructions are at GitHub repository.
The core component of this project is PIC16F883 MCU and its firmware is developed using MikroC Pro for PIC. We select this MCU because of its 7 KB flash memory, I2C, UART, E2PROM and built-in 8-bit and 16-bit timers. In this system, we use DS1307 RTC because of its availability in the market and lower external component count.
A prototype version of RTC Lamp |
This lamp is designed to work with commonly available 7W LED panels. In our prototype design, we use 7W 24V warm-white LED module to test this system. To drive other LED modules change the value of the R5 resistor of the current limiter circuit.
This system is designed to program using the RS232 serial port. A user can modify system time, light start and end times by connecting this system to any computer through RS232 serial port. To program and view system information user can use any serial terminal application like minicom, putty, etc.
Once the system is connected to the host PC it can switch to programming mode by sending Enter or Space keystroke through the serial terminal.
This unit is designed to work with 24V - 3A power supply unit. 3V button cell is required as a backup power source of DS1307 RTC. Supplied PCB is designed to work with CR2025 or CR2032 type button cells.
Final view of the prototype model |
For this project, we use commonly available, less expensive electronic components and in PCB design we use all "through-hole" type components. LED module, heat-sink, and lamp enclosures are now commonly available in the market but make sure to use good quality 24V - 28V LED module with this circuit. During our prototype, we found a lot of defective LED modules in the market.
This is an open hardware project and all its source code are released under the terms of MIT license. Schematics, PCB designs, and other resources are released under the terms of Creative Commons Attribution 4.0 international license. All the source codes, design files and build instructions are at GitHub repository.
Comments