Raspberry-Pi-Pico: Unterschied zwischen den Versionen

Aus FabLab Region Nürnberg
(Links für PiPico hinzugefügt)
K (Links als Liste)
Zeile 11: Zeile 11:


=== Links zum Raspberry Pi Pico ===
=== Links zum Raspberry Pi Pico ===
[https://www.raspberrypi.org/products/raspberry-pi-pico/ zentrale Produktseite]
*[https://www.raspberrypi.org/products/raspberry-pi-pico/ zentrale Produktseite]
[https://www.raspberrypi.org/products/raspberry-pi-pico/specifications/ technische Spezifikation]
*[https://www.raspberrypi.org/products/raspberry-pi-pico/specifications/ technische Spezifikation]
[https://micropython.org/download/rp2-pico/ MicroPython]
*[https://micropython.org/download/rp2-pico/ MicroPython]
[https://ubuntu.com/blog/getting-started-with-micro-ros-on-raspberry-pi-pico MicroROS]
*[https://ubuntu.com/blog/getting-started-with-micro-ros-on-raspberry-pi-pico MicroROS]

Version vom 3. Juni 2021, 13:34 Uhr

Einbinden in die Arduino IDE

Damit man den Raspberry Pi Pico in der Arduino IDE verwenden kann, muss man die Konfiguration anpassen.
Unter 'Datei->Voreinstellungen' im Feld 'Zusätzliche Bordverwalter-URLs' zusätzlich (mit Komma getrennt) folgenden Eintrag einfügen:
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

Danach kann man das Bord unter 'Werkzeuge->Board->Boardverwalter' suchen und hinzufügen.

Es gibt mittlerweile 2 Unterstützungen:

  • für die Arduino Bibliotheken
  • für die mBed Bibliotheken

Links zum Raspberry Pi Pico