Skip to content

bernhard-hofmann/SourdoughMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourdough Monitor

Overview

This sourdough monitor is an ESP8266-based project with components to monitor humidty, temperature, and the height of the starter in the container that the monitor is installed atop. Basic information is shown on an OLED 128x32 screen and data is sent to an IoT cloud store.

The circuit for this project can be see on Circuito at https://www.circuito.io/app?components=97,514,10167,219866,360216,985157

Getting started

The code is designed to be built with the Arduino IDE but it requires a number of libraries that are not installed by default. The libraries that need to be added are:

  • Adafruit_GFX
  • Adafruit_SSD1306
  • Adafruit_VL6180X
  • DHT
  • ESP8266WiFi
  • ESP8266HTTPClient
  • WiFiClient

Design choices

Whilst this project was inspired by Justin Lam's Levain Monitor, it is mostly a completely new codebase and design because we could not get the PlatformIO code to work. You can also find his project on GitHub.

  1. The system must be funcitonal/useful even if no cloud storage or web app is used. This makes it more accessible to beginners or those who want a simpler option.
  2. No decision is made with respect to power source. The sensors are all powered from the ESP, but the ESP could be powered by battery, USB, or power adapter.
  3. We will to use as many free services as possible to keep costs down.
  4. We hope to create a PCB but the initial version, at least, may be a proto-board or breadboard based solution.

Services used

  1. IoTPlotter "is a service which collects data from your IoT devices for long-term graph plotting and storage".
  2. Firebase provides a free (up to 1GiB) data store for long term storage. The intention is to move the data out of IoTPlotter (which is in Beta at the time of writing) and into a production-ready database of our own for long term storage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published