could someone tell me if this would work
http://cgi.ebay.com/ws/eBayISAPI.dll?Vi ... =WD1V&rd=1
powering ps1 screen
Moderator: Moderators
-
new york cheech
- Posts: 167
- Joined: Mon Jul 18, 2005 7:31 pm
- Location: Myrtle Beach, SC...NY's better though
- Contact:
-
nos_slived
- Higher Idiot
- Posts: 3476
- Joined: Mon Mar 21, 2005 6:32 pm
- Location: Burnaby, BC, Canada
- Contact:
-
nos_slived
- Higher Idiot
- Posts: 3476
- Joined: Mon Mar 21, 2005 6:32 pm
- Location: Burnaby, BC, Canada
- Contact:

Vout = Desired output voltage
Vfixed = Fixed voltage of IC regulator (5 volts for 7805 or 1.25 volts for LM317T)
R1 = Assume any value from about 470 to 1K for best results
Istndby = Standby current of regulator (use 2.5mA for 7805 or zero for LM317T)
Use the formula: Vout = Vfixed + R2[Vfixed/(R1 + Istndby)]. R1 is usually 470 ohms, but can go as high as 1K ohm.
For example, to get 8V, you can use:
Code: Select all
Vout = Vfixed + R2[Vfixed/(R1 + Istndby)]
8 = 5 + X[5/(470+2.5)]
8 - 5 = X[5/(472.5)]
3 = X[0.01050105821....]
3/0.0105.... = X
X = 283.5
R2 = 283.5 ohmNOTE: When resistors get hot, their resistance goes up so your output will change slightly. I recommend running this for a while to test it's output while the resistors are warm.
