How do you calculate power consumption?
nicolad76
Posts: 164
Hi,
I am working on my little project and the end result would be a portable device.
Each portable device requires a battery (unless you use it as paper weight....) so I was wondering...how do I calculate the total power consumption at design stage?
If I list all my components (all IC's) and I assume they would be all functioning for the entire use of the device (worst case scenario), is it enough to total up their power consumption? Should I add some % due to power loss and other components?
I know you experts have the answer [noparse]:)[/noparse]
Thanks
Nicola
I am working on my little project and the end result would be a portable device.
Each portable device requires a battery (unless you use it as paper weight....) so I was wondering...how do I calculate the total power consumption at design stage?
If I list all my components (all IC's) and I assume they would be all functioning for the entire use of the device (worst case scenario), is it enough to total up their power consumption? Should I add some % due to power loss and other components?
I know you experts have the answer [noparse]:)[/noparse]
Thanks
Nicola
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Leon Heller
Amateur radio callsign: G1HSM
You could use an amp meter. You put them in series with your power supply and it tells you exactly how much power is being used. With a linear regulator powering your components you can just mark that down as your amperage. If you are using a switching regulator you will have to calculate the wattage because the amp usage is a product of the input voltage.
Instead of a amp meter, you could just put a resistor (1 or 10 ohm work good) in series with the power. Measure the voltage difference across the resistor and calculate the amperage.
I have a 30A, 2A, 500mA, 100mA, and 10mA meters on hand. It gives me the opportunity to find out exactly how much power my battery power projects use across a wide range of power usages. Most of the time I am just using the 500mA or 100mA meters though.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X0X ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't allow strings to be the bane of the Propeller, bend them to your will!
Fast Inter-Propeller Comm - Fast communication between two propellers (1.37MB/s @100MHz)!
I guess I will add them up and get an idea of what type of battery is needed, when I get the prototype done I will review this step.
Thanks a lot!