-
I've been starting with doing some pressure fermentation and I would be nice to get the pressure data into fermentrack, I belive it should be possible to extend the beerpi firmware to collect that data. However I've been trying to find some good sensors that could interpret the signal (either via brewpi) or some new controller built on esp8266/esp32. Have anyone found any good sensors to use for measuring pressure? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 11 replies
-
That a good suggestion, I will take a closer look if I can adapt that one. I'm using a fermzilla with spunding valve to control my fermentation and I want to replace the pressure gauge with a sensor instead (or complement, like in the picture). So if this could be adapted to fit a ball-lock post instead it can be used for any vessel. |
Beta Was this translation helpful? Give feedback.
-
The sensor used is using I2C, could we not just hook this up to the brewpi controller and collect the data that way? It would probably be possible to 3d print a adapter to fit in the JB/Kegland fittings... |
Beta Was this translation helpful? Give feedback.
-
The pressure sensor I spec'd for the Flite sensor is HSCMAND150PA4A3. Here's the datasheet on this sensor line: There are a few considerations here:
The Flite lib is designed for connecting an entire Flite sensor, but it would technically still work if you wanted to only get pressure/temperature from the HSC sensor. Make sure you instantiate a Flite object as BLACK if you buy the 0x48 sensor. Here's Honeywell's literature I used to write the Flite lib: |
Beta Was this translation helpful? Give feedback.
-
Or @thorrak can add Flite support to Fermentrack and you can use the Flite controller's ESP8266 wifi to communicate the pressure data. No cables needed, DIY and firmware already developed and tested... |
Beta Was this translation helpful? Give feedback.
-
Well today I finally got the pressure sensors. After some testing with analog sensors i quickly skipped that path and went with the Honeywell sensors. I have a running prototype on a esp8266 and it seams to work fine... Now I need to fix some kind of enclosure and secure that it can handle the pressure during fermentation. |
Beta Was this translation helpful? Give feedback.
The one @DJMarlow uses here might work.