Showing posts with label automatic. Show all posts
Showing posts with label automatic. Show all posts

Tuesday, March 26, 2013

Automatic Emergency Light

This is the simple circuit of automatic emergency light. It is called dark dependent circuit. A 555 timer IC and LDR is used for this configuration. When light fall on the LDR, its resistance is decrease and in dark position its resistance is going high. Using these characteristics of LDR, automatic emergency light is made.

Automatic Emergency Light Circuit diagram:

Automatic Emmergency Light

LDR is called Light Dependent Resistor. Its resistance is inversely proportional to the falling light on its surface. In dark, its resistance is approximately 7k to 10k. When light fall on its surface, its resistance is decrease to less than 1k. In the circuit, a voltage divider arrangement circuit is used here with LDR and 10K variable resistor.

When light fall on the surface of LDR, the resistance decrease to 1k. So the voltage of the timer pin-6 is greater than 2/3 of +Vcc. For this reason the output pin-3 goes low. The base voltage of transistor BC547 is less than 0.75 volt. The transistor is OFF state. So the light is OFF. In dark position the LDR resistance increase is high so the voltage of the trigger pin-2 decrease to less than 1/3 of +Vcc. The output pin-3 goes high so the base voltage of the transistor BC547 is greater than 0.75 volt. The transistor is ON state. So the light is ON and it emits light.

Source: http://www.ecircuitslab.com/2012/06/simple-automatic-emergency-light.html
Continue Reading[..]

Monday, March 25, 2013

SP Semi Automatic Paintbrush

Got a replacement InkShield and progressing to build an Open hardware project? Then why not strive creating the Semi-Automatic Paintbrush. browse on to grasp a lot of concerning this.



Any work of art are often copied using this and therefore the elements that are needed to form this is often listed below:
IR camera
InkShield
Ink cartridge
IR LED.

The software thats run on a desktop for this purpose is understood as paintbrush.py. The software plays the role of mapping the camera focus with the co-ordinate system of the canvas. Four LEDs are placed at every corner of the canvas and therefore the mapping is calibrated by hitting a key when needed.

The region of the image is captured by tracking the motion of the LEDs. the mandatory commands are send to an Arduino with the InkShield by means that of a script written for this purpose. The script tells the arduino that nozzle to fireplace and additionally the grey level that must be achieved by the firing nozzle. so as to avoid flooding, the painted areas are tracked.

Thats all its. The paintbrush is complete. this is often a lot of of a fun-based project and may be tired some spare time using the elements mentioned earlier. the desired script is out there on github. The InkShield library employed by the 
 
 
 
http://streampowers.blogspot.com/2012/07/sp-semi-automatic-paintbrush.html 
Continue Reading[..]

Wednesday, March 20, 2013

Automatic Switch For Voltage Converters

New applications for DC voltage converters, such as the ‘workhorse’ LT1070, arise every day. These converters can be adapted to nearly every imaginable ratio of input and output voltages. However, all of these circuits and devices have the same shortcoming, which is that they lack an on/off switch. Especially when they are used as a source of 6-V / 12-V power for a car radio, this is highly impractical. The circuit described here adds automatic load detection to the converter. For use in a car, the additional circuitry must be small and fit into a compact enclosure together with the converter. Since the battery voltage and ambient temperature vary over wide ranges, a simple form of load detection must be used. Besides this, the voltage drop across the load sensing circuitry must naturally be as small as possible. This can be achieved by using ‘ultra-modern’ SiGe technology.

The 6 V from the battery and the 12 V from the converter are combined in the MB R2545 dual diode. Consequently, a voltage of at least 6 V is always applied to the radio (for memory retention). If the radio is switched on, it draws a current from the 6-V battery, which may be around 100 mA.This current produces a voltage across R1. If this voltage is 75 mV or greater, the AC128 germanium transistor starts conducting and charges electrolytic capacitor C1, which is connected to the gate of the BUZ10. The MOSFET energises RE1 and thus connects the supply voltage to the converter. As a result, 12-V power is connected to the radio. The resulting increased current causes the voltage drop across R1 to increase, which is undesirable, so a 10-A Schottky diode is connected in parallel. The total voltage drop is thus approximately 0.6 V. The RC network connected to the BUZ10 ensures that the transistor always remains switched on for at least several seconds, to prevent the circuit from ‘chattering’ with varying current consumption.

Circuit diagram :

Automatic Switch Voltage Converters_Circuit_Diagram

Automatic Switch For Voltage Converters

If the load is switched off, the AC128 cuts off, the electrolytic capacitor discharges and the relay again disconnects the voltage converter. The residual current consumption is so small that the circuit can also be connected ahead of the ignition switch. The Schottky diodes need only be rated for the necessary voltages and currents, and above all, they should have the lowest possible saturation voltage. The exact type is not critical. Two separate diodes can also be used. A small heat sink for the MBR diode won’t hurt, but this is normally not essential. Practically any type of PNP germanium transistor that is still available or on hand can be used (AC125, AC126 and AC128 work perfectly).

It may be necessary to modify the value of R1. In combination with the germanium transistor, R1 determines which level of current will be ignored (for memory retention) and which level of current will cause the converter to be switched on. With the component values shown in Figure 1, this level is between 10 mA and 25 mA. It is recommended to measure the quiescent current (at 6 V) and switch-on current of the load and then simulate the switching process using dummy load resistors. When selecting the 6-V relay, ensure that its contacts have an adequate current rating. The actual value can be significantly greater than the nominal output current. With a load of 5 A at 12 V and a converter efficiency of 70 percent, the current through the relay contacts rises to 14.3 A.

Author: C. Wolff - Copyright: Elektor Electronics

Source : www.extremecircuits.net

Continue Reading[..]