Case study
Water Level & Quality Monitoring (IoT)
Maker · 2024
An ESP32-based system monitoring water level and quality — a personal IoT build, systems thinking from the silicon up.
▸ End-to-end embedded telemetry from sensor to readout
▸ Built with ESP32-S3, Arduino, and MicroPython
Problem
Continuously monitor water level and quality readings from constrained, low-power hardware and surface them reliably.
Approach
An ESP32-S3 running MicroPython samples multiple sensors, buffers readings, and reports telemetry — the same silicon-up perspective I bring to distributed backend work.