IoT
I write here about gadgets I wire up and connect online—boards, sensors, and the code that holds it all together. Most of it comes from real tries: what worked, what broke when I actually used it, and what I would do next time. I keep things plain so I can look them up later, and maybe they help you too.
ESP32 BasicsWhat the ESP32 is, what stays the same across board versions, and the first sketch I run on every new ESP32-WROOM-32 dev kit—a blinking LED.
Hello, IoTI have spent years building IoT systems across embedded devices, firmware, connectivity layers, and cloud integrations. Some projects were clean wins, while others forced me to…