An Aphrometer is a device used to monitor fermentation of sparkling beverages.
I made one to monitor the second "in bottle" fermentation of my home brewing system.
The most difficult thing was to connect the tiny pressure sensor to the bottle... I used some pipes and epoxy glue for this. It works without leakage !
I drilled the cap of a beer bottle and added a tire valve into it.
The sensor itself is outputing a DC voltage proportional to the pressure. Using the ADC of an ESP32 MCU was really simple.
Finally the APP is writen with... B4A
The device sends the values to firebase over Wifi, the App is notified as soon as there is a new point in real time (even in the background, the app closed and the screen off and the phone locked !). There is no need for the phone to be connected to Wifi, a 4G connection works as well (viva firebase )
I do use @Johan Schoeman MPchart library. It does a really good job !
Here is video of the system running :
I made one to monitor the second "in bottle" fermentation of my home brewing system.
The most difficult thing was to connect the tiny pressure sensor to the bottle... I used some pipes and epoxy glue for this. It works without leakage !
I drilled the cap of a beer bottle and added a tire valve into it.
The sensor itself is outputing a DC voltage proportional to the pressure. Using the ADC of an ESP32 MCU was really simple.
Finally the APP is writen with... B4A
The device sends the values to firebase over Wifi, the App is notified as soon as there is a new point in real time (even in the background, the app closed and the screen off and the phone locked !). There is no need for the phone to be connected to Wifi, a 4G connection works as well (viva firebase )
I do use @Johan Schoeman MPchart library. It does a really good job !
Here is video of the system running :
Last edited: