2025-02-17 - Let's learn MicroPython
Unrelated Cool Thing
What's the difference between MicroPython and CircuitPython:
- MicroPython is a flexible and memory-efficient Python implementation for microcontrollers, supporting a wide range of hardware with advanced features but requiring manual setup.
- CircuitPython is a beginner-friendly fork of MicroPython, designed for ease of use with Adafruit hardware, offering plug-and-play functionality and built-in libraries.
Today, we're working with MicroPython.
C++ is 400x as fast as MicroPython
https://youtu.be/u9UfKTOcYNs
- Here is a lab: https://github.com/tomas-fryza/esp-micropython?tab=readme-ov-file
- We can get started an Esp32: https://wokwi.com/projects/new/micropython-esp32
Here are a bunch of Wokwi Projects you may find interesting: