Go to file
2022-04-29 14:46:43 +00:00
.github/workflows Added perf32 as target 2022-04-18 17:09:02 +02:00
bin GitHub Action Build 2022-04-29 14:46:43 +00:00
html #67 2022-04-29 16:41:44 +02:00
lib #62 2022-04-28 20:01:45 +02:00
script Saving partitions.bin for esp32 2022-04-21 07:35:32 +02:00
src #67 2022-04-29 16:41:44 +02:00
src_docs bump doc ver 2022-04-26 20:52:25 +02:00
test #67 2022-04-29 16:41:44 +02:00
.gitignore Prel docs for v0.5 2022-01-06 21:01:06 +01:00
.pre-commit-config.yaml Added format editor and template engine 2022-01-23 11:11:41 +01:00
LICENSE Added licence 2022-01-08 21:09:02 +01:00
part32.csv Update partition info 2022-03-11 15:11:22 +01:00
platformio.ini Tag build as beta1 2022-04-29 16:42:04 +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