Getting started with Raspberry Pi Pico - MicroPython

preview_player
Показать описание
The Raspberry Pi Pico - I thought it would be fun to run through the getting started guide for MicroPython.

Raspberry Pi Pico is a tiny, fast, and versatile board built using RP2040, a brand new microcontroller chip designed by Raspberry Pi in the UK.

[0:20] We solder up some headers to the Pi Pico board
[3:00] Install Thonny and MicroPython
[5:18] Use the Shell to print text
[5:40] Blink the onboard LED
[7:30] Use digital inputs and outputs
[10:40] Control the LED brightness with PWM
[12:00] Control an LED with an analogue input
[15:08] Power the Raspberry Pi Pico from a powerpack

I actually really enjoyed this - there's something quite nice about the immediate response from the device without any compilation and firmware upload.

Makes me very tempted to give MicroPython a try on one of my ESP32s!

---
Рекомендации по теме
Комментарии
Автор

Thanks for sharing projects like this Chris!

jeffnc
Автор

merci beaucoup pour votre tuto très bien expliqué !

Holms
Автор

Thank you for sharing is it good for beginners in electronic/programming?
What benefits i get to start with the pico rather than the esp8266?

mcmurdostation