Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
LinkBack Thread Tools Display Modes
Old 4th July 2008, 11:54 PM   (permalink)
Red face dc/dc atx

Hi,

I was thinking of implementing a slim-terminal with a network boot and stuff, for which it would be nice to have an external power supply, due to slim-nature. The requirements are relatively small, because the PC will not even have a hard disk (just motherboard, CPU, Memory and integrated video/wlan card).
So, the idea is to build an adapter from say 12V (24 or any other) DC PSU to ATX motherboard. (req. +12V, -12V, +5V, -5V, +3.3V).

As for the more general picture, the idea is to have a laptopPSU-like thing externally and then some sort of DC/DC converter board inside the case.

Could anyone come up with any ideas?

Sincerely,
Lexter
lexter is offline  
Old 5th July 2008, 01:22 AM   (permalink)
Default

They have 12V Mini ITX power supplies
mini-itx.com - news
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline  
Old 5th July 2008, 09:17 PM   (permalink)
Default

Quote:
Originally Posted by blueroomelectronics View Post
They have 12V Mini ITX power supplies
mini-itx.com - news
Well, yeah ... Actually, it is possible to buy it for $20+, but the idea is to do DIY DC/DC converter.
lexter is offline  
Old 5th July 2008, 09:57 PM   (permalink)
Default

It's one of those more time than it's worth projects. Sure you could do it, but it's going to be bigger, and likley less efficient, you'll probably have a few initial failures, probably to the destruction of a few major components that will over time cost you more in components than purchasing a ready made unit.
You should pick and chose your project time carefully. There are off the shellf units that you can buy for slim terminals, (check out new egg that have some decent mini machines) That or single board computers are a good choice as well, they can be incredibly small (less than a 6 inch ^2 foot print.)
__________________
"Because I be what I be. I would tell you what you want to know if I
could, mum, but I be a cat, and no cat anywhere ever gave anyone a
straight answer, har har."
Sceadwian is offline  
Old 6th July 2008, 12:02 PM   (permalink)
Default

Quote:
Originally Posted by Sceadwian View Post
It's one of those more time than it's worth projects. Sure you could do it, but it's going to be bigger, and likley less efficient, you'll probably have a few initial failures, probably to the destruction of a few major components that will over time cost you more in components than purchasing a ready made unit.
You should pick and chose your project time carefully. There are off the shellf units that you can buy for slim terminals, (check out new egg that have some decent mini machines) That or single board computers are a good choice as well, they can be incredibly small (less than a 6 inch ^2 foot print.)
Well, I see ... I can, of cause, go and spend couple of hundreds/thousands and buy a nice diskless setup (server + number of ws), but the idea is to build everything myself, not just go and buy readymade things.
Would I be asking for an 'where to buy' advice here?

The thing is that I'm interested in building it, not in having readymade.
lexter is offline  
Old 6th July 2008, 12:12 PM   (permalink)
Default

The rest of it is probably worth building yourself, just not the power supply.

If you really want to build the PSU yourself, then look at the Linear Technology, Maxim semiconductor and National semiconductor websites for ICs which you can use to make DC-DC converters.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
And http://www.silicontronics.com, same screen name as here.
Hero999 is offline  
Old 6th July 2008, 05:58 PM   (permalink)
Default

Quote:
Originally Posted by Hero999 View Post
The rest of it is probably worth building yourself, just not the power supply.

If you really want to build the PSU yourself, then look at the Linear Technology, Maxim semiconductor and National semiconductor websites for ICs which you can use to make DC-DC converters.
Well, the PSU is perhaps the hardest part, of cause. But the thing is that the only trouble with it is producing stable 3.3V line(s), the rest seems to be obvious to some extent. Shouldn't be that hard, cause diskless system shouldn't require much power or am I wrong about this?

Last edited by lexter; 6th July 2008 at 05:58 PM.
lexter is offline  
Old 6th July 2008, 07:32 PM   (permalink)
Default

Quote:
Originally Posted by lexter View Post
Well, the PSU is perhaps the hardest part, of cause. But the thing is that the only trouble with it is producing stable 3.3V line(s), the rest seems to be obvious to some extent. Shouldn't be that hard, cause diskless system shouldn't require much power or am I wrong about this?
Yes. Any other voltage is not that problematic and they use MosFETs as synchronous detectors to reduces losses at 3.3V. Loop control also , at 3.3V poses issues.
One can do it but time taking and with three or four iterations on transformer design. I think there are application notes from TI and others.
__________________
Regards,
Sarma.
mvs sarma is offline  
Old 6th July 2008, 09:13 PM   (permalink)
Default

just in case anybody is interested ...
This project is actually possible to implement. Just been browsing dc/dc converter IC section of maxim-ic.com ... 3.3V is possible with quite a cheap ICs (perhaps even sampling is OK). So, it is not as bad as it seems ... The only thing to do is to calculate required max. wattage for each line. (I seriously believe that 2-3Amps or even less should do for diskless system). The implementation of the rest of the lines (5, -5, 12, -12) is obvious.
lexter is offline  
Old 6th July 2008, 09:35 PM   (permalink)
Default

lexter, the 3.3v line isn't used for disks, it's used for the logic on the motherboard processor and memory.. Drives usually use 12 volts. Even laptops use 30-40 watts of power a desktop system will likley use significantly more.
The 3.3v line on my generic ATX supply is rated at 14 amps. I would strongly suggest you test the system you're going to build before you build the supply, power supplies are a rats next of wires so just find all the 3.3 volt wires (they only go to the motherboard connector) and test them on a clamp meter so you know what kind of power your system really needs. I'm guessing it's going to be under 10 amps so you could probably hook it up to a multimeter for more precise current usage. A clamp meter will give you a clue. I'm guessing even an older slower processor is going to be a minimum of 20 watts that's going to be a baseline of 7 amps, and I'm going to hazard a guess the actual power is going to be higher. What are the specs of the system you're building so far?
__________________
"Because I be what I be. I would tell you what you want to know if I
could, mum, but I be a cat, and no cat anywhere ever gave anyone a
straight answer, har har."

Last edited by Sceadwian; 6th July 2008 at 09:44 PM.
Sceadwian is offline  
Old 6th July 2008, 10:19 PM   (permalink)
Default

Quote:
Originally Posted by Sceadwian View Post
lexter, the 3.3v line isn't used for disks, it's used for the logic on the motherboard processor and memory.. Drives usually use 12 volts. Even laptops use 30-40 watts of power a desktop system will likley use significantly more.
The 3.3v line on my generic ATX supply is rated at 14 amps. I would strongly suggest you test the system you're going to build before you build the supply, power supplies are a rats next of wires so just find all the 3.3 volt wires (they only go to the motherboard connector) and test them on a clamp meter so you know what kind of power your system really needs. I'm guessing it's going to be under 10 amps so you could probably hook it up to a multimeter for more precise current usage. A clamp meter will give you a clue. I'm guessing even an older slower processor is going to be a minimum of 20 watts that's going to be a baseline of 7 amps, and I'm going to hazard a guess the actual power is going to be higher. What are the specs of the system you're building so far?
well, obviously, 3.3 line is not used for disks. thanx for commenting about it The specs are not known yet, and the wattage is to be checked. I was just saying that if there is no fancy gpu, fd, cdrom, etc it would consume much smaller ammount of power.
Actually, processor power requirements can be checked from the datasheet. (same goes for m-board)
lexter is offline  
Old 6th July 2008, 10:54 PM   (permalink)
Default

Right. So what are the specs? I checked Wikipedia they have a nice entry on CPU power dissipation. The original Pentium/P2/P3 are in the range of 10-50 watts it only goes up from there. So you're looking at a current draw minimum just from a very slow processor of 3amps, the higher end is 15amps. Looks like any modern processor (aside from mobile versions) is going to be in the 40-80 watt range.
__________________
"Because I be what I be. I would tell you what you want to know if I
could, mum, but I be a cat, and no cat anywhere ever gave anyone a
straight answer, har har."
Sceadwian is offline  
Old 7th July 2008, 05:15 PM   (permalink)
Default

Quote:
Originally Posted by Sceadwian View Post
Right. So what are the specs? I checked Wikipedia they have a nice entry on CPU power dissipation. The original Pentium/P2/P3 are in the range of 10-50 watts it only goes up from there. So you're looking at a current draw minimum just from a very slow processor of 3amps, the higher end is 15amps. Looks like any modern processor (aside from mobile versions) is going to be in the 40-80 watt range.
Well, 15A * 3.p3V = 49.5W ... Not that bad though ... in the worst case, can put some small sized PSU (was it called µATX?) in test versions ... Just was saying that if I would want to buy the readymade product, I would just go and buy the whole setup, not just a PSU. (And wouldn't, of cause, ask for advice on electronics forum.)
lexter is offline  
Old 7th July 2008, 05:58 PM   (permalink)
Default

If you don't need the speed, you could underclock it to save power.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
And http://www.silicontronics.com, same screen name as here.
Hero999 is offline  
Old 7th July 2008, 08:03 PM   (permalink)
Default

hmm ... nice idea! The speed is not of any importance in such a project. I will take that into consideration.
lexter is offline  
Reply

Bookmarks

Thread Tools
Display Modes





All times are GMT. The time now is 05:53 AM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

eXTReMe Tracker