diff -r 000000000000 -r 88d965579617 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue Oct 08 12:00:31 2019 +0200 @@ -0,0 +1,13 @@ +# CO2 Meter + +Measure the pressure in a beer bottle during the carbonation stage. Periodicly +send the data to a MQTT server for further processing. +It has a little OLED display to view the current measured values. + +It should be fitted with several pressure sensors and run on a battery. +Therefore it should use deep sleep and other techniques to save battery life. + +Also, some touch keys to do some stuff like wakeup the display. + +The MQTT data should fit the BMS server. +