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
Learn how to use ESP-NOW communication protocol with the ESP32 programmed with MicroPython. ESP-NOW is a connectionless communication protocol created by Espressif.| Random Nerd Tutorials
This guide shows how to use the 0.96 inch SSD1306 OLED display with ESP32 using Arduino IDE. Learn how to write text, set different fonts, draw shapes and display bitmaps images.| 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 low power temperature, humidity and pressure datalogger with ESP8266 and BME280 sensor. The readings will be published in Google Sheets.| 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
Learn how to read digital inputs (like a button switch) and control digital outputs (an LED) using the ESP32 board programmed with Arduino IDE.| Random Nerd Tutorials
In this guide, you'll learn how to program your ESP32 and ESP8266 boards with MicroPython using VS Code Editor (Visual Studio Code) with the Pymakr extension.| 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
If you want to program your ESP32 and ESP8266 with MicroPython firmware, it’s very handy to use an IDE. In this guide, we’ll introduce you to Thonny IDE.| Random Nerd Tutorials
Learn how to get started with MicroPython firmware on the ESP32 and ESP8266. After completing this guide, you'll have your first LED blinking using MicroPython.| Random Nerd Tutorials
The ESP32 has two I2C physical bus interfaces that can serve as I2C master or slave. Learn how I2C communication protocol works with ESP32 board using Arduino IDE| 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