Skip to content

Instantly share code, notes, and snippets.

@yogithesymbian
Created February 16, 2025 02:46
Show Gist options
  • Save yogithesymbian/cb115a083e7272e7910fff9bee4e82f8 to your computer and use it in GitHub Desktop.
Save yogithesymbian/cb115a083e7272e7910fff9bee4e82f8 to your computer and use it in GitHub Desktop.
raspberry pi 2040

Ya, untuk menambahkan JSON file board Raspberry Pi Pico di Arduino IDE, ikuti langkah-langkah berikut:

1. Buka Arduino IDE

Pastikan Anda sudah menginstal Arduino IDE versi 1.8.13 atau lebih baru.

2. Buka Preferences

  • Di Windows: Klik FilePreferences.
  • Di macOS: Klik Arduino IDEPreferences.

3. Tambahkan URL JSON

  • Cari kotak Additional Board Manager URLs.
  • Masukkan URL berikut:
    https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
    
  • Jika sebelumnya ada URL lain di sana, pisahkan dengan koma (,) atau baris baru.

4. Klik OK dan Tutup Preferences

5. Tambahkan Board Raspberry Pi Pico di Board Manager

  • Buka ToolsBoardBoards Manager.
  • Ketik RP2040 atau Raspberry Pi Pico di kolom pencarian.
  • Pilih Raspberry Pi Pico/RP2040 dari Earle Philhower.
  • Klik Install dan tunggu hingga proses selesai.

Sekarang, board Raspberry Pi Pico sudah tersedia di Arduino IDE, dan Anda bisa mulai memprogramnya! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment