Reversing an integer array with cpplinq, running on the ESP32.
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"
Sipeed M1 MicroPython: Hello World with the uPyCraft IDE
Writing a Hello Word application for the Sipeed M1 with MicroPython, using the uPyCraft IDE.
Sipeed M1 Dock Suit
Analyzing the Sipeed M1 Dock Suit board, a powerful RISC-V based board capable of doing image processing.
ESP32 ArduinoJSON: Printing prettified JSON string
How to serialize JSON in prettified format, using the ESP32 and the ArduinoJson library.
ESP32 ArduinoJson v6: Serializing JSON
How to serialize JSON on the ESP32, using the ArduinoJson library.
ESP32 Arduino HTTP server: Serving image as attachment
How to serve an image as attachment from a HTTP web server running on the ESP32.
ESP32 Arduino cpplinq: The all operator
Using the cpplinq all operator, on the Arduino core running on the ESP32.
ESP32 Arduino cpplinq: the any operator
How to use the cpplinq any operator, using the ESP32 and the Arduino core.