> 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/en/code-and-library-examples/esp32-wi-fi/general-prerequisites-esp32-wi-fi.md).

# General Prerequisites ESP32 Wi-Fi

In this documentation, you use HTTP and MQTT connectivity for all ESP32 projects available in this documentation. The module used in this tutorial is the **Lynx-32 Development Board**. \
Before you start, make sure you have fulfilled the following requirements:

1. Hardware **Development Board Lynx-32**, this board is used as a device to send data to the Antares platform.
2. USB Type C cable.
3. Arduino IDE. This documentation uses **Arduino IDE version 2.1.1.**

{% hint style="info" %}
If you have not installed the Arduino IDE, you can download it on the following page

[Arduino IDE Installation](/en/getting-started/arduino-ide-installation.md)
{% endhint %}

4. ESP-32 board on Arduino. In this documentation using **ESP32 by Espressif System version 2.0.11**

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

[ESP32](/en/getting-started/installation-board-and-library/esp32.md)

[ESP32](/en/getting-started/installation-board-and-library/esp32.md)
{% endhint %}

5. 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 %}

6. 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 [Tutorial on Adding Devices](https://docs.antares.id/pendahuluan/tambah-device-ke-application).
{% endhint %}
