Showing posts with label mode. Show all posts
Showing posts with label mode. Show all posts

Tuesday, October 14, 2014

Switch Mode Pre Regulator circuit diagram

Free
Switch Mode Pre-Regulator Circuit

The botheration was that a voltage regulator had to bead the 18 volt capital ability accumulation voltage to 8 volts at 500ma to ability the CD player, crumbling 5 watts of ability and causing a lot of calefaction central the bunched unit. This ambit acts as an interference-free pre-regulator to abundantly abate the ability loss..

The achievement voltage of this ambit is artless by ability band fluctuations. Amount voltage aberration is alone abased on the on-resistance of Q2 and the amount of C2 (re: ripple). The achievement voltage can be set so that the ripple lulls are aloof aloft the drop-out voltage of the beeline regulator at best amount for best activity conservation. The college amount you aces for C2, the added activity you can save and the added abiding the pre-regulator’s achievement voltage.

Read more

Wednesday, September 24, 2014

Simple LCD Module in 4 bit Mode

In many projects use is made of alphanumeric LCDs that are driven internally by Hitachi’s industry-standard HD44780 controller. These displays can be driven either in 4-bit or 8-bit mode. In the first case only the high nibble (D4 to D7) of the display’s data bus is used. The four unused connections still deserve some closer attention. The data lines can be used as either inputs or outputs for the display. It is well known that an unloaded output is fine, but that a floating high-impedance input can cause problems. So what should you do with the four unused data lines when the display is used in 4-bit mode? This question arose when a circuit was submitted to us where D0-D3 where tied directly to GND (the same applies if it was to +5 V) to stop the problem of floating inputs.

The LCD module was driven directly by a microcontroller, which was on a development board for testing various programs and I/O functions. There was a switch present for turning off the enable of the display when it wasn’t being used, but this could be forgotten during some experiments. When the R/Wline of the display is permanently tied to GND (data only goes from the microcontroller to the display) then the remaining lines can safely be connected to the supply (+ve or GND). In this application however, the R/Wline was also controlled by the microcontroller. When the display is initialised correctly then nothing much should go wrong. The data sheet for the HD44780 is not very clear as to what happens with the low nibble during initialisation.


After the power-on reset the display will always be in 8-bit mode. A simple experiment (see the accompanying circuit) reveals that it is safer to use pull-down resistors to GND for the four low data lines. The data lines of the display are configured as outputs in this circuit (R/Wis high) and the ‘enable’ is toggled (which can still happen, even though it is not the intention to communicate with the display). Note that in practice the RS line will also be driven by an I/O pin, and in our circuit the R/W line as well. All data lines become high and it’s not certain if (and if so, for how long) the display can survive with four shorted data lines. The moral of the story is: in 4-bit mode you should always tie D0-D3 via resistors to ground or positive.



Author: L. Lemmens
Copyright: Elektor Electronics

Read more

Tuesday, September 23, 2014

TL594 12V DC Switch Mode Power Supply Circuit Diagram

Basic Of Switch Mode Power Supply
In recent years, the use of switch mode power supply (SMPS) has become more comon as more applications demand for greater power eficiency. It makes use of semiconductor (mostly MOSFET) fast switches to switch DC input that has been rectified at high frequency. The advantages of high frequency switching are that it reduces the size of inductor, capacitors & transformer used. Other advantages of switching power supply over linear power supply are :

1) High Efficiency (up to 90% and above for nice design).
2) Output can be higher than input.
3) Able to operate over a variety of input power supply.
4) Able to have over output.

The setback of using SMPS compared to linear power supply is that it generates electrical noise which contributes to electromagnetic compatibility design issues & more part count.

Buck Converter SMPS
The SMPS circuit below from Power Integration makes use of LNK304 as its high frequency switch. Take note that this circuit is non isolated type which means that the output is not electrically isolated from the input & all testing ought to be completed using an isolation transformer to provide the AC line input to the board.

Make positive that you have electrical safety knowledge & experience before you embark on doing this project.

12V DC Switch Mode Power Supply Circuit Diagram

12V DC Switch Mode Power Supply Circuit Diagram


Read more