Arduino Alvik: A Cross-Discipline Tool for Robotics and Programming
* Easy programming: The Alvik is powered by the versatile Nano ESP32, which streamlines the learning curve in robotics with its comprehensive programming suite that includes MicroPython and Arduino language.
* Robotic potential: The Alvik comes with multiple integrated sensors, including a Time of Flight, RGB color and line-following array, 6-axis gyroscope and accelerometer, and touchable buttons. This allows users to tackle a range of innovative, real-world projects.
* Design flexibility: The Alvik features LEGO Technic connectors, allowing users to personalize the robot and expand its capabilities. It also has M3 screw connectors for custom 3D or laser-cutter designs.
* Connectivity: The Alvik has Wi-Fi and Bluetooth LE connectivity, making it easy to connect to other devices.
The SQFMI Watchy is a fully open-source, hackable ePaper watch based on the ESP32 with a crisp, glare-free 1.54" 200x200 ePaper display which can be programmed using the Arduino IDE and lots of your favourite Arduino/ESP libraries!
A blog post about a portable starmap project built using Arduino. The project includes a round LCD display, GPS module, and star chart data stored in a flash memory chip.
This repository contains a star/planets engine in an Arduino library.
Watchy is a customizable watch face platform with various watch faces and a feature to create your own watch face
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.
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.