User Tools

Site Tools


module:micropython:rpipicomicropythonstartup:rpipicostartupmicropythonstartup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:micropython:rpipicomicropythonstartup:rpipicostartupmicropythonstartup [2022/01/24 10:32] – [Software] omdevelopmodule:micropython:rpipicomicropythonstartup:rpipicostartupmicropythonstartup [2022/09/13 11:58] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== Links ===== ===== Links =====
   * {{https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html | Offizielle RPiPico Homepage}}   * {{https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html | Offizielle RPiPico Homepage}}
 +  * {{https://micropython.org | MicroPython }}  
   * ...   * ...
 ===== Hardware ===== ===== Hardware =====
Line 9: Line 10:
  
 ===== Software ===== ===== Software =====
-  * {{https://thonny.org/ | Thonny MicroPython IDE}} +  * {{https://thonny.org/ | Thonny MicroPython IDE}} **[thonny-3.3.13]*
-  {{https://thonny.org/ | Thonny MicroPython IDE}} +  * {{https://micropython.org/download/rp2-pico/ | Download MicroPython RPiPico}} **[rp2-pico-20220117-v1.18.uf2]**
-  {{https://micropython.org/download/ | MicroPython }}   +
-  * {{https://micropython.org/download/rp2-pico/ | Download MicroPython RPiPico}} +
- +
  
 +===== 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
  
  
module/micropython/rpipicomicropythonstartup/rpipicostartupmicropythonstartup.1643016753.txt.gz · Last modified: 2022/01/24 11:32 (external edit)