Getting Started with MicroPython: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
some "tweeking" may be required to get things working for you. | some "tweeking" may be required to get things working for you. | ||
==Raspberry Pi Pico== | ===Raspberry Pi Pico=== | ||
RP2040 processor, 133MHz, 264KB RAM, 2Mbyte FLASH | RP2040 processor, 133MHz, 264KB RAM, 2Mbyte FLASH | ||
==Raspberry Pi Pico2== | ===Raspberry Pi Pico2=== | ||
RP2350 processor, 150MHz, 520KB RAM, 4Mbyte FLASH | RP2350 processor, 150MHz, 520KB RAM, 4Mbyte FLASH | ||
Each of the above boards is available with WiFi and/or pre-installed headers | Each of the above boards is available with WiFi and/or pre-installed headers | ||
==Class Prerequisites== | |||
• Windows / Linux / Mac PC (Laptop) | |||
• Thonny IDE, version 4.1.7 (or later) | |||
https://thonny.org/ | |||
• MicroPython Capable Development Board | |||
Any of the of the boards identified on this page: https://micropython.org/download/ | |||
• USB Cable for Development Board |
Revision as of 14:01, 28 March 2025
Currently, the MicroPython downloads page shows 186 boards currently supported with a binary download available.
This means it shouldn't be hard to find a compatible board to work with.
For this "Getting Started" class, I will focus on the Raspberry Pi Pico board.
Just like many of the libraries available to download for peripheral support,
some "tweeking" may be required to get things working for you.
Raspberry Pi Pico
RP2040 processor, 133MHz, 264KB RAM, 2Mbyte FLASH
Raspberry Pi Pico2
RP2350 processor, 150MHz, 520KB RAM, 4Mbyte FLASH
Each of the above boards is available with WiFi and/or pre-installed headers
Class Prerequisites
• Windows / Linux / Mac PC (Laptop) • Thonny IDE, version 4.1.7 (or later) https://thonny.org/ • MicroPython Capable Development Board Any of the of the boards identified on this page: https://micropython.org/download/ • USB Cable for Development Board