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.

Revisions

  1. yogithesymbian created this gist Feb 16, 2025.
    26 changes: 26 additions & 0 deletions rp2040.md
    Original 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! 🚀