Category: Other


In this post, I will show you how to convert a computer power supply into a regular DC power supply with 12, 5 and 3.3 volt outputs.

Why use a computer (ATX) power supply? Well, they’re available everywhere, and they can output tremendous amounts of power in a small form factor. They have overload protection built right in, and even a 500W model can be reasonably priced with high efficiency. The voltage rails are incredibly stable. Giving nice, clean DC current even at high loads.

Why?

Well I’m in the process of building my new home cockpit (based on the Lockheed Martin F22), I need some additonal power for my simpit to enable me to power my OpenCockpits USB Outputs card and also to power some in-cockpit lighting (LED’s).

So, here we go…

The first order of business is that of safety. While I’m reasonably sure that there isn’t enough residual energy to stop your heart, those capacitors can still bite, and that can cause significant pain and maybe even burns. So be paranoid when getting close to the internal circuitry. It would probably be a good idea to put on some insulating gloves. Also (obviously) make sure the thing is unplugged. You are responsible for your own safety!

So firstly, open up the PSU…

Your PSU should look something like the above!

You will be met with the daunting task of sorting through a hundred wires of different colors. The only colors we care about are Black, Red, Orange, Yellow and Green. Any other colors are superfluous and you can cut them at the circuit board.

The green wire is what tells the power supply to turn on from stand-by mode, we want to just solder it to a ground (black) wire. Put some heat shrink on this so it won’t short out on anything else. This will tell the PSU to be constantly on without a computer.

The Purple, white and blue wires from the main connector are not needed and can be cut away, make sure that you insulate the cut-down cables to avoid any shortages and dangers of an electric shock!

Cut all of the other wires down to about a foot, and remove any zip-ties. You should have a forest of wires with no connectors.

The colors represent:

YELLOW = 12 Volts
RED = 5 Volts
ORANGE = 3.3 Volts
BLACK = Common Ground.

Now, theoretically, you could be done. Just hook the wires to 4 large alligator clips (one for each color set) or some other terminals.

Group the 4 wire colors together and cut them to length to where you marked where the posts would go. Use the wire strippers to take off the insulation and stick about 3-4 wires into one tongue terminal. Then crimp them. The exact number of wires per voltage rail depends on the wattage of the PSU. Mine was a 400W and there are about 9 wires per rail. You need all these wires so that you can get all of the current rated for that rail.

You can now either use the wires naked or if you want to add some extra cool stuff, check this out:-

Have fun!

Disclaimer: I didn’t actually create this tutorial, I read it from this site, I’m simply hosting the content on my site too to ensure that data is never lost in the event that the above site is ever taken offline!

After another week of DDoS attacks from one of our spoilt forum users I have taken the decision to move the main website over to be hosted by Sourceforge.

The project has now been released under the GPL license and we have been working hard over the last two weeks to port the code over to ensure that it works on both Microsoft Windows and *NIX platforms in an effort to expand our user base and total supported platforms.

The new ZPanel website can be found here: http://www.zpanelcp.com/ – I’ve had the domain purchased for several months but we never really found the best time to transition the .co.uk domain over to it but as our main website is currently offline anyway at the moment I think now is a good time!

Well I must say today marks a special day in the history of the Zpanel project…

For the first time since Zpanel 2.5 was classed as ‘stable’ all those many moons ago… this morning I configured and customised the current ZPanel 6.0.0 code which was developed solely for Windows really on Ubuntu Linux – obviously some of the modules (that integrate with Windows only apps would not work) but I am pleased that framework worked great!

The ZPanel development team are now working on the new ZPanel X framework which will see ZPanel be compatible with Windows, Linux and UNIX (Including MacOSX and FreeBSD!)

Ok, well as the title suggests… I haven’t posted in ages to my blog so this morning I am hoping to update you all with what has been going on recently…

Well…

I have decided to work on and release a new version of ZPanel (ZPanelX) which will is to be developed on Linux and then released and fully supported for both Linux servers as well as Microsoft Windows Servers.

I have been building and nearly fully completed my very own home cockpit for use with Microsoft Flight Simulator X and have flown many flights with EasyJet VA!

Apart from that Family life is busy, my daughter had her 4th Birthday this time last week and had her birthday party at `Snakes and Ladders` in Ipswich.

Well I will do my very best to update again soon! :)

Ok so I’ve managed to find an article on the net about how to change
the default applications menu in Ubuntu, this will enable you to
change it to whatever you like (instead of the default distrubution
icon) It’s dead easy, but everyone else tries to make it sound so
complicated. So here’s the dead easy way to do it.

First, you’ll need to download your image. I used this one from
Wikipedia as it’s already in the required .svg format, otherwise
you’ll have to convert to this format using The GIMP. Don’t just
rename the file!

Save the file to your Desktop with the filename start-here.svg and
fire up the terminal.

Now you’ll need to find out what icon set you’re using. In Ubuntu this
is simply a case of going to System / Preferences / Appearance,
clicking the Customize button, and selecting the Icons tab. I’m using
the Tango icon theme, but you’ll need to substitute Tango with the
name of your icon theme in the following commands.

Okay, so in the Terminal we need to run this:

cd Desktop
sudo cp /usr/share/icons/Tango/scalable/places/start-here.svg start-here-old.svg
sudo cp start-here.svg /usr/share/icons/Tango/scalable/places/
killall gnome-panel

The first command changes to your desktop, the second creates a copy
of your old icon on the desktop (for backup purposes), the third line
copies the new icon over the top of the existing one, and the final
command restarts your gnome panel. Whew!

Hope this is helpful to others looking to achive this! :)

Automatic test

Blah blah blah…. this should be cron’d into my new blog ;)

Testing

Will the links work though :S