Saturday, August 31, 2013

Charge Pump LED Driver Using CAT3649

A very simple LED driver electronic project can be designed using the CAT3649 high efficiency quad mode R fractional charge pump IC that can drive up to six LEDs. The inclusion of a 1.33x fractional charge pump mode increases the device efficiency by up to 10% over traditional 1.5x charge pumps with no added external capacitors.Low noise input ripple is achieved by operating at a constant switching frequency which allows the use of small external ceramic capacitors. The multi−fractional charge pump supports a wide range of input voltages from 2.4 V to 5.5 V.


Charge Pump LED Driver by using CAT3649

The LED current can be adjusted in different ways. The full−scale LED current is set to 25 mA once the device is enabled. Analog dimming in 32 linear steps is achieved via a 1−wire pulse−dimming input (ADIM)
Further adjustment of the LED current can be done by applying a pulse width modulation (PWM) signal on the PWM input.The CAT3649 can be shut down by holding the ADIM or PWM input in a logic low condition for greater than 30 ms. This electronic design CAT3649 charge pump LED driver can be used in applications like : LCD Display Backlight , Cellular Phones , Digital Still Cameras and some other handheld devices .

If the input voltage is insufficient or falls to a level where the regulated currents cannot be maintained, the CAT3649 automatically switches into 1.33x mode. In 1.33x mode, the output voltage is approximately equal to 1.33 times the input supply voltage . This sequence repeats in the 1.33x and 1.5x mode until the driver enters the 2x mode.While in 2x mode, the output is approximately equal to 2 times the input supply voltage.If the CAT3649 charge pump LED driver detects a sufficient input voltage to drive all LED currents in 1x mode, it will change automatically back to 1x mode.
Continue reading...

IR Remote Control Tester

Description 
 This small circuit is ideal for checking the basic operation of an infrared remote control unit. The circuit is based on the brilliantly simple idea of connecting a piezo buzzer directly to an IR receiver IC. This method is almost as simple as connecting a photodiode directly to the input of an oscilloscope, but has the advantage that no oscilloscope is needed: the compact unit is always ready to use and much easier to carry around than bulky test equipment.
Circuit Diagram:

Operation of the remote control is indicated by the buzzer making a chattering noise. The circuit is very sensitive and has a range of several meters. The TSOP1738 integrated IR receiver accepts, amplifies and demodulates the IR signal from the remote control, producing an output with a frequency of around 700 Hz. The piezo buzzer is connected to its output, rendering the signal audible. All the other components are simply concerned with producing a stable 5 V power supply from the 9V PP3-(6F22) type battery.
Instead of the TSOP1738 similar devices from other manufacturers can be used, and of course carrier frequencies other than 38 kHz can be used. The circuit still works if there is a mismatch between the nominal carrier frequencies of the transmitter and receiver IC, but range is reduced. It is still, however, adequate for determining whether a remote control is producing an IR signal or not.
Author: Malte Fischer, Elektor Electronics Magazine
Source http://www.extremecircuits.net/2010/05/ir-remote-control-tester.html
Continue reading...

Bridge Power Amplifier Using TDA7294

Using TDA7294 audio amplifier integrated circuit in bridge mode configuration , can be designed another Hi-Fi power amplifier .In this TDA7294 bridge power amplifier the value of the load must not be lower than 8 Ohm for dissipation and current capability reasons.

Bridge Power Amplifier Circuit Using TDA7294


The main advantages offered by TDA7294 bridge mode configuration are:High power performances with limited supply voltage level, Considerably high output power even with high load values ( 16 Ohm).The output power of this amplifier in bridge connection is 150 W with Rl= 8 Ohm , Vs = +/-25V the and 170 W output power for Rl=16 Ohm, Vs = +/-35V.
Continue reading...

Simple Circuit Transistor Checker

This simple circuit has helped me out on many occasions. It is able to check transistors, in the circuit, down to 40 ohms across the collector-base or base-emitter junctions. It can also check the output power transistors on amplifier circuits.

Simple Circuit Transistor Checker Schematic

Circuit operation is as follows. The 555 timer ( IC1 ) is set up as a 12hz multi vibrator. The output on pin 3 drives the 4027 flip-flop ( IC2). This flip-flop divides the input frequency by two and delivers complementary voltage outputs to pin 15 and 14. The outputs are connected to LED1 and LED2 through the current limiting resistor R3. The LEDs are arranged so that when the polarity across the circuit is one way only one LED will light and when the polarity reverses the other LED will light, therefore when no transistor is connected to the tester the LEDs will alternately flash.

The IC2 outputs are also connected to resistors R4 and R5 with the junction of these two resistors connected to the base of the transistor being tested. With a good transistor connected to the tester, the transistor will turn on and produce a short across the LED pair. If a good NPN transistor is connected then LED1 will flash by itself and if a good PNP transistor is connected then LED2 will flash by itself. If the transistor is open both LEDs will flash and if the transistor is shorted then neither LED will flash.
Continue reading...

Signal Tracer and Injector

A simple test circuit to fault find audio and radio equipment. Can be used to inject a square wave signal, rich in harmonics, or used with headphones as an audio tracer.

Signal Tracer and Injector Circuit diagram


a single pole double throw sitch is used to switch between inject and trace modes. The diagram is drawn in trace mode, the earpiece being connected to the collector of the last transistor. Both transistors are wired as emitter followers, providing high gain. DC blocking is provided by the 1n capacitor at the probe end, and the two stages are capacitively coupled.

When the switch is thrown the opposite way (to the blue dot) both transistors are wired as an astable square wave generator. This provides enough harmonics from audio up to several hundred kilohertz and is useful for testing AM radio Receivers.
Continue reading...

Friday, August 30, 2013

Simple Stepper Motor Controller Circuit

Circuit Diagram
Description
The circuit shown above can be used to control a unipolar stepper motor which has FOUR coils (Ive swiped it off an old fax machine). The above circuit can be for a motor current of up to about 500mA per winding with suitable heat sinks for the SL100. For higher currents power transistors like 2N3055 can be used as darlington pair along with SL100. The diodes are used to protect the transistor from transients. 

Activating sequence:-

InputsCoils Energized
D0D1
00AB
01BC
10CD
11DA

To reverse the motor just reverse the above sequence viz. 11,10,01,00.
Continue reading...

Digital Alarm Clock Using PIC

This project describes a digital clock with alarm function. It uses a PIC16F877 microcontroller to generate an accurate 1 sec delay with Timer0 using Roman’s zero error method. The time is displayed in large size font on a 4×20 character LCD that uses HD44780 display driver. You can synchronize the time with your computer time through a serial port.

Digital Alarm Clock Using PIC Circuit Diagram


The required power is provided through a 9 V wall adapter which is used to obtain a regulated +5 V power supply using a LM7805 IC. The microcontroller runs with a 20 MHz external clock. The backlight of LCD is driven by a PWM output from the microcontroller so that the back light intensity can be varied. The full software written in JAL is available to download. Source Code.
Continue reading...