How Can I Calculate Power Requirements from a Sensor Datasheet?

  • Thread starter Thread starter lucy_b14
  • Start date Start date
  • Tags Tags
    Power
AI Thread Summary
To calculate the power requirements for a sensor, it's important to analyze the datasheet for key parameters like minimum voltage and current. The power consumption primarily occurs through digital interface pins, especially when they are activated. If the sensor is only active for a small fraction of the time, the quiescent current can often be used for calculations, simplifying the process. For more accurate estimates, consider worst-case scenarios where the sensor draws maximum current continuously. Properly accounting for additional components, like pull-up resistors, is also crucial in determining overall power needs.
lucy_b14
Messages
17
Reaction score
0
Hi

I am trying to calculate the power required to take a measurement using a sensor. Datasheets do not provide the power requirement for devices (in watts). Can anyone give me any advice on how to find the power requirement using information provided in a typical datasheet? I know I could just use the equation P=IV, but surely it's not that simple.

I'm not sure if it makes a difference, but the sensor will not be used continuously, just one measurement needs to be taken.

Thanks for your help

L
 
Engineering news on Phys.org
What power? DC, AC, high frequency, Where from? Where to? Roughly how much power?

I think posters would get a better response if they explained more.
 
lucy_b14 said:
Hi

I am trying to calculate the power required to take a measurement using a sensor. Datasheets do not provide the power requirement for devices (in watts). Can anyone give me any advice on how to find the power requirement using information provided in a typical datasheet? I know I could just use the equation P=IV, but surely it's not that simple.

I'm not sure if it makes a difference, but the sensor will not be used continuously, just one measurement needs to be taken.

Thanks for your help

L

Hi Lucy,

Parsing a datasheet is a skill that takes a while to acquire and even longer to hone. Could you provide a link to the datasheet in question?
 
Hi

Sorry, I guess I was a little sparse on detail - I was trying to keep it simple!

I am basically designing a wireless autonomous sensor device powered by energy harvested from the surrounding environment. This energy will need to be stored in a battery, so I need to find the amount of power (DC) that I need to harvest in order to select an energy harvesting technique (e.g. vibration, light...etc).

The sensor device will probably take a temperature measurement or something similar (what the sensor measures doesn't really matter). The following datasheet shows the kind of information (minimum voltage and current on page 3) that I'm trying to determine the power requirement from:

http://focus.ti.com/lit/ds/symlink/tmp175.pdf

Hope this is a bit more clear

L
 
unless I'm missing something, it looks like most power consumption will not be through the device's power input, but through the digital interface pins. and if all pins are held high, should be about 1uA per pin when not in use. yeah, it's not straightforward.
 
lucy_b14 said:
Hi

Sorry, I guess I was a little sparse on detail - I was trying to keep it simple!

I am basically designing a wireless autonomous sensor device powered by energy harvested from the surrounding environment. This energy will need to be stored in a battery, so I need to find the amount of power (DC) that I need to harvest in order to select an energy harvesting technique (e.g. vibration, light...etc).

The sensor device will probably take a temperature measurement or something similar (what the sensor measures doesn't really matter). The following datasheet shows the kind of information (minimum voltage and current on page 3) that I'm trying to determine the power requirement from:

http://focus.ti.com/lit/ds/symlink/tmp175.pdf

Hope this is a bit more clear

L

As Proton Soup says, the majority of the power consumption will probably be when you pull the SCL and SDA lines low (even more so if you use the One-Shot feature). When ball-parking (order of magnitude or so) power for something like this, I typically ask:

1) How much of the time will it be active and consuming maximum current? If this is a tiny fraction of the time (<5% or so of the time), and the "active" current is lower than the quiescent (or sleep) current, then you can safely ignore "on" operation.

2) If 1) Use the quiescent (or, if you're using One Shot, the sleep) current and multiply it by your operating voltage. The proper formula is: Power consumed (in a device) = sum(voltage_in * current_in) - sum(voltage_out * current_out). Since voltage_out is zero, this reduces to the operating voltage multiplied by the input quiescent / sleep current.

In the event that the first assumption isn't true, I'd recommend going with the worst-case scenario and assume that, when the device is on, it's drawing maximum current for the entire duration (instead of going on and off, as in the case of a digital input). In this case, you should *also* factor in the power dissipated in the pull up resistors when SCL/SDA go low (actually, this number should be orders of magnitude larger than the power consumed in the device when SCL and SDA switch low).

In the back of your mind, you should also be asking if you can supply the current for when the device is on. For instance, I had circuit brownouts once when I didn't properly take into account the need for 1/4 A for an RF transmitter which only required a few mA quiescent. Not a big problem, just annoying (and something you can confirm if you've got a decent power supply).
 
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top