vladymir.info — ESP32 SENSOR NODE

lab/esp32-sensor-node.md

ESP32 sensor node

wip · Following physical signals from a sensor to locally visible information.

The ESP32 sensor node collects temperature, humidity and ambient-light readings from the workbench.

The useful part of the experiment is understanding the entire path: voltage at the sensor, conversion in the microcontroller, transport over the local network and presentation without a cloud service.

Current questions:

  • how much filtering belongs on the device;
  • how to preserve useful readings during network interruptions;
  • how little interface is necessary to understand what the room is doing.