This article provides a guide on how to use the ESP32C3's onboard EEPROM. It includes general ways to use the EEPROM, and specific examples using Arduino IDE and MicroPython.
A minimalist Go system for embedded devices, such as Raspberry Pi. gokrazy uses its own minimal Go userland instead of a traditional Linux distribution base, providing advantages in terms of security, maintainability, and reliability.
Open-source project showcasing a speech-to-text application on a low-cost CH32V003 microcontroller. The application reads audio from an analog microphone, identifies spoken digits 'zero' to 'nine', and logs the results over a serial link.
Watchy is an open source E-Ink Smartwatch with an MIT license. Development resources and documentation can be found on the official website watchy.sqfmi.com. There are also several retailers selling the watch hardware. See the documentation for instructions on how to get started with developing for Watchy.
The Grove - TF Mini LiDAR is a Time of Flight (ToF) LiDAR sensor based on the ToF principle. It is designed for precise, high sensitivity, and high-speed distance detection. This article provides detailed information about the product, specifications, platforms it supports, and getting started guides for Arduino and Wio Terminal.
The latest MicroPython release empowers Arduino users with new possibilities. MicroPython 1.23.0 adds OpenAMP, allowing Arduino GIGA R1 WiFi, Portenta H7, and Nicla Vision to run different code bases on each core.
MicroPython, a Python interpreter for microcontrollers, has released version 1.23 with several improvements. Notably, it now supports creating custom USB devices on multiple levels and has received improvements for OpenAMP, an inter-core communication protocol.
In this guide, you'll learn how to use the LVGL (Light and Versatile Graphics Library) with the ESP32 Cheap Yellow Display board (ESP32-2432S028R). This development board features a 2.8-inch TFT touchscreen LCD, microSD card interface, RGB LED, and more.