MicroPython Basics Cheat Sheet
1. What is MicroPython? MicroPython is a compact version of Python 3 optimized to run on microcontrollers. Boards Supported: ESP8266 / ESP32 Raspberry Pi Pico PyBoard STM32, RP2040, etc. 2.…
1. What is MicroPython? MicroPython is a compact version of Python 3 optimized to run on microcontrollers. Boards Supported: ESP8266 / ESP32 Raspberry Pi Pico PyBoard STM32, RP2040, etc. 2.…
1. What is Raspberry Pi? Raspberry Pi is a low-cost, credit-card-sized computer developed by the Raspberry Pi Foundation. Used For: Learning to program IoT projects Robotics Home automation Media centers…
1. What is Arduino? Arduino is an open-source electronics platform combining hardware and software. Microcontroller Boards: Arduino UNO, Mega, Nano, etc. Languages: C/C++ (with Arduino libraries). 2. Setting Up Arduino…