Andrew Duffy @a10y.dev · Dec 2

Alright finally got somewhere with my new Raspberry Pi Pico 2 W, there were some uphill documentation battles: 1. You need a special version of MicroPython that is only linked on this one page: www.raspberrypi.com/documentatio... MicroPython does not link to this (yet).

2 likes 1 replies

?

Replies

Andrew Duffy · Dec 2

2. Getting to a Python REPL is pretty easy, you just need to do the old screen -L /dev/tty.usbmodel101 The hard part is persisting a script to device memory so that it always run when the Pico is powered on...