A Flasher utility for DIY miners to flash NerdMiner firmware onto various boards, such as LILYGO S3 Dongle, LILYGO T-Display-AMOLED, ESP32-WROOM, LILYGO T-QT, TDisplay v1.14, ESP32-2432S028R, and M5-StampS3. The flashing process should take less than one minute.
An Arduino BASIC interpreter and environment using an OLED SPI screen, I2C keyboard, and external EEPROM, supporting almost all usual BASIC features.
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.
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.
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.
Breadboard OS is a command-line operating system for the Raspberry Pi Pico, built on top of FreeRTOS. It aims to enable quick prototyping and supports querying, starting, or killing services, checking flash usage and memory usage, and controlling GPIO pins and other peripherals.