README.md

Sun, 14 Jun 2020 22:35:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 14 Jun 2020 22:35:24 +0200
changeset 58
e949f41034eb
parent 46
2cf4b15895f2
permissions
-rw-r--r--

Lower loglevel for one message.

0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 # CO2 Meter
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2
46
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
3 **DIY electronic pressure meter**
0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
46
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
5 Measure the pressure in beer bottles during the carbonation stage. Periodicly
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
6 send the data to a MQTT server for further processing.
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
7 It has a little OLED display and rotary switch to control the unit and view
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
8 the current readings.
0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9
46
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
10 It is designed for three bottles, each bottle has it's own pressure sensor and
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
11 temperature sensor. The devices runs on a USB charge adapter.
0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12
46
2cf4b15895f2 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
13 The generated MQTT data fits the BMS server.

mercurial