Efficient Battery Implementation for Extended Computer Use: Tips and Materials

  • Thread starter Thread starter zapper
  • Start date Start date
  • Tags Tags
    Battery
AI Thread Summary
To implement a custom battery for powering a computer monitor and CPU for 12 hours with less than 300 micro watts of power leakage, one must consider battery design, capacity calculations, and power conversion from AC to DC. Commercial Uninterruptible Power Supplies (UPS) are available and can provide insights into battery sizes and performance under load. The requirement for power leakage seems impractical, as typical monitors consume significantly more power than 300 micro watts. For controlling motorized table legs, using a familiar microcontroller and development tools is recommended, with PIC microcontrollers being a common choice. Resources and application notes can be found on the Microchip PIC website for further guidance on motor control projects.
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.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top