Go to file
2022-05-09 20:44:42 +02:00
.github Update issue templates 2022-05-09 20:44:42 +02:00
bin GitHub Action Build 2022-05-06 16:11:31 +00:00
html #76 formula creation 2022-05-06 17:39:54 +02:00
lib #73 add support for MPU6500 2022-05-05 17:52:26 +02:00
script Saving partitions.bin for esp32 2022-04-21 07:35:32 +02:00
src Adding http to keep-alive 2022-05-09 19:18:44 +02:00
src_docs Fix link error 2022-05-08 09:59:39 +02:00
test #63 tilt validation 2022-05-01 18:07:16 +02:00
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md #6 contribution 2022-05-08 09:50:45 +02:00
LICENSE
part32.csv Update partition info 2022-03-11 15:11:22 +01:00
platformio.ini Bump to beta2 2022-04-30 17:46:55 +02:00
README.md Bump to v0.9 2022-03-19 21:20:24 +01:00

download release issues pr dev_build doc_build

Gravity Monitor for Beer Brewing

GravityMon is a replacement firmware for the iSpindle firmware. It's 100% compatible with the iSpindle hardware design so it does not require any hardware changes.

Now also works with ESP32 (use ESP32 d1 mini which is compatible with ESP8266)

Installation can be made using https://www.brewflasher.com

Note! If its being flagged as malware, try the older version.

The main differences:

  • Modern web based user interface for configuration when connected to WIFI
  • Efficient software, long lifespan (+45 days with 5min update frequencey)
  • Send data to multiple endpoints (http-post, http-get, influxdb v2, mqtt)
  • Instructions for service such as; Brewfather, Fermentrack, Ubidots, Home Assistant, Brewers Friend, Brewspy, Thingspeak, Blynk.
  • SSL support in standard HTTP and MQTT connections.
  • ESP32 support with Bluetooth push
  • Customize data format to be pushed
  • Automatic temperature adjustment of gravity when enabled
  • Use the temperature sensor in gyro instead of DS18B20
  • Built in function to create gravity formulas, no need for additional software, just enter tilt/gravity.
  • Visual graph showing how gravity formula will be interpreted
  • OTA support
  • Built in performance measurements (used to optimise code)
  • REST API for scripting

No code has been reused from the iSpindle project.

The documenation can be found here: https://mp-se.github.io/gravitymon/index.html