5

I'm looking for a very low cost barometric pressure sensor. The SCP1000-D01 available at Sparkfun and elsewhere is around $25 but I was hoping to find something in the $5-10 range. I am only interested in rough relative pressure change, so it does not have to have high precision or be calibrated. Basically something like the thermistor equivalent for pressure...

flag
tough question! -- i'll ask around at work when I get a chance -- there's some Japanese company that makes some pressure sensors that are low cost.... although it could be that they are just low cost in high volumes. – Jason S Dec 29 at 1:02
Thanks, additional options would be useful. – SteveP Dec 29 at 17:07

5 Answers

2

Futurlec has a few barometric sensor in the $5-10 range. These use I2C interface though, so a bit more involved in the MCU side than a simple analog voltage.

http://www.futurlec.com/Pressure_Sensors.shtml

If you're in Australia, you can buy from their Australian website as well.

link|flag
5

I would take a look at the sensors from Freescale. I bought an MPX4115A from Mouser.com for about $10. This is (supposedly) suitable for use as an altimeter; I haven't gotten to that project, yet. :-)

link|flag
3

You can check out the Bosch Sensortec BMP085 sensor. It is SMT, but it gave me good results.

link|flag
Thanks, this is excellent as well. Nice breakout board. – SteveP Jan 8 at 2:53
I still have some - so if anybody is interested - hit the contact button on my site ;) – Interactive Matter Jan 8 at 7:42
1

Those Freescale devices are very easy to use - I'd interface it to a small MCU with an ADC. Alternatively, you could just connect it to a voltmeter.

link|flag
1

Another vote for the MPX4115 family - I'm using one, they're very simple to use & cheap.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.