This is an awesome project and it was fun to read about how the robot crashed into your cabinet and all :-). I’m particular interested in the way you’re powering the robot since I would like to do that whole mini-itx thing myself. After reading about the picoPSU it seemed that it needs 12 volts regulated? Do you just connect the battery directly or do you have some voltage regulation between picoPSU and the battery?
Thanks! I specialize in failures - you’re garanteed to learn something from it.
The pico is working great for me so far.
Since all the car manufacturers want to put computers in cars now, it has become very simple. The pico PSU 120 hooks directly to a 12 volt battery. So 12 volts on one side, then you plug that little gizmo directly into an standard ATX connector on a motherboard! Very nice!
I have found that when the battery drops below 11 volts, the pico will cut power completely (probably a good thing - when you underpower things - they typically start get HOT). I re-routed the motherboard fan and disk power to go directly to a battery, i figgured this would be more efficient (even though pico runs @95% efficiency)
Here’s a link to the specs http://resources.mini-box.com/online/PWR-PICOPSU-120/PWR-PICOPSU-120-manual-engl.pdf. You don’t need to regulated it - You can put some caps on to filter out the noise if your powersource is the same as your motors powersource. I initially had my electronics battery and the wheelchairs batteries seperated, (the best way to filter out noise), however, i now have the electronics battery connected with the wheelchair battery - I’m doing this in order for the whole system to recharge easily… The wheelchair comes with its own battery recharger on board - now i just got to teach the bot to find the 120v outlet when its feeling low.
Thanks for elaborating it sounds pretty straight forward!
How long does the robot run before the battery drops below 12V? I don’t really know anything about the curve of discharge for typical car batteries… do they hold close to 12V for almost all of their life and then rapidly drop to very low voltage or is there still a lot of juice left in them at a lower voltage level?
Those picoPSU thingies sure seem like the way to go when going for the whole robot-using-atx-mainboard setup, thanks for the info!
Ditto, thanks for the info, that’s something I’d always been interested in playing with too (powering computers from a car battery). I had some brief forays into ‘carputers’ for MP3 purposes back in the late 90s, but I was always using an inverter and the computer’s stock AC/DC power supply, and I’m sure that was really inefficient. This always sounded like a better way to go.
I also find it interesting to read about your work with those bigger motors, because that’s something else I want to try sometime – building something bigger, something that can drive around outdoors in the grass and stuff. It’s interesting to hear about needing to use PWM just to get those larger motors going.
When building something bigger remember it can hit you a lot harder if you make a programming error :-D. I don’t want to read the headline “Big Drum Machine beats the living daylights out of creator”
I’ve had computers where the CPU fan died, and all that would happen when it overheated was the computer would freeze solid and I’d have to do a hard reboot. Never hurt the hardware. But maybe I just happened to have a machine with the built-in protection Good luck with yours.