# General Prerequisites NB-Lynx-7000

In this documentation, you will use the SIM7000 module to set up connectivity for the NB-IoT board to connect to the internet. The NB-IoT board used in this tutorial is the **NB-LYNX-7000**.

Before you start, make sure you have fulfilled the following conditions:

1. Hardware **Board NB-LYNX-7000**, this NB-IoT board has been integrated with LYNX32 (ESP32) module and also SIM7000 module.

{% hint style="info" %}
The **SIM7000** module is used so that the device can connect to the network and communicate with other machines using AT commands, while the **ESP32** is used to automate the command sequence to be executed.
{% endhint %}

2. Arduino IDE. This documentation uses **Arduino IDE version 2.1.0.**

{% hint style="info" %}
If you have not installed the Arduino IDE, you can follow these steps

[arduino-ide-installation](https://docs.antares.id/en/getting-started/arduino-ide-installation "mention")
{% endhint %}

3. ESP32 board on Arduino. This documentation uses **esp32 by Espressif Systems version 2.0.11.**

{% hint style="info" %}
If you have not installed the ESP32 Board, please follow these steps.

[esp32](https://docs.antares.id/en/getting-started/installation-board-and-library/esp32 "mention")
{% endhint %}

4. Antares account. With an Antares account you can access the Antares console and get an **access key**.

{% hint style="info" %}
If you don't have an Antares account, you can [register here](https://console.antares.id/register) by following the [Antares Account Registration ](https://docs.antares.id/pendahuluan/registrasi-akun)tutorial.
{% endhint %}

5. Have **Application and Device** in the Antares Console on your Account.

{% hint style="info" %}
To create an Application, you can follow the [Tutorial on Creating Applications](https://docs.antares.id/pendahuluan/buat-app) and to add devices, you can follow the <mark style="color:blue;">T</mark>[utorial on Adding Devices.](https://docs.antares.id/pendahuluan/tambah-device-ke-application)
{% endhint %}

6. **GPS Antenna**, this antenna will be connected to the NB-LYNX-7000 board to get GNSS data in the form of location and time data.


---

# 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/en/code-and-library-examples/nb-iot/nb-lynx-7000/general-prerequisites-nb-lynx-7000.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.
