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
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
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
Get started with the Raspberry Pi Pico W microcontroller board. It has the RP2040 chip, many GPIOs to connect peripherals, and can be programmed using C/C++ programming language or Micropython.| 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
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