Last week it was announced that CircuitPython 4.0 is now available to download and test out. CircuitPython is Adafruit’s branch of MicroPython designed to “simplify experimentation and education on ...
You can also get an "analog" touch value with touch_pin.raw_value to do basic proximity detection or even theremin-like behavior. If your board's CircuitPython has the keypad library (most do), then I ...
This repo bundles a bunch of useful CircuitPython libraries into an easy to download zip file. CircuitPython boards can ship with the contents of the zip to make it easy to provide a lot of libraries ...
Adafruit has announced the imminent availability of its new Feather STM32F405 Express CircuitPython development board, which will soon be arriving at the official Adafruit online store. Although ...
Just a few hours ago, we had a HackChat over on Hackaday.io with Adafruit discussing CircuitPython, their new extension to the MicroPython codebase. During the chat, the folks at Adafruit took ...
Modern microcontrollers like the RP2040 and ESP32 are truly a marvels of engineering. For literal pocket change you can get a chip that’s got a multi-core processor running at hundreds of megahertz, ...