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 are a bunch of Wokwi Projects you may find interesting:

Name Project
⭐ Esp32 ⭐ https://wokwi.com/projects/new/micropython-esp32
Raspberry Pi Pico https://wokwi.com/projects/new/micropython-pi-pico
LED https://wokwi.com/projects/338502152832942675
OLED https://wokwi.com/projects/359558101922696193
LCD https://wokwi.com/projects/359400194112248833
Pan & tilt https://wokwi.com/projects/422969230314295297
MQTT https://wokwi.com/projects/374335118460288001
PWM https://wokwi.com/projects/393431078922482689
Servo Blog https://blog.wokwi.com/learn-servo-motor-using-wokwi-logic-analyzer/
PWM Blog https://blog.wokwi.com/explore-pwm-with-logic-analyzer/