The objective of this post is to explain how to install the drivers for DFRobot's FireBeetle ESP32 board and create a simple "Hello World" program with the Arduino development environment. Introduction The objective of this post is to explain how to install the drivers for DFRobot's FireBeetle ESP32 board and create a simple "Hello …
DFRobot’s FireBeetle ESP32 board
The objective of this post is to give a brief introduction to DFRobot's FireBeetle ESP32 board.
ESP32 / ESP8266 MicroPython: Automatic connection to WiFi
The objective of this post is to explain how to connect automatically to a WiFi network on MicroPython, without needing to insert all the individual commands in the prompt. The procedure was tested on both the ESP32 and the ESP8266. Introduction The objective of this post is to explain how to connect automatically to a …
Continue reading "ESP32 / ESP8266 MicroPython: Automatic connection to WiFi"
ESP-WROOM-32: Uploading a program with Arduino IDE
The objective of this post is to explain how to upload an Arduino program to the ESP-WROOM-32 module. Introduction The objective of this post is to explain how to upload an Arduino program to the ESP-WROOM-32 module, from DFRobot. We will cover in more detail the hardware configuration needed to upload a program to the module. …
Continue reading "ESP-WROOM-32: Uploading a program with Arduino IDE"
ESP32: DFRobot ESP-WROOM-32 Module
The objective of this post is to give a quick overview of DFRobot's ESP-WROOM-32 module
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. Introduction 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. …
Continue reading "ESP32 / ESP8266 MicroPython: Running a script from the file system"
ESP32 / ESP8266 MicroPython: Uploading files to the file system
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. Introduction The objective of this post is to explain how to upload files from a computer to the MicroPython …
Continue reading "ESP32 / ESP8266 MicroPython: Uploading files to the file system"
ESP32 / ESP8266 MicroPython: Reading a file
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. Introduction 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 …
Continue reading "ESP32 / ESP8266 MicroPython: Reading a file"
ESP32 / ESP8266 MicroPython: Writing a file
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. Introduction 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 prints …
Continue reading "ESP32 / ESP8266 MicroPython: Writing a file"
ESP32 / ESP8266 MicroPython: Running scripts from a computer
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. Introduction The objective of this post is to explain how to run a MicroPython script from the the computer, using a …
Continue reading "ESP32 / ESP8266 MicroPython: Running scripts from a computer"