Efficient Battery Implementation for Extended Computer Use: Tips and Materials

  • Thread starter Thread starter zapper
  • Start date Start date
  • Tags Tags
    Battery
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
zapper
Messages
3
Reaction score
0
I would like to implement my own battery to power a computer monitor and a CPU for 12 hours before being recharged. The condition is that the power leakage must be less than 300 micro watts. I would like to know the steps involved in making my own battery to perform this task? I would also appreciate it if I could get material on this subject as well as the power conversion like converting from AC to DC etc involved in making this battery.
 
Engineering news on Phys.org
Microcontroller Programming

Hi I am planing on using controllers to enable the legs of a table to move up and down. I know I will have to drive the legs using a motor, I am using a optical encoder to give the position of the legs as it moves up and down. I would like to know the controller to use as well as the method to go about in implementing this project. I am only familiar with bread board connections, hence is it possible to implement this using a bread board first and then switching over to something else. Any suggestions on this would be greatly welcome.
 
zapper said:
I would like to implement my own battery to power a computer monitor and a CPU for 12 hours before being recharged. The condition is that the power leakage must be less than 300 micro watts. I would like to know the steps involved in making my own battery to perform this task? I would also appreciate it if I could get material on this subject as well as the power conversion like converting from AC to DC etc involved in making this battery.

Commercial units are available for this task -- they are called Uninterruptible Power Supplies (or UPS units). Here is some basic info:

http://en.wikipedia.org/wiki/Uninterruptible_power_supply

You can google to get some hits on units where you can download their datasheets to see what size batteries they use, and how long they last for your monitor output load when there is no AC Mains power.

zapper said:
The condition is that the power leakage must be less than 300 micro watts.

This makes no sense to me. Your monitor obviously consumes more than 300uW. What do you mean by this term "power leakage"?
 
zapper said:
Hi I am planing on using controllers to enable the legs of a table to move up and down. I know I will have to drive the legs using a motor, I am using a optical encoder to give the position of the legs as it moves up and down. I would like to know the controller to use as well as the method to go about in implementing this project. I am only familiar with bread board connections, hence is it possible to implement this using a bread board first and then switching over to something else. Any suggestions on this would be greatly welcome.

What class is this for? You would use a microcontroller (uC) that you are familiar with, and have the development tools and demo board for, so that you can write your code and load it into the demo board. PIC uCs are commonly used for this type of project, but there are others available. Go to the Microchip PIC website and look for application notes about motor controller applications.