![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| General Electronics Discussion Discuss basic electronics, power supplies and anything else electronic related here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#2
| ||||
| ||||
| Do you want to convert 12V power supply _or_ 12V signal to 5V? If power supply, you'll need DC/DC convertor (expensive) or voltage regulator IC (cheap) depending on amperage & efficiency you required. For low amp (about 1A) the standard here is LM7805. If you need about 3A, you can use LM123. For extended use at rated amp, heatsink is required. If signal, just use a voltage divider, i.e., two resistors.
__________________ Stupid questions make me smarter... See how smart I've become at www.9w2bsr.com ;-P |
|
#4
| ||||
| ||||
All desktop computer power supply I came across have +12V (yellow wire), +5V (red wire), -5V, and -12V. Typically the +12V and +5V can supply several amps.
__________________ Stupid questions make me smarter... See how smart I've become at www.9w2bsr.com ;-P |
|
#6
| |||
| |||
| Sanghera, just to clarify the use of the voltage divider (in case you don't know this already): Connect the two resistors in series. Connect the 4k7 end to GND and the 6k8 one to the 12 V signal. You can then pick the 5 V signal between the junction of the resistors and GND. Arvid |
|
#7
| |||
| |||
| How did you do the math for this? I mean, say you have a 1.5 Volt battery and want 1 Volts out of it? Not that I need this info. just as an example. How would you figure how many ohm resistor and what not? Ohm's law eh? You would have to know the amps of the 1.5 Volt battery wouldn't you? If you do, what would be the proper way with a multimeter? Thanks. Last edited by Sanghera; 10-27-2004 at 07:54 PM. |
|
#9
| ||||
| ||||
| Here is a program I wrote to run under Qbasic for the three terminal voltage regulator LM317 The value of R1 is typically around 280 ohms and is connected between the output pin and the Adj pin, R2 is connected from the Adj pin and ground. This gives you the value of R2 for a given output and and the current through it. REM PROGRAM TO CALCULATE LM317 REGULATOR RESISTOR CLS PRINT "R1 = "; INPUT R1 PRINT "Voltout = "; INPUT Voltout LET I1 = 1.25 / R1 LET R2 = (Voltout - 1.25) / I1 PRINT "Resistor Divider Current ="; I1 PRINT "R2 ="; R2 END Al
__________________ CNC, Mechatronics Integration and Machine Design. “Logic will get you from A to B. Imagination will take you everywhere.” Albert E. |
|
#10
| |||
| |||
If the resistors are R1 and R2 their series resistance is R1 + R2, so the current through them by Ohm's law becomes I = U/(R1 + R2). The voltage over R1 is then, also by Ohm's law, U1 = R1/(R1 + R2)*U, and the voltage U2 over R2 = R2/(R1 + R2)*U. In the original question, U = 12 V, and with R1 = 4k7 and R2 = 6k8, U1 = 4k7/(4k7 + 6k8)*12 = 4.9 V, which is good enough. Observe also that U1 + U2 is always equal to U, as it must. Also notice that if you draw current from the point where the resistors are connected, that current will be drawn from the positive, so will pass only through the resistor not connected to ground. This will increase the voltage over that resistor (again, Ohm's law), meaning less voltage and current through he "lower" one, and so a lower voltage. That's why voltage dividers like this only work for "signal" levels (where the current draw of whatever is connected between the resistors is insignificant). Arvid |
| Sponsored Links |
|
#12
| ||||
| ||||
| Voltage divider above is not for PS. Current flow is only about 1mA (12V/10k Ohm). If you connect another significant load (taking more than 0.1mA) to the divider, the voltage will change as the total resistance is changed (taking into account the load resistance). As I indicated earlier, if you need PS conversion, get a voltage regulator -- LM7805 with heatsink will give you 1A continuous.
__________________ Stupid questions make me smarter... See how smart I've become at www.9w2bsr.com ;-P |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Plans to convert a Sieg Mini-Mill to CNC | rsteele | Product Announcements & Manufacturer News | 2 | 09-19-2011 01:18 PM |
| What all parts to convert cnc jr to servos? | blazer928 | Servo Motors and Drives | 3 | 11-15-2006 01:01 PM |
| 5 Volt Power Supply Tripping | murphy625 | General Electronics Discussion | 13 | 02-27-2005 09:05 PM |
| Convert 3d studio file to iges/parasolid? | Rekd | General CAM Discussion | 2 | 04-08-2004 09:10 PM |
| convert smartcam to dxf format? | imfool | General CAM Discussion | 4 | 03-23-2004 09:15 PM |