Program the ESP32 or ESP8266 NodeMCU boards with MicroPython to send emails using an SMTP server. Send alert notifications, send messages with sensor readings, and much more.| Random Nerd Tutorials
In this guide you'll learn how to use the BME280 sensor module with the ESP32 and ESP8266 to get pressure, temperature and humidity readings using MicroPython firmware.| Random Nerd Tutorials
Learn how to build a web server to control the ESP32 ESP8266 outputs using MicroPython framework. As an example we'll build a web server with ON and OFF buttons| Random Nerd Tutorials
We recommend using the uPyCraft IDE to program ESP32 or ESP8266 boards using MicroPython firmware. This post shows how to install uPyCraft IDE on a Windows PC.| Random Nerd Tutorials
We recommend using the uPyCraft IDE to program ESP32 or ESP8266 boards using MicroPython firmware. This post shows how to install uPyCraft IDE on Mac OS X.| Random Nerd Tutorials
We recommend using the uPyCraft IDE to program ESP32 or ESP8266 boards using MicroPython firmware. This post shows how to install uPyCraft IDE on Linux Ubuntu.| Random Nerd Tutorials
This posts shows how to flash MicroPython firmware on ESP32 and ESP8266 boards using the esptool.py. It works on Windows, Mac OS X, and Linux computers.| Random Nerd Tutorials
This posts shows how to flash MicroPython firmware to ESP32/ESP8266 boards using the uPyCraft IDE software. It works on Windows, Linux, and Mac OS X.| Random Nerd Tutorials
This is a getting started guide for the ESP32 Development board. The ESP32 is the ESP8266 sucessor. Loaded with new features: WiFi, Bluetooth, dual core, ...| Random Nerd Tutorials
In this post we’re going to do a comparison: ESP32 vs ESP8266. The ESP32 is much more powerful than the ESP8266, contains more GPIOs, faster Wi-Fi, and also supports Bluetooth.| Maker Advisor