ESP32/ESP8266: MicroPython OTA Updates via PHP Server
In this project, we’ll show you an example of how you can do OTA (over-the-air) updates to your ESP32/ESP8266 boards running MicroPython code via a PHP server. In summary, you’ll …
In this project, we’ll show you an example of how you can do OTA (over-the-air) updates to your ESP32/ESP8266 boards running MicroPython code via a PHP server. In summary, you’ll …
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. After completing this …
This article shows a list of IDEs compatible with MicroPython that you can use to program your ESP32 and ESP8266 boards. Do you want to start learning MicroPython, but you …
In this guide, you’ll learn how to use Mu Editor software to program your ESP32 and ESP8266 boards using MicroPython. Mu Editor is a simple Python editor for beginner programmers …
In this guide, you’ll learn how to use the HC-SR04 Ultrasonic Sensor with the ESP32 and ESP8266 to get the distance to an object using MicroPython firmware. This tutorial covers …
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. If you’re used to …
This tutorial is a step-by-step guide that covers how to build a standalone ESP32 or ESP8266 NodeMCU Web Server that displays BME280 sensor readings using MicroPython firmware. We’ll create an …
This tutorial is a step-by-step guide that covers how to build a standalone ESP32 or ESP8266 NodeMCU Web Server that displays BME680 sensor readings using MicroPython firmware. We’ll create an …
This tutorial is a step-by-step guide that covers how to build a standalone ESP32 or ESP8266 NodeMCU Web Server that displays DS18B20 sensor readings using MicroPython firmware. We’ll create an …
Learn how to program the ESP32 or ESP8266 boards with MicroPython to publish BME680 sensor readings (temperature, humidity, pressure, gas/air quality) via MQTT to any platform that supports MQTT or …
In this guide you’ll learn how to use the BME680 sensor module with the ESP32 and ESP8266 to get temperature, humidity, pressure, and gas (air quality) readings using MicroPython firmware. …
This tutorial is a step-by-step guide that covers how to build a standalone ESP32 or ESP8266 NodeMCU Web Server that controls any relay module using MicroPython firmware. We’ll create an …
Learn how to program the ESP32 or ESP8266 boards with MicroPython to publish DS18B20 temperature readings via MQTT to any platform that supports MQTT or any MQTT client. As an …
Learn how to program the ESP32 or ESP8266 boards with MicroPython to publish BME280 sensor readings (temperature, humidity and pressure) via MQTT to any platform that supports MQTT or any …