Liquid pressure sensor?
Moderator: phalanx
Liquid pressure sensor?
I have looked all over and it seems like no one makes a liquid pressure sensor that could be used with Arduino/RapberryPi. There are bunches and bunches of pressure sensors for atmospheric pressure. Sparkfun now has the SEN-12909 sensor that can handle liquids. At $60 it's 4-10 times the cost of atmospheric pressure sensors, which is what it is, but even then there's no clear way on how one would actually use it, i.e. actually attach a water tight coupler to the sensor ring. I just assumed that potable water safe pressure sensors would be one of the main go-to products people wanted, but I can't find them anywhere. This leads me to believe either (1) I'm wrong, and no one cares about water pressure or (2) there's some glaringly simple answer that everyone knows about so no one needs to talk about it... like there's some off the shelf pool or aquarium sensor that everyone knows you can just plug into a 1/4" NPT T fitting and get all the PSIs you need.
At this point, I'm debating between a $300 industrial part or one of 1000 available $6 gauges and a camera/image recognition to read the gauge, which seems ridiculous.
Anyone know anything about the best ways to read pressure in a potable water system?
Thanks.
At this point, I'm debating between a $300 industrial part or one of 1000 available $6 gauges and a camera/image recognition to read the gauge, which seems ridiculous.
Anyone know anything about the best ways to read pressure in a potable water system?
Thanks.
- Ross Robotics
- Support Volunteer
- Posts: 2007
- Joined: Thu Jun 07, 2012 9:33 pm
- Contact:
Re: Liquid pressure sensor?
------------------------------------------------------------------------------------------------------------------------------------------------------------
//codlink
Available for circuit and PCB design, just PM me!
//codlink
Available for circuit and PCB design, just PM me!
-
- Posts: 126
- Joined: Mon Dec 31, 2007 3:54 pm
- Location: Montgomery, MN
Re: Liquid pressure sensor?
Analog sensor from Freescale:
http://cache.freescale.com/files/sensor ... df?pspll=1
http://www.digikey.com/product-search/e ... ageSize=25
http://cache.freescale.com/files/sensor ... df?pspll=1
http://www.digikey.com/product-search/e ... ageSize=25
Tim Barr
-
- Support Volunteer
- Posts: 2342
- Joined: Fri Jun 15, 2007 9:41 pm
- Location: Eugene, Or
Re: Liquid pressure sensor?
These stainless steel pressure sensors appear to be a good buy: http://www.ebay.com/itm/261260635816 and are available in several pressure ranges.
I've been using the Omega PX309 series for potable water and they are really excellent, but very expensive ($225).
I've been using the Omega PX309 series for potable water and they are really excellent, but very expensive ($225).
Re: Liquid pressure sensor?
Thanks for the input. A lot of it I found in my initial search and put in the category of (1) no one (or more accurately very few people) cares about water pressure. Those are good suggestions, but far from plug and code and play. Some of those product links I've not seen and look interesting though, and regardless I thank you all for your input.
I think I need to get a new Arduino, as hooking any of these analog sensors up to the current RasPi system seems too complicated.
I think I need to get a new Arduino, as hooking any of these analog sensors up to the current RasPi system seems too complicated.
- Ross Robotics
- Support Volunteer
- Posts: 2007
- Joined: Thu Jun 07, 2012 9:33 pm
- Contact:
Re: Liquid pressure sensor?
How so? Look pretty simple to me..jbg189 wrote:Those are good suggestions, but far from plug and code and play.
That's how you learn..jbg189 wrote:I think I need to get a new Arduino, as hooking any of these analog sensors up to the current RasPi system seems too complicated.
------------------------------------------------------------------------------------------------------------------------------------------------------------
//codlink
Available for circuit and PCB design, just PM me!
//codlink
Available for circuit and PCB design, just PM me!
-
- Support Volunteer
- Posts: 2342
- Joined: Fri Jun 15, 2007 9:41 pm
- Location: Eugene, Or
Re: Liquid pressure sensor?
Either of the ones I linked above will interface with the RPi via an ADC. There are several on line tutorials that do not seem complicated.
-
- Posts: 13
- Joined: Sat Aug 20, 2016 12:15 am
Re: Liquid pressure sensor?
Great help from this post for my minor project. Thanks everyone.