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, ...
CircuitPython reached a major milestone last week as it welcomed its 100th board into the fold: the wristwatch form factored badge designed for the 10th annual Open Source Hardware Summit, which takes ...
The Raspberry Pi Pico is a change from the previous Pis that people are used to. This is because it is not a Linux computer, but it is a microcontroller board just like Arduino. The biggest selling ...
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 ...
CircuitPython users may be interested in a new real-time operating system (RTOS) created for the CircuitPython platform the aim of providing a pure Python RTOS. pyRTOS was modeled after FreeRTOS, with ...