Shop OBEX P1 Docs P2 Docs Learn Events
How do you calculate power consumption? — Parallax Forums

How do you calculate power consumption?

nicolad76nicolad76 Posts: 164
edited 2010-03-01 21:17 in Propeller 1
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

Comments

  • LeonLeon Posts: 7,620
    edited 2010-03-01 16:30
    That's what I've done when I've needed to estimate power consumption for a board. You need to include each output, of course, depending on the load it is driving.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Leon Heller
    Amateur radio callsign: G1HSM
  • Bobb FwedBobb Fwed Posts: 1,119
    edited 2010-03-01 21:06
    Adding all the components up will give you a broad idea of usage, but doesn't account for everything.

    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)!
  • nicolad76nicolad76 Posts: 164
    edited 2010-03-01 21:17
    But you can do that when you have a prototype, right? I am still working on the project, to be honest, I do not even have the components yet [noparse]:)[/noparse]
    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!
Sign In or Register to comment.