powering ps1 screen

Includes but not limited to: SNES, Genesis, Sega CD, PlayStation 1, Nintendo 64, Dreamcast, Game Gear and I guess the Virtual Boy.

Moderator: Moderators

new york cheech
Posts: 167
Joined: Mon Jul 18, 2005 7:31 pm
Location: Myrtle Beach, SC...NY's better though
Contact:

Post by new york cheech »

could someone tell me if this would work

http://cgi.ebay.com/ws/eBayISAPI.dll?Vi ... =WD1V&rd=1
*o*
Senior Member
Posts: 3765
Joined: Fri Apr 08, 2005 10:40 pm
Location: sydney, australia

Post by *o* »

yes
Penn & Teller wrote:It's BULLS#%@
nos_slived
Higher Idiot
Posts: 3476
Joined: Mon Mar 21, 2005 6:32 pm
Location: Burnaby, BC, Canada
Contact:

Post by nos_slived »

That's a good deal. You can use 7805s as adjustable regulators to achieve 8V.

BTW, the PS1 screen can take anything between 7.2V and 9V.

PS, what's your power source?
Image
*o*
Senior Member
Posts: 3765
Joined: Fri Apr 08, 2005 10:40 pm
Location: sydney, australia

Post by *o* »

tell me more bout that 7805 thing??
Penn & Teller wrote:It's BULLS#%@
nos_slived
Higher Idiot
Posts: 3476
Joined: Mon Mar 21, 2005 6:32 pm
Location: Burnaby, BC, Canada
Contact:

Post by nos_slived »

Image
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 ohm
This is an approximate calculation, and you should test the voltage of this with a multimeter before using this.

NOTE: 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.
Image
Post Reply