Welcome to GravityMon

Note

This documentation reflects v1.4.0. Last updated 2024-02-17

What is GravityMon?

GravityMon is a electronic hydrometer software that can be used to measure gravity and temperature during fermentation of beer and report the progress to a number of external services. Is uses a gyro to measure the gravity since there is a correlation between gravity an the density of the fluid. Based on the density the hydrometer will float at a different angle. The graph below is an example on how the fermentation process can be tracked. The graph has been rendered using Fermentrack.

Example fermentation

GravityMon is a replacement firmware for the iSpindle and uses the same hardware configuration and is 100% compatible. It implements a lot of the features that has been requested in the original iSpindle project but never implemented for various reasons.

The firmware also supports a iSpindle built using an ESP32 which is pin compatible with esp8266, currently there are 3 options that are supported ESP32-D1 mini, ESP32-C3 mini, ESP32-S2 mini, ESP32-S3 mini, ESP32 lite (floaty). See Hardware. The more modern hardware will allow better support for SSL and other memory intensive functions.

I started GravityMon because I like to create software and wanted to do some microcontroller programming. I had done a few projects based on esp8266 and also started to brew beer so this combination was quite natural.

The hardware design comes from the fantastic iSpindle project so that is not covered in this documentation. For more information on this topic and function please visit iSpindel Homepage .

My approach to this software is a little different from that the original iSpindle firmware as can be seen in the list of features.

The github repository can be found here; GravityMon on Github

Note

I don’t take responsibility for any errors or issues caused by the software or hardware. The software is provided as-is. I will however try my best to fix issues that might occur.

I have tested this software on 40+ brews with good results.

User interface overview

This animation shows how the features of the user interface. It’s for an older version but the main features are the same.

User Inteface Walkthrough

Software architecture

This is a simple overview of the different components that the software contains. The green ones are only active during configuration mode in order to save battery.

Software design

Credits to

Ideas to some of these functions have been picked up from discussions in the iSpindle forums. This software uses the following libraries and without these this would have been much more difficult to achieve:

Contents:

Indices and tables