Skip to content

ivanahuckova/sourdough_monitoring_grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourdough starter monitoring with Arduino and Grafana

The Sourdough starter monitoring system helps you make more data driven decisions when it comes to your bread making. It monitors your sourdough starter’s height, temperature, and humidity, and sends data straight to Grafana Cloud's Loki and Prometheus. You can then visualise your data in Grafana's dashboard and set up alerts that will notify you when is the best time to feed your starter.

This project was part of GrafanaCONline 2021 Easy DIY IoT projects with Grafana session. You can also read blog post on How to monitor a sourdough starter with Prometheus and Grafana Cloud.

Image of how the system looks

Arduino & Grafana

To start, review and follow steps in the Grafana DIY IoT repo.

Hardware

To build this system, you will need:

  • 1 DHT11 sensor to measure temperature and humidity
  • 1 HC-SR04 ultrasonic distance sensor
  • 1 ESP32 DEVKIT DOIT development board
  • 7 F-F Dupont cables
  • 1 micro USB cable
  • 1 USB charger

Plus:

  • 1 jar for your sourdough starter, with a lid you can cut

Image of hardware

Libraries:

  • DHT sensor library by Adafruit
  • HCSR04 by Martin Sosic
  • Adafruit Unified Sensor by Adafruit
  • ArduinoBearSSL by Arduino
  • ArduinoHttpClient by Arduino
  • PrometheusArduino by Ed Welch
  • PromLokiTransport by Ed Welch
  • SnappyProto by Ed Welch

Circuit & Wiring diagrams

Software

Download this repo that includes the software for sourdough monitoring. Update config.h file with your names, passwords and API keys. Upload software to your board using Arduino IDE.

Grafana dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published