Lade die aktuelle Version der Arduino IDE von arduino.cc herunter und installiere sie.
Füge die folgenden URLs in den Voreinstellungen unter Zusätzliche Board-Verwalter-URLs hinzu (jeweils in eine neue Zeile):
| Board | Board-Verwalter-URL | Paketname im Boards-Verwalter | Board-Auswahl in der IDE |
|---|---|---|---|
| ESP8266 | http://arduino.esp8266.com/stable/package_esp8266com_index.json |
esp8266 by ESP8266 Community |
NodeMCU 1.0 (ESP-12E Module) oder ähnlich |
| ESP32 | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json |
esp32 by Espressif Systems |
ESP32 Dev Module oder ähnlich |
| Raspberry Pi Pico (V1) | https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json |
Raspberry Pi Pico/RP2040/RP2350 by Earle F. Philhower |
Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards |
| Raspberry Pi Pico W (V2) | https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json |
Raspberry Pi Pico/RP2040 / RP2350by Earle F. Philhower |
Raspberry Pi Pico W Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards (mit WLAN-Unterstützung) |
| ATtiny85 | http://drazzy.com/package_drazzy.com_index.json |
ATTinyCore by Spence Konde |
ATtiny25/45/85 (dann Chip: ATtiny85) |
Falls dein Board nicht erkannt wird, installiere die passenden Treiber:
Installiere Bibliotheken über den Bibliotheksverwalter (Sketch → Bibliothek einbinden → Bibliotheken verwalten).
Hinweis für Raspberry Pi Pico W: Für WLAN-Funktionen installiere die Bibliothek WiFiNINA oder WiFi (je nach Kompatibilität).
Wähle das richtige Board und den Port unter Werkzeuge und lade ein Beispiel hoch (z. B. Blink).
WiFiNINA oder WiFi installieren.Raspberry Pi Pico W) angezeigt.