> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/contoh-kode-dan-library/nb-iot/nb-lynx-7000/prasyarat-umum-nb-lynx-7000.md).

# Prasyarat Umum NB-Lynx-7000

Pada dokumentasi ini, Anda akan menggunakan modul SIM7000 yang akan mengatur konektivitas board NB-IoT supaya dapat terhubung ke jaringan internet. Board NB-IoT yang digunakan pada tutorial ini adalah **NB-LYNX-7000**.

Sebelum memulai, pastikan Anda telah memenuhi syarat sebagai berikut:

1. Hardware **Board NB-LYNX-7000,** board NB-IoT ini telah terintegrasi dengan modul LYNX32 (ESP32) dan juga modul SIM7000. &#x20;

{% hint style="info" %}
Modul **SIM7000** digunakan supaya perangkat dapat terhubung dengan jaringan dan berkomunikasi dengan mesin lain menggunakan AT command, sedangkan **ESP32** digunakan untuk melakukan otomasi pada urutan command yang akan dijalankan.
{% endhint %}

2. Kartu SIM NB IoT, sebagai konektivitas ke jaringan seluler NB-IoT
3. Arduino IDE. Pada dokumentasi ini menggunakan **Arduino IDE versi 2.1.0.**&#x20;

{% hint style="info" %}
Jika Anda belum menginstall Arduino IDE dapat mengikuti langkah berikut

[Instalasi Arduino IDE](/pendahuluan/instalasi-arduino-ide.md)
{% endhint %}

3. Board ESP32 pada Arduino. Pada dokumentasi ini menggunakan **esp32 by Espressif Systems versi 2.0.11.**

{% hint style="info" %}
Jika Anda belum menginstall Board ESP32 dapat mengikuti langkah berikut.

[ESP32](/pendahuluan/instalasi-board-pada-arduino-ide/esp32.md)
{% endhint %}

4. Akun Antares. Dengan akun antares anda dapat mengakses console antares dan mendapatkan **access key.**

{% hint style="info" %}
Jika belum memiliki akun Antares dapat [registrasi disini](https://console.antares.id/register) dengan mengikuti tutorial [Registrasi Akun Antares](https://docs.antares.id/pendahuluan/registrasi-akun).
{% endhint %}

5. Memiliki **Application dan Device** pada Console Antares pada Akun Anda.

{% hint style="info" %}
Untuk membuat Application dapat mengikuti [Tutorial Membuat Aplikasi](https://docs.antares.id/pendahuluan/buat-app) dan untuk menambahkan device dapat mengikuti [Tutorial Menambah Device](https://docs.antares.id/pendahuluan/tambah-device-ke-application).
{% endhint %}

6. **GPS Antenna**, antena ini akan dihubungkan ke board NB-LYNX-7000 untuk mendapatkan data GNSS berupa data lokasi dan waktu

<figure><img src="/files/lQDouoW5p2ry4I73D8Eh" alt=""><figcaption><p>GPS Antenna</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.antares.id/contoh-kode-dan-library/nb-iot/nb-lynx-7000/prasyarat-umum-nb-lynx-7000.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
