Showing posts with label FLUORESCENT. Show all posts
Showing posts with label FLUORESCENT. Show all posts

Sunday, July 10, 2011

12VDC FLUORESCENT LAMP DRIVER SCHEMATIC DIAGRAM

12VDC FLUORESCENT LAMP DRIVER SCHEMATIC DIAGRAM

Whenever there is a need for battery-powered lighting, like for camping, solar powered cottages, cars, boats, planes, or emergency purposes, fluorescent lamps have a great appeal. Firstly, they are very much more efficient than glow lamps, so they produce much more light for less power consumption. Secondly, their light color stays constant while the battery runs down.

In this article I will offer driver circuit for 12 V/5Watt fluorescent lamp, this circuit used a normal 220 to 10V stepdown transformer in reverse to step 12V to about 240V to drive a lamp without the need to warm the filaments.
Rangkaian 12VDC Fluorescent Lamp DriverSkema Rangkaian 12VDC Fluorescent Lamp Driver

The IC1 TLC 555 is wired as an astable multivibrator for producing the necessary oscillations.The MOSFET Q1 is used to amplify the oscillations produced by the IC1.The out put of MOSFET is connected to the primary of the step up transformer to produce a ~240 V AC for driving the florescent lamp.

List Component:

    * C1 100uf /25V Electrolytic Capacitor
    * C2,C3 100nf Ceramic Capacitor
    * C4 100nf /1KV Ceramic Capacitor
    * R1 1K Resistor
    * R2 2.7K Resistor
    * Q1 IRF510 MOSFET
    * U1 TLC555 Timer IC
    * T1 300mA, 10V/220v Transformer
    * LAMP 5W Fluorescent Lamp
    * MISC Board, Wire, Heatsink For Q1
Continue Reading here[...]

Tuesday, February 15, 2011

Simple Remote Control Circuit

This Infrared Remote Control Software project based on Microchip 16C57 microcontroller is a reference guide to decode infrared remote control signals fromtelevision, VCR, air conditioner or other home appliances handset that uses NEC 6121 infrared format. Once one is ableto understand how to decode an IR signal of a certain format, decoding another format can be easily done as the flow chartis more or less the same except the timing of the new format.

The NEC 6121 format is based on pulse width timing in determining whether the data transmitted is "1" or "0". The data "1" is determined by the pulse width timing from one risingedge to the next rising edge of 2.24ms. The data "0" is determined by the pulse width timing from one rising edge to thenext rising edge of 1.12ms.


Most of the transmitter are modulated using a frequency of 32.75 kHz, 35.0 kHz, 36.0 kHz, 36.7 kHz, 38 kHz, 39 kHz, 40 kHz, 41.7 kHz, 48 kHz, and 56.8 kHz. The ones that are commonly used are 38 kHz and 40 kHz. In order to decode the received signals, the corresponding demodulating receiver must be used. For instance, if a modulating frequency at the transmitterused is 40 kHz, then the receiver demodulating frequency used should be 40 kHz as well. Modulating the data is a betterdesign as this will make the data integrity better and less susceptible to noise. The demodulating receivers can be obtainedfrom suppliers such as Vishay, LiteOn, Sharp or Kodenshi.

One word of caution when using the IR remote control is that it is easily affected by lighting devices that emits the infrared frequency. One such example is the fluorescent tube which emits the infrared frequency in its operation. When thistype of lights is operating, the receiver may not be able to receive the signal from the transmtter due to interference fromthe signals emitted by the flurescent tube. In situation like this, confirm this by switching off the lights when controlling the device.

You may want to consider using RF frequency as a solution in this particular location. Another way isto place a filter in front of the receiver to narrow the infrared window but this solution will compromise the angle andoperating distance of the infrared transmitter.

The infrared remote control software project provides the flow chart and source code and can be downloaded from Microchip website.
Continue Reading here[...]