====== RPiPico: Startup MicroPython ====== ===== Links ===== * {{https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html | Offizielle RPiPico Homepage}} * {{https://micropython.org | MicroPython }} * ... ===== Hardware ===== * RPiPico-Board ===== Software ===== * {{https://thonny.org/ | Thonny MicroPython IDE}} **[thonny-3.3.13]** * {{https://micropython.org/download/rp2-pico/ | Download MicroPython RPiPico}} **[rp2-pico-20220117-v1.18.uf2]** ===== Erste Inbetriebnahme ===== ==== BootFile flashen ==== * mit permanentem Druck auf Boot-Key des RPiPico Usb-Verbindung zum Windows10-PC herstellen * im FileExplorer erscheint eine Device rp2 mit zwei Files ( und ) * die Boot-Datei **rp2-pico-20220117-v1.18.uf2** auf das RPiPico-Laufwerk kopieren * UsbVerbindung trennen und wiederherstellen * DeviceManager öffnen: neuer COM-Port unter MicroPython des RPiPico ==== RPiPico unter MicroPython ==== * Thonny öffnen * Port des RPiPico über Tools/Options/Interpreter einstellen * Thonny-Shell mit Enter bestätigen * Test **print(3 * 3)** eingeben