Arduino Day-Night Controller


Posted on Jul 31, 2012

The Circuit is composed of two sections, the light sensing and the power switching. The light sensing part consists of a photo-resistor R4, connected like a voltage divider to R2. Since the resistance of the photo-resistor changes depending on the amount of light that is shining on it, the voltage divider's voltage ratio changes depending on the amount of light present. The voltage going through this part of the circuit is 5 volts dc, supplied from the Arduino board to J4 of the circuit. So the voltage divider is dividing the voltage between the maximum 5 volts, to the minimum 0 volts. The Arduino senses this voltage on its `Analog Pin 0` that connects to J3 on the circuit. This is called `analogRead,` it divides the 0 to 5 volts by 1024 (10 bits, or 2^10) so it can sense a change in voltage as small as .0048 of a volt.


Arduino Day-Night Controller
Click here to download the full size of the above Circuit.

This is an Arduino controlled light sensing switching unit. Its main use is to control solar lights to turn on when it is dark outside, but it can work in many more applications. The power switching section of the circuit is quite simple; it uses a NPN switching transistor Q1, that is digitally controlled by the Arduino board from 'Digital Pin 3' connected to the circuit through J2. It switches the negative leg of the supply voltage from J1. J5 is where a low voltage light or anything you want turned on and off is connected. This guide will walk you through every aspect of the building process. Prior knowledge of the Arduino unit is not necessary since the code and schematic have been supplied for you. This project would be fairly complex to build without an Arduino; it is a good example of how a microcontroller can make a circuit far less complex, with less hardware trial and error. There is no R3 on the schematic, my apology I labeled the photo-resistor R4 on accident, sorry. I included two different PCB bottom copper designs, one has a ground plane and the other does not. Use whichever you prefer. I won't go into the parts of the Arduino, mainly because it is already a well-documented unit. The picture at the top should make it fairly obvious to see how it is connected.




Leave Comment

characters left:

New Circuits

.

 


Popular Circuits

Simple DC to 20 MHz Driver
Electronic Door Buzzer
Arduino Blink
Digital thermometer with LED / LCD display
555 timer IC
Turning analog inputs into multi-switch digital inputs
stereo led power vu meter
remote control mains switch
simple touch switch circuit
infrared radar ir system
PWM LED Dimmer/ Brightness Control by 555 Timer With Video Simulation
Tone Generator Circuits
non inverting opamp butterworth filter
Capacitive load drive circuit diagram of the MAX4106 4107



Top