ESP32 / ESP8266 MicroPython: Running a script from the file system
The objective of this post is to explain how to run a script from MicroPython’s file system. This was tested on both the ESP32 and the ESP8266.
The objective of this post is to explain how to run a script from MicroPython’s file system. This was tested on both the ESP32 and the ESP8266.
The objective of this post is to explain how to upload files from a computer to the MicroPython file system, using a tool called ampy. This tutorial was tested on both the ESP8266 and the ESP32.
The objective of this post is to explain how to read a file from MicroPython’s file system. This tutorial was tested on both the ESP32 and the ESP8266.
The objective of this post is to explain how to create a file in MicroPython. The code was tested on both the ESP32 and the ESP8266.
The objective of this post is to explain how to run a MicroPython script from a computer, using a tool called ampy. The tutorial was tested both on the ESP8266 and on the ESP32.
The objective of this post is to explain how to connect to a WiFi network using MicroPython on the ESP32.
The objective of this post is to explain how to encode a JSON message using MicroPython and the ujson library on the ESP32.
The objective of this post is to explain how to parse a JSON string with MicroPython running on the ESP32.
The objective of this post is to explain how to flash the MicroPython firmware to the ESP32 and test it with a simple “Hello World” program.
The objective of this post is to explain how to declare and handle simple variables in MicroPython, with the ESP8266.