News

Circuit Python is based on the Open Source MicroPython, a Python 3 interpreter that implements a subset of the Python language on microcontrollers and other constrained environments.
Make sure to install Micropython on your microcontroller. I've only tested this with the ESP32 but I imagine it should work on other microcontrollers with Micropython, you'll likely need to change the ...
I think it makes sense to provide constincy between mpremote, MicroPython and CircuitPython. Adding some level of support for CircuitPython to mpremote to handle the known differences will have least ...
MicroPython was created by Damien George in 2013 In response, Scott and Limor gave a fascinating look at the origins of CircuitPython and the decision to spin it off into a separate project.
Making available a relatively stable version of CircuitPython 6.0.0 Beta 2. For those of you unfamiliar with CircuitPython, its an open source derivative of the MicroPython programming language ...
Flashing the CircuitPython to the Raspberry Pi Pico is as easy as flashing MicroPython, it is also reversible so if you wish to revert back to MicroPython or to C/C++ then you can do so.
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 ...