Showing posts with label two. Show all posts
Showing posts with label two. Show all posts

Thursday, October 16, 2014

Simple Daul Regulator Handles Two Input Voltages

The circuit in Fig 1 supplies both 3.3 and 5V to transitional circuits that employ both the new 3.3V and older 5V devices. Additionally, because the regulator accepts either 3.3 or 5V inputs, you could plug it into either a new 3.3V system or an old 5V system.The circuit consists of two sections: a dc/dc converter and a double-pole, double-throw (dpdt) switch. The dpdt switch comprises a pair of dual n-channel MOSFETs (Q2 and Q3) and their associated high-side drivers.

Upon power-up, the comparator in IC2 determines the state of the circuit. The comparator’s output, IC2 pin 6, goes to the input of the MOSFET driver, IC1. The driver internally generates a gatedrive voltage 8.8V above the device’s supply voltage. This high voltage drives the appropriate MOSFETs in Q2 and Q3.

IC2 is also the heart of a flying-capacitor, buck/boost dc/dc converter. Unlike other switching-regulator schemes, this topology needs no transformers. Transistor Q1 controls this section’s output voltage, VS. When VIN is at 5V, Q1 is off, forcing the section to operate as a step-down converter. In this mode, the section produces 3.3V, which goes to the output through Q3B. Also in this mode, 5V power goes directly through Q2A, and Q2B and Q3A are both off.
 
 
When VIN is 3.3V, IC1 turns on Q1, shorting out the 140-kΩ resistor and forcing the dc/dc-converter section into step-up mode. In this mode the converter section generates 5V at VS, powering the 5V output via Q2B. Also in this mode, 3.3V goes directly from the circuit’s input to the output via Q3A. Q2A and Q3B are both off.No-load quiescent current consumption is approximately 500 μA.

Lower-frequency converters would reduce power consumption at the expense of a larger inductor. The efficiency of the dc/dc-converter section is 73% in either mode. But because this power accounts for only half of the circuit’s output power, the circuit’s overall efficiency is approximately 80% with VIN=3.3V and 86% with VIN=5V. 
Read More..

Tuesday, September 9, 2014

Two Basic Motor Speed Controllers

Here are two simple 12V DC motor speed controllers that can be built for just a few dollars. They exploit the fact that the rotational speed of a DC motor is directly proportional to the mean value of its supply voltage. The first schema shows how variable voltage speed control can be obtained via a potentiometer (VR1) and compound emitter follower (Q1 & Q2). With this arrangement, the motor’s DC voltage can be varied from 0V to about 12V. This type of schema gives good speed control and self-regulation at medium to high speeds but very poor low-speed control and slow starts. The second schema uses a switchmode technique to vary motor speed.

Circuit diagram:
basic-motor-speed-controller-schema-diagram1
Fig.1: a very simple motor speed controller based on a compound emitter follower (Q1 & Q2).

Here a quad NOR gate (IC1) acts as a 50Hz astable multivibrator that generates a rectangular output. The mark-space ratio of the rectangular waveform is fully variable from 20:1 to 1:20 via potentiometer VR1. The output from the multivibrator drives the base of Q1, which in turn drives Q2 and the motor. The motor’s mean supply voltage (integrated over a 50Hz period) is thus fully variable with VR1 but is applied in the form of high-energy "pulses" with peak values of about 12V.

Two Basic Motor Speed Controllers Circuit diagram:
basic-motor-speed-controllers-schema-diagram2
Fig.2: this slightly more complicated schema gives better low speed control and higher torque.

This type of schema gives excellent full-range speed control and gives high motor torque, even at very low speeds. Its degree of speed self-regulation is proportional to the mean value of the applied voltage. Note that for most applications, the power transistor (Q2) in both diagram will need to be mounted on an appropriate heatsink.


Author: Ravi Sumithraarachchi - Copyright: Silicon Chip Electronics
Read More..

Wednesday, September 3, 2014

Fan Controller Using Just Two Component

Fan Controller Using Just Two Component Circuit diagram. The Maxim MAX 6665 (www.maxim-ic.com) provides a complete temperature-dependent fan controller. It can switch fans operating at voltages of up to 24 V and currents of up to 250 mA. The IC is available from the manufacturer in versions with preset threshold temperatures between +40 °C (MAX6665 ASA40) and +70 °C (MAX6665 ASA 70). The device’s hysteresis can be set by the user via the HYST input, which can be connected to +3.3 V, connected to ground, or left open. The following table shows the hysteresis values available:
HYST = Hysteresis
open = 1 °C
ground = 4 °C
+3.3V = 8 °C

Fan Controller Using Just Two Component Circuit diagram:
Fan_Controller
Fan Controller Circuit Diagram

The other pins of the SO8 package are the FORCEON input and the status outputs WARN, OT and FANON. The test input FORCEON allows the fan to be run even below the threshold temperature. The open-drain output WARN goes low when the temperature rises more than 15 °C above the threshold temperature, while the open-drain output OT indicates when the temperature is more than 30 °C above the threshold. The push-pull output FANON can be used to indicate to a connected microcontroller that the fan is turned on.


Author: G. Kleine Copyright: Elektor Electronics
Read More..