Created
February 16, 2025 02:46
-
-
Save yogithesymbian/cb115a083e7272e7910fff9bee4e82f8 to your computer and use it in GitHub Desktop.
Revisions
-
yogithesymbian created this gist
Feb 16, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ 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 **File** → **Preferences**. - Di **macOS**: Klik **Arduino IDE** → **Preferences**. ### **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 **Tools** → **Board** → **Boards 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! 🚀