README.md

changeset 0
88d965579617
child 46
2cf4b15895f2
equal deleted inserted replaced
-1:000000000000 0:88d965579617
1 # CO2 Meter
2
3 Measure the pressure in a beer bottle during the carbonation stage. Periodicly
4 send the data to a MQTT server for further processing.
5 It has a little OLED display to view the current measured values.
6
7 It should be fitted with several pressure sensors and run on a battery.
8 Therefore it should use deep sleep and other techniques to save battery life.
9
10 Also, some touch keys to do some stuff like wakeup the display.
11
12 The MQTT data should fit the BMS server.
13

mercurial