Tag

#wifi

20 tutorials

pico intermediate 40 min

Pico W: send email alerts over SMTP

Send email straight from a Pico W over SMTP with STARTTLS in MicroPython. Works with your own mail server or any provider's app password, no cloud IoT service in the middle.

esp32 intermediate 30 min

ESP32: OTA (over-the-air) firmware updates

Update ESP32 firmware over Wi-Fi without plugging in USB. The feature that turns a project from prototype into something you actually deploy.

esp32 intermediate 30 min

ESP32: publish MQTT messages to a broker

Send sensor data over MQTT from an ESP32 to a broker, and subscribe from another device. The pub/sub pattern that runs most home automation.