Showing posts with label voltage. Show all posts
Showing posts with label voltage. Show all posts

Monday, October 13, 2014

Muscular Bio Stimulator Circuit Diagram

- 0 comments

Parts:

R1______________10M 1/4W Resistor
R2,R3,R4_______100K 1/4W Resistors
R5,R7___________10K 1/4W Resistors
R6_______________1K 1/4W Resistor

C1,C2___________22pF 63V Ceramic Capacitors (See Notes)
C3______________22µF 25V Electrolytic Capacitor
C4,C5__________100nF 63V Polyester Capacitors
C6_______________1µF 63V Polyester, Multilayer Ceramic or Electrolytic Capacitor

IC1____________4060 14 stage ripple counter and oscillator CMos IC
IC2____________4040 12 stage ripple counter CMos IC
IC3____________4082 Dual 4 input AND gate CMos IC
IC4____________4075 Triple 3 input OR gate CMos IC
IC5____________4520 Dual binary up-counter CMos IC
IC6____________4001 Quad 2 input NOR Gate CMos IC

D1_____________5 or 10mm red LED

XTAL_________32.768 kHz Sub-miniature Watch crystal

P1_____________SPST Pushbutton
SW1____________2 poles 6 ways Rotary Switch
SW2____________SPST Toggle or Slide Switch

B1_______________9V PP3 Battery

Clip for PP3 Battery

Alternative Clock Parts:

R8_______________1K 1/4W Resistor
R9_____________330K 1/4W Resistor
R10_____________20K 1/2W Cermet or Carbon Trimmer
R11______________1K 1/2W Cermet or Carbon Trimmer

C7_______________1µF 63V Polyester Capacitor

IC7____________7555 or TS555CN CMos Timer IC

Circuit purpose:

A Pills Reminder is a device that operates a flashing LED (and/or a beeper) at a fixed hour interval. A choice of time-intervals as wide as possible is available with this circuit, namely 4, 6, 8, 12, 24 and 48 hours.

Operation Mode:

At first you must choose the hour interval by switching SW1 to the desired value, then apply power by means of SW2.
After the hour delay chosen has elapsed the LED will start flashing at 2Hz, i.e. two times per second. This status will last until pushbutton P1 is pressed: then the LED will turn off, but the circuit will continue its counting and the LED will flash again when the same hour interval as before is reached.
A noteworthy feature of this circuit, usually not found in similar devices, is that the internal counter is not reset when P1 is pressed: this allows a better time-interval precision.
Let us explain this feature with an example: suppose you have set the time interval to 24 hours and started the Pills Reminder at 8 oclock. Next day, at 8 oclock the LED will start flashing, but you, for some reason, notice the flashes at 8:10 and press P1 to stop the LED. With most devices of this kind, the counter will be reset, causing the LED to start flashing next day at 8:10 oclock.
This will not happen with this circuit and the LED will start flashing next day always precisely at 8 oclock even if you pressed P1 at 9 or 10 oclock.

Circuit Operation:

The clock of the circuit is made of a stable oscillator built around two inverters embedded into IC1 and a Watch crystal oscillating at 32.768kHz. This frequency is divided by 16384 by the internal flip-flop chain of IC1 and a 2Hz very stable clock frequency is available at pin #3 of this IC.
IC2 counter and IC3A 4 input AND gate are wired in order to divide by 3600 the 2Hz clock, therefore, a pulse every 30 minutes is available at the clock input of IC5.
The division factor of this IC is controlled by IC3B and the position of SW1A and B, selecting from six time-intervals fixed to 4, 6, 8, 12, 24 and 48 hours.
The set-reset flip-flop formed by IC6B and IC6C is set through IC4C each time a low to high transition is present at the pin of IC5 selected by SW1B cursor. IC6A and C4 provide to set the flip-flop also when a high to low transition is present at SW1B cursor.
When the flip-flop is set, IC6D is enabled and the 2Hz frequency available at pin #3 of IC1 is applied to pin #13 of IC6D causing the flashing LED operation. The flip-flop can then be reset by means of P1.
A master reset is automatically done at switch on by means of C6 and R7.

Alternative Clock:

Sometimes, the Watch crystal can be difficult to locate, or could be considered too expensive. For those willing to avoid the use of a Watch crystal and to accept less time accuracy, an alternative clock generator circuit is provided, directly oscillating at 2Hz, thus avoiding the use of divider ICs.
A CMos 7555 Timer IC generates a stable 2Hz square wave, whose frequency must be accurately set by means of two trimmers. R10 must be adjusted first for coarse tuning, then R11 for fine tuning.
Setting precisely the 2Hz frequency of this oscillator is a rather difficult task, and can be done with great patience and the aid of a clock, a chronometer or, best, a digital frequency meter capable of measuring very low frequencies.
In any case, after an accurate setup, this oscillator showed a very stable performance, not affected by battery voltage variations and an accuracy of about ±30 seconds per 24 hours interval.

Notes:

  • Wanting the utmost time precision and if a digital frequency meter is available, a 5-50pF 50V Ceramic Trimmer Capacitor can be used in place of C2. It must be adjusted in order to read exactly 32.768kHz on the meter display with the input probe connected to pin #9 of IC1.
  • A Piezo sounder (incorporating a 3KHz oscillator) can be added to provide a visual plus audible alert. It must be wired across pin #11 of IC6D and negative ground, respecting polarities. Remove D1 and R6 if the visual alert is not needed.
[Continue reading...]

Thursday, October 9, 2014

Supply Voltage Indicator circuit and explanation

- 0 comments
A novel supply voltage monitor which uses a LED to show the status of a power supply.


This simple and slightly odd circuit can clearly show the level of the supply voltage (in a larger device): as long as the indicator has good 12 volts at its input, LED1 gives steady, uninterrupted (for the naked eye) yellow light. If the input voltage falls below 11 V, LED1 will start to blink and the blinking will just get slower and slower if the voltage drops further - giving very clear and intuitive representation of the supplys status. The blinking will stop and LED1 will finally go out at a little below 9 volts. On the other hand, if the input voltage rises to 13 V, LED2 will start to glow, getting at almost full power at 14 V.

The characteristic voltages can be adjusted primarily by adjusting the values of R1 and R4.

The base-emitter diode of T2 basically just stands in for a zener diode. The emitter-collector path of T1 is inversely polarized and if the input voltage is high enough - T1 will cause oscillations and the frequency will be proportional to the input voltage. The relaxation oscillator ceases cycling when the input voltage gets so low that it no longer can cause breakdown along the emitter-collector path.

Not all small NPN transistors show this kind of behavior when inversely polarized in a similar manner, but many do. BC337-40 can start oscillations at a relatively low voltage, other types generally require a volt or two more. If experimenting, be careful not to punch a hole through the device under test: they oscillate at 9-12 V or not at all.
Source:www.zen22142.zen.co.uk
[Continue reading...]

Sunday, August 31, 2014

12V 15A voltage regulator

- 0 comments

Hear you can see powerful regulator.The pacification of this schema is this one can deliver up to 15 A of current.and also it can give steady 12v current.





Notes

# The T1 can be a 230V AC primary, 18V secondary, 15A type transformer.

# If 15A Bridge is not available, make one using four RURG1520CC diodes.
[Continue reading...]

Thursday, January 9, 2014

Voltage to Frequency Converter Circuit Diagram

- 0 comments
Voltage to frequency converter circuit diagram has a 1 Hz-to-30 MHz output, 150-dB dynamic range, for a 0 to 5 V input. It maintains 0.08% linearity over its entire 71/3 decade range with a full-scale drift of about 20 ppm/°C. 

To get the additional bandwidth, the fast )FET buffer drives the Schottky TTL Schmitt trigger. The Schottky diode prevents the Schmitt trigger from ever seeing negative voltage at its input. The Schmitt`s input voltage hysteresis provides the limits which the oscillator runs between.

Voltage to Frequency Converter Circuit Diagram





Voltage to Frequency Converter Circuit Diagram
[Continue reading...]

Thursday, December 26, 2013

The self protection can avoid the happening of over voltage

- 0 comments
The self protection can avoid the happening of over voltage for cell phone jammer .
Domestic mobile Internet into the outbreak, followed by the huge market potential is attracting people of insight. With speeds faster and faster, more powerful mobile terminals, a number of new mobile Internet applications have emerged.
Here are some examples of the Internet do a better job abroad, you can share with you. This is a combination of cell phone location Foursquare is more characteristic, and it is a portable product, and its social, as is the interaction of social contact, and phone and are one to one, and it anytime, anywhere and people can connect together, so it is the location for a successful service. ShopSavvy is a class e-commerce applications, it is to phone all the available features are integrated in one, it is convenient to be able to scan some bar codes Camera, then this product is identified, because the phone is a social network, connect to the network can get more information, one can check information on the Internet, on the other hand it also combines a lot of location information, mobile devices have a joint position, it can to find you around the store price of this product What about, then marked on the map. The cooling fan is specially made for cell phone jammer .On the other hand, it is the users information to add into the evaluation, this product is the phones various functions applied to an extreme. Layar is a location-based services, is a mobile browser, according to the location of cell phone GPS to determine to determine the appropriate number of points of interest nearby, near the information presented in the information integration of these mobile phones. This radar can see through the inside of some nearby points of interest, points of interest and your small number of entities from the above point that out, and then click into the details later, such as the nearby McDonalds to see if there is no coupon, it information to coupons will be displayed, on the one hand a lot of information together and on the other hand is a one-stop, or even an end to end service, from initial inquiry to final a phone call, even after integration of e-commerce functions will in them. That is based on the user experience of mobile Internet, it is necessary the integration of multiple applications. Mobile application development is the need to tackle the key issues, we must find the real applications to meet user needs, large vendors have time to find a little place of concern, with a small adaptation to user needs the application to value. For example, read the industry chain for mobile phone operators can book through the publishing entities to develop games, shooting film, so as to gradually increase in the mobile phone industry chain read influence. In addition, the home market for China Mobile has strategic significance, should develop innovative end products, integrated information service platform to build the family, the family will be introduced to various types of services. Also, the development of mobile Internet for the digital entertainment industry provides opportunities for interactive entertainment market has great potential.
[Continue reading...]

Monday, April 8, 2013

Thrifty Voltage Regulator

- 0 comments
One of the drawbacks of a three-pin voltage regulator is that the input voltage needs to be 2.5–3 V higher than the output voltage. This makes these integrated regulators unsuitable for battery power supplies. If, for instance, the output voltage is 5 V, a 9 V battery could be discharged to 7.5 V or thereabouts only. On top of this, most of these regulators draw a current of about 2 mA. Special low-drop versions sometimes offer a solution, but they are not ideal either. The regulator described here is rather thriftier: it draws a current of only 300 µA and the difference between its input and output is only 100–200 mV In the circuit diagram, T1 is arranged as a series regulator, which means that the difference between input voltage and output voltage is limited to the transistor’s saturation potential.

Circuit diagram:Thrifty Voltage Regulator Circuit Diagram
Thrifty Voltage Regulator Circuit Diagram

Therefore, a 9 V battery can be discharged to about 5 V, which is quite an improvement on the situation with an integrated regulator. Diodes D1-D2-D3, or a suitable zener diode (D4), in conjunction with R5 and P1, form a variable reference voltage source, which is used as the (output-dependent) base potential of T3. If the output voltage drops below a desired level, the base potential of T3 also drops. The transistor then conducts less hard and its collector voltage rises. The base voltage of T2 also rises, so that T1 is driven harder. This results in the near-instantaneous restoration of the output voltage.

The design of the reference voltage source is clearly of paramount importance. The current through the LEDs or the zener diode is of the order of only 100 µA. This means that thedrop across a 5.1 V zener diode is only 4.3 V and across each LED, only about 1.43 V. For a wanted output voltage of 4.8 V, the three LEDs proved very effective, whereas the zener did not. It may well be necessary, if a zener diode is used, to try one rated at 4.7 V. If, however, an output voltage of 5 V is wanted, it will be necessary to carefully select a zener diode. When the battery voltage has dropped to a level where it is only marginally higher than the wanted output voltage, T1 and T2 conduct hard.

A further drop in the battery voltage will cause the collector potential of T2 to drop rapidly to 0 V, since T2 tries to make T1 conduct hard. The large drop in the collector potential of T2 may be used to drive a BATT-LOW indicator. This may be done in three ways as shown in Figure 2. When network a is connected between terminals A and B, transistor T4 will normally be held cut off by divider R6-R7a. If then the voltage at B drops suddenly, T4 conducts, where-upon D5 indicates that the battery is nearly flat. The network in b is similar to that in a, but is intended for a liquid-crystal display of BATT-LOW.

Thrifty Voltage Regulator Circuit Diagram
The collector of T4 is linked to the IC that drives the decimal point and the BAT-LOW segment of the display. Network c may be used if there is an unused inverter or gate in the circuit to be powered. The high value of resistor R7b prevents the internal protection diodes of the IC being damaged. When the regulator has been built, connect it to a variable power supply via a multimeter set to the mA range and set P1 roughly at its mid-position. Turn P1 slowly until the desired output voltage is obtained.

If with an output voltage of 4.8 V the regulator draws a current of more than 250–300 µA, the three LEDs or zener diode must be replaced. The regulator can provide a current of up to about 25 mA. With a fresh 9 V battery, the dissipation of T1 does not exceed 100 mW. If the input voltage is higher, it may be necessary to mount the transistor on a suitable heat sink or replace it by a power transistor, for instance, a Type BD138.
[Continue reading...]

Sunday, April 7, 2013

Transformer Voltage Booster Circuit DC DC Step Up Switching Regulator Using Transistors

- 0 comments
A DC-to-DC step-up converter is traditionally implemented using transformer, working by converting the DC voltage to AC Voltage, step-up it using transformer, then rectify and filter the transformer’s output to get a higher DC voltage. Using a switching method, we can step-up a voltage without a transformer. We just need an inductor which is driven by a switching transistor to boost the voltage. This is the figure of the circuit.


The most interesting this is that circuits use a discrete component: no integrated chip is required, only few transistors with few passive components. Because the switching topology is a boost converter, this circuit cannot be operated as step-down regulator, so the output will always be higher than the input. The voltage output is depend on the load because the feedback mechanism, through the zener diode, will maintain the output at about 14 volt, regardless the voltage input variation and load current variation. The current from the voltage divider will flow through the zener diode if the output goes higher than the nominal value, and this condition will stop the oscillator built around the 2N3904 transistors. Stopping the oscillator will drop the output voltage and thus maintain the required voltage level at the output. This transistor (Q1, Q2, and Q3) form a Schmidt trigger that drive the final transistor Q4 (the switching transistor 2N3053).

This circuit is suitable for battery booster, if you need to run your 12 volt equipments on your old car that is provide only a 6V supply from the battery. The output of this voltage double can be adjusted by changing the voltage divider, or for easier adjustment, you can replace the 4,7K resistor with a 5K potentiometer. Using a good inductor (low resistance), you can achieve up to 80% efficiency, and up to 2 Watt power can be delivered to the load. [Circuits schematic diagram source: Bill Bowdens circuit collection]

[Continue reading...]
 
Copyright © 2012. Fast Diagrams - Posts · Comments
Powered by Blogger