Efficient Battery Implementation for Extended Computer Use: Tips and Materials

  • Thread starter Thread starter zapper
  • Start date Start date
  • Tags Tags
    Battery
Click For Summary
SUMMARY

This discussion focuses on implementing a custom battery solution to power a computer monitor and CPU for 12 hours with a power leakage requirement of less than 300 micro watts. Participants suggest researching Uninterruptible Power Supplies (UPS) for insights on battery sizing and performance. Additionally, the use of microcontrollers, particularly PIC microcontrollers, is recommended for controlling motors in related projects. The conversation highlights the importance of understanding power conversion, including AC to DC processes, in battery implementation.

PREREQUISITES
  • Understanding of battery technology and specifications
  • Knowledge of power conversion techniques, specifically AC to DC
  • Familiarity with microcontroller programming, particularly with PIC microcontrollers
  • Basic electronics skills, including breadboard prototyping
NEXT STEPS
  • Research Uninterruptible Power Supplies (UPS) and their battery specifications
  • Learn about AC to DC power conversion methods and components
  • Explore microcontroller programming for motor control applications using PIC microcontrollers
  • Investigate battery design principles to meet specific power leakage requirements
USEFUL FOR

This discussion is beneficial for electronics hobbyists, engineers designing custom power solutions, and developers working on projects involving motor control and battery management systems.

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.
 

Similar threads

Replies
7
Views
3K
Replies
19
Views
6K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
27
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K
Replies
9
Views
2K
Replies
2
Views
2K
  • Poll Poll
  • · Replies 15 ·
Replies
15
Views
7K
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K