Embedded 101: MicroPython — Born in 6 Months by 27 Cambridge Undergraduates, Full History Guide
This article covers MicroPython’s development timeline, introduces PyMite, and compares the differences between MicroPython and its derivative CircuitPython.
【Preliminary Note】The original hardware example in this article was written based on the RP2040. The actual hardware used in this hands-on demonstration features the W55RP20 as the main controller chip. The circuit logic and UF2 flashing operation principles are universally applicable, with only the main controller model differing. The original chip model mentioned in the circuit descriptions below is provided for reference purposes only.
1. Development History of the MicroPython Language
2. Other examples of embedded programming using Python
2.1 PyMite
2.2 CircuitPython
3.CircuitPython和MicroPython的区别
code. py file on the CIRCUITPY drive to edit it. The code will reload automatically. No software needs to be installed other than a text editor (we recommend one for beginners).