PeaPodTechnologies / PeaPod

PeaPod is a cloud-connected automated plant growth environment, designed as both a distributed phenotype research tool, and a precision agriculture food production.
MIT License
10 stars 1 forks source link

[FEATURE] - Aeroponics Accumulator Tank Pressure Sensor #48

Open JLefebvre55 opened 3 years ago

JLefebvre55 commented 3 years ago

Source a pressure sensor for the aeroponics subsystem accumulator tank. Reports to computer. Allows for shutoff of pump in case of emergency.

Context

Is your feature request related to a problem? Please describe. There is currently no way to know what pressure the system is at other than when the pump turns off. This is inaccurate and unreliable. In addition, unforseen pump runaway could result in catastrophic tank failure (i.e. violent explosion).

Describe the solution you'd like Source components and develop software for a pressure sensor that:

TODO:

nchareunsouk commented 3 years ago

Potential pressure relief valve candidate: https://www.grainger.ca/en/product/RELIEF-VALVE-3-4-X-1-2-IN-MNPT-X-FN/p/WWG2X318?analytics=RecommendationZones&cm_sp=IDP-_-CAV-_-TR-_-PR-_-PLA-NA-_-EN&cm_mmc=PPC:+Google+PLA

nchareunsouk commented 3 years ago

https://www.codrey.com/arduino-projects/how-to-play-with-a-water-pressure-sensor/ https://wiki.dfrobot.com/Gravity__Water_Pressure_Sensor_SKU__SEN0257 https://www.digikey.ca/en/products/detail/dfrobot/SEN0257/8341836?s=N4IgjCBcoLQBxVAYygMwIYBsDOBTANCAPZQDa4A7AMwIC6AvvYQExkgDKAogHIAMzAVgogGQA

Pressure sensor + code.

JLefebvre55 commented 3 years ago

@nchareunsouk could we source a cheaper BSPT-NPT adapter?

JLefebvre55 commented 3 years ago

Potential alternate (still G1/4 threaded tho): https://www.digikey.ca/en/products/detail/seeed-technology-co-ltd/114991178/7387419

nchareunsouk commented 3 years ago

@nchareunsouk could we source a cheaper BSPT-NPT adapter?

@JLefebvre55 most of the alternatives on amazon cost just as much: Example 1 Example 2

It also costs as much at other stores: Example 3

~$20 seems to be the going rate for this adapter.

nchareunsouk commented 3 years ago

Potential alternate (still G1/4 threaded tho): https://www.digikey.ca/en/products/detail/seeed-technology-co-ltd/114991178/7387419

@JLefebvre55 It would probably be better to stick with the DFRobot one since they're both available on Digikey, both use G1/4 but the one from DFRobot has an Arduino library and a higher pressure rating.

JLefebvre55 commented 3 years ago

Purchased sensor, adapter. Still need to buy tee

JLefebvre55 commented 2 years ago

Everything's been assembled, haven't tested sensor yet

JLefebvre55 commented 2 years ago

Reopened for testing