How to deauthenticate all the stations connected to the ESP32 Soft AP, using the Arduino core.
ESP32 WiFi events: Station Got IP address
Handling the "Station got IP" WiFi event on the ESP32, using the Arduino core.
ESP32 AnalogLamb Fish32 Seed Board
The objective of this post is to give a brief introduction on the new Fish32 Seed board, from AnalogLamb. Introduction The objective of this post is to give a brief introduction on the new Fish32 Seed board, from AnalogLamb. This board is based on the ESP32 WiFi and Bluetooth enabled microcontroller [1], the successor of the …
ESP32 Espruino: Converting an object to a JSON string
In this tutorial, we will check how to convert an object to a JSON string using Espruino on the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial, we will check how to convert an object to a JSON string using Espruino on the ESP32. JSON …
Continue reading "ESP32 Espruino: Converting an object to a JSON string"
ESP32 / ESP8266: Class constructors
The objective if this post is to give an introduction on class constructors. The tests on the ESP32 were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. The tests on the ESP8266 were performed on a DFRobot’s ESP8266 FireBeetle board. Introduction The objective if this post is to give an introduction on class constructors. Even tough this was …
ESP32 / ESP8266 Arduino: The typedef keyword
In this tutorial we will check how to use the typedef keyword to create aliases for data types, on the Arduino core running on the ESP32 and on the ESP8266. The tests on the ESP32 were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. The tests on the ESP8266 were performed on a DFRobot’s ESP8266 FireBeetle board. …
Continue reading "ESP32 / ESP8266 Arduino: The typedef keyword"
ESP32 / ESP8266 Arduino: Serial communication with Python
The objective of this post is to explain how to establish a Serial connection between a Python program and an Arduino program running on the ESP8266 and on the ESP32. The tests on the ESP32 were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to …
Continue reading "ESP32 / ESP8266 Arduino: Serial communication with Python"
Micro:bit: MicroPython support
The objective of this post is to explain how to configure the micro:bit board to support MicroPython and create a simple "Hello World" program. Introduction The objective of this post is to explain how to configure the micro:bit board to support MicroPython and create a simple "Hello World" program. MicroPython is an implementation of the Python 3 …
ESP32 Espruino: Array map method
The objective of this post is to explain how to use JavaScript array map method to apply a transformation to a given array, on Espruino running on the ESP32. The tests were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to use JavaScript array map method …