Content for CircuitPython

CircuitPython

CircuitPython is an open source derivative of the MicroPython programming language targeted towards the student and beginner. Development of CircuitPython is supported by Adafruit Industries. It is a software implementation of the Python 3 programming language, written in C. It has been ported to run on several modern microcontrollers. CircuitPython is a full Python compiler and runtime that runs on the microcontroller hardware. The user is presented with an interactive prompt (the REPL) to execute supported commands immediately. Included are a selection of core Python libraries. CircuitPython includes modules which give the programmer access to the low-level hardware of Adafruit compatible products as well as higher level libraries for beginners.

CircuitPython 8.1.0 Released

“This is CircuitPython 8.1.0, the latest minor revision of CircuitPython, and is a new stable release. Notable changes to 8.1.0 since 8.0.0 - Silicon Labs (SiLabs) MG24 microcontroller family port (silabs), contributed by Silicon Labs …

Clock That Is Wrong

“A 7-Segment Clock that displays the wrong time when it detects someone looking at it. You will need: - Adafruit QT Py ESP32-S2 dev board (or any ESP board with a STEMMA QT connector) - Person Sensor - Adafruit 7-Segment Display with …

CircuitPython 8.0.0 Released

“This is CircuitPython 8.0.0, the latest major revision of CircuitPython, and is a new stable release. NOTE: Since 8.0.0-beta.6, the file for specifying startup values for WiFi, etc., is now called settings.toml instead of …

HID Keyboard Device with Raspberry Pi Pico

“Transforms a Wii Classic controller into an HID keyboard. This project is to convert an old Wii Classic Controller into an emulator of an HID keyboard. Each button or action can be mapped into a key press. This is done …

Sediment_level_logger

“Knowledge of sediment erosion and deposition can be useful for a variety of engineering, marine science, and environmental applications, but collecting detailed sediment level time-series measurements can be challenging, particularly in coastal marine environments. We developed economical and open-source sediment …

Xiao NAH Macropad

“A macropad built around the xiao footprint. Introduction After successfully trying to build my own mechanical keyboard using other people PCB design. I want to try to design my own keyboard but before I go there I want to start …

CircuitPython 7.3.0 Released

“This is CircuitPython 7.3.0, the latest minor revision of CircuitPython, and is a new stable release. Notable changes to 7.3.0 since 7.2.5 - Experimental mDNS support. - USB to to Serial/JTAG support for REPL on …

Project  Ljinux

Ljinux

“A “linux” written in python, for the Raspberry Pi Pico. Important note: Do not take this project seriously. I know it’s not a linux, or an os, or anything in that regard, but here we are. Anyways, since you …

handy-clicker

“Circuitpython HID emulator device with smart home functions Handy clicker is raspberry pi pico based device with additional keyboard for fpv cameras. How does it work? OSD camerea pilot on circuitboard got different resistors combined with buttons. So if you …

Sketch Drawing Toy with CircuitPython

“Knob Sketching Build a fun sketch drawing toy using CircuitPython and 3D Printing. Powered by the Feather M4 and 2.4in TFT FeatherWing. Draw letters and shapes to create your own artwork using knobs! 3D print a snap fit case …