How to get the analog value representing the amount of pressure when pressing a button of the PS3 controller, using the ESP32 and the Arduino core
ESP32: Connecting a PS3 controller
How to connect a PS3 controller to an ESP32, using the Arduino core.
ESP32: PS4 controller connection event
How to detect the connection of a PS4 controller to the ESP32 by using a callback function.
ESP32 SSD1306 OLED: Drawing circles
How to draw circles on a SSD1306 OLED display, using the ESP32 and the Arduino core.
ESP8266 Arduino: Mounting the SPIFFS file system
How to mount the SPIFFS file system on the ESP8266.
Sipeed M1 MicroPython: Converting an image to grayscale
In this tutorial we will learn how to convert an image to grayscale using a Sipeed M1 based board. We are going to obtain the original image from a camera and display the resulting grayscale version in a LCD. Introduction In this tutorial we will learn how to convert an image to grayscale using a …
Continue reading "Sipeed M1 MicroPython: Converting an image to grayscale"
Sipeed M1 MicroPython: Displaying camera image in LCD
In this tutorial we will check how to obtain an image from a camera and display it on a LCD, using a Sipeed M1 board and MicroPython. Introduction In this tutorial we will check how to obtain an image from a camera and display it on a LCD, using a Sipeed M1 board and MicroPython. …
Continue reading "Sipeed M1 MicroPython: Displaying camera image in LCD"
ESP32 Arduino: Controlling a DC motor remotely using HTTP
How to control a DC motor remotely with the ESP32, via HTTP.