Hi, so I already got my PC side panel on hinges!:
http://www.youtube.com/watch?v=QE1ucislSxU
I would like to be able to press a momentary push button to open it, and then push it again to close it. I’d like it to run off battery (think of it as a mod to the case, not the system), but then run off the PSU when it can. The hinges itself take nearly zero force to push open/close (and I haven’t even lubricated them yet), but the 3/16 rare earth magnets that keep the panel shut tight do. I don’t know if it’s more or less force depending where you push, but I pushed a scale at the halfway point and it was ~25oz to pop it through the magnets.
Bear in mind that I have a lot of experience with modding computers, psu’s, wiring and such, but my experience with servos is an RC plane that never got off the ground when I was 14, and zero experience with microcontrollers/programming/arduinos/etc.
So far, this is what I’ve got:
-
Adafruit Trinket 5v $10 shipped. Cheapest microcontroller, just to program the pushbutton control. I originally was going to go with a pololu. And is it possible to make a programmable servo work so i dont need a microcontroller (although that may not be economically practical, i dont know exactly the costs of a servo programmer)
-
High Torque Micro Servo ~$20. I think I’ll need high torque to push through those magnets. The rod has to be mounted below 1.25" or else it’ll end up on the window itself (which is okay I guess, but I’d rather not). I guess I could buy a full size servo and just have the rod pointed downward, not sure if that’s a good idea though.
-
Using 4xAA Batteries in Series for 6v, and I’d buy a 4xAA battery housing unit from ebay for $1 so replacing batteries is really simple (not for me, but say if i sold the case).
-
Mounting hardware from local hobby shop
-
SPST Switch
Now, I am a little confused on battery. Ideally, I’d like to do something where I ran off the battery when my PSU was uninstalled/unplugged, and then PSU when it was plugged in (ie 5VSB line, instead of 5v rail, so i’d get 5v even when pc was off). Or anything similar to this (ie run off battery and then battery is charged by usb/5v, etc). However, I can’t find any battery charging circuits above 3.7v or 4.2v.
So I have a lot of options here I guess. I’d appreciate any suggestions on anything here really. Thanks!