Skip to content

ESP Overview

So this is a microcontroller based sidequest so that I can monitor many things when I am not at home.
So far, I've done just one project:

  • SHT40 & Soil Moisture monitoring

but believe me, more is on the way. From China, shipping from a random AliExpress warehouse lol.

What you need (and will need for all of them):

  • an ESP32 with WiFi (I have an ESP32S3 with WiFi)
  • Arduino IDE installed

Info

The full source code for all ESP projects lives in the esp32 branch of the GitHub repo.