06/09/2026
A current project we’re working on: an ultrasonic weather station.
An ESP32 connects over Wi-Fi and sends sensor readings via HTTP to a FastAPI backend, which will eventually run on our Ubuntu server.
Currently, we have temperature and humidity readings being transmitted successfully. Next, we’ll add the ultrasonic transducers and start working on the time-of-flight calculations for wind speed and direction.
Hardware → firmware → API → data. 🦍