Showing posts with label powered. Show all posts
Showing posts with label powered. Show all posts

Wednesday, September 25, 2013

Battery powered Night Lamp Circuit

Ultra-low current drawing 1.5V battery supply

This circuit is usable as a Night Lamp when a wall mains socket is not available to plug-in an ever running small neon lamp device. In order to ensure minimum battery consumption, one 1.5V cell is used, and a simple voltage doubler drives a pulsating ultra-bright LED: current drawing is less than 500µA.
An optional Photo resistor will switch-off the circuit in daylight or when room lamps illuminate, allowing further current economy.
This device will run for about 3 months continuously on an ordinary AA sized cell or for around 6 months on an alkaline type cell but, adding the Photo resistor circuitry, running time will be doubled or, very likely, triplicated.

Circuit diagram :

Battery-powered Night Lamp Circuit diagram Battery-powered Night Lamp Circuit diagram

Parts:

R1,R2___________1M   1/4W Resistors
R3_____________47K 1/4W Resistor (optional: see Notes)
R4____________Photo resistor (any type, optional: see Notes)

C1____________100nF 63V Polyester Capacitor
C2____________220µF 25V Electrolytic Capacitor

D1______________LED Red 10mm. Ultra-bright (see Notes)
D2___________1N5819 40V 1A Schottky-barrier Diode (see Notes)

IC1____________7555 or TS555CN CMos Timer IC

B1_____________1.5V Battery (AA or AAA cell etc.)


Circuit operation:



IC1 generates a square wave at about 4Hz frequency. C2 & D2 form a voltage doubler, necessary to raise the battery voltage to a peak value able to drive the LED.



Notes:


  • IC1 must be a CMos type: only these devices can safely operate at 1.5V supply or less.

  • If you are not needing Photo resistor operation, omit R3 & R4 and connect pin 4 of IC1 to positive supply.

  • Ordinary LEDs can be used, but light intensity will be poor.

  • An ordinary 1N4148 type diode can be used instead of the 1N5819 Schottky-barrier type diode, but LED intensity will be reduced due to the higher voltage drop.

  • Any Schottky-barrier type diode can be used in place of the 1N5819, e.g. the BAT46, rated @ 100V 150mA.


Source : www.redcircuits.com

Read the rest entry[...]

Wednesday, March 27, 2013

USB Powered PIC Programmer

This simple circuit can be used to program the PIC16F84 and similar "flash memory" type parts. It uses a cheap 555 timer IC to generate the programming voltage from a +5V rail, allowing the circuit to be powered from a computer’s USB port. The 555 timer (IC1) is configured as a free-running oscillator, with a frequency of about 6.5kHz. The output of the timer drives four 100nF capacitors and 1N4148 diodes wir-ed in a Cockroft-Walton voltage multiplier configuration.
Circuit diagram:
usb-powered-pic-programmer-circuit-diagramw
USB-Powered PIC Programmer Circuit Diagram
The output of the multiplier is switched through to the MCLR/Vpp pin of the PIC during programming via a 4N28 optocoupler. Diodes ZD1 and D5 between the MCLR/Vpp pin and ground clamp the output of the multiplier to about 13.6V, ensuring that the maximum input voltage (Vihh) of the PIC is not exceeded. A 100kΩ resistor pulls the pin down to a valid logic low level (Vil) when the optocoupler is not conducting. The circuit is compatible with the popular "JDM" programmer, so can be used with supporting software such as "ICProg" (see http://www.ic-prog.com).
Author: Luke Weston - Copyright: Silicon Chip Electronics
Read the rest entry[...]