# Raspberry Pi

<figure><img src="/files/00bLhskAyUmlllZb9vzh" alt=""><figcaption><p>Raspberry PI</p></figcaption></figure>

**Raspberry Pi** adalah mini komputer yg mempunyai input output digital port seperti pada board microcontroller. Kelebihan Rasberry Pi dibanding board microcontroller yg lain di antaranya yaitu mempunyai port/koneksi untuk display berupa TV atau monitor, serta koneksi USB untuk keyboard dan mouse. Raspberry Pi dibuat di Inggris oleh Raspberry Pi Foundation.&#x20;

Terdapat dua cara untuk mengontrol Raspberry Pi. Pertama, Anda dapat mengontrol Raspberry Pi secara langsung menggunakan display monitor atau GUI (Graphical User Interface). Kedua, Anda dapat mengontrol Raspberry Pi secara remote dengan mengatur Raspberry Pi sebagai headless. Jika Anda mengatur Raspberry Pi sebagai headless, maka Anda perlu menghubungkan komputer Anda ke Raspberry Pi secara SSH (Secure Shell).

Anda dapat memilih salah satu dokumentasi di bawah sesuai dengan kebutuhan Anda.

{% content-ref url="/pages/KClb0BKhGkUI7xfowdlF" %}
[GUI (Graphical User Interface)](/contoh-kode-dan-library/raspberry-pi/gui-graphical-user-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/cO4zt6YEWRzd6YwwCCiy" %}
[SSH (Secure Shell)](/contoh-kode-dan-library/raspberry-pi/ssh-secure-shell.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.antares.id/contoh-kode-dan-library/raspberry-pi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
