# General Prerequisites ESP8266 Wi-Fi

In this documentation, you use **Wi-Fi** connectivity with **HTTP** or **MQTT** protocol options for all available ESP8266 projects. The module used in this tutorial is the **LOLIN(WEMOS) D1 R2**.

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

1. Hardware **LOLIN (WEMOS) D1 R2**, this board is used as a device to send data to the Antares platform.

<figure><img src="/files/sfNQJGPv4S36jJEBurPY" alt=""><figcaption><p>Board picture of ESP 8266 WeMos D1R2</p></figcaption></figure>

2. USB Type B Cable.
3. 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](/en/getting-started/arduino-ide-installation.md)
{% endhint %}

4. ESP8266 board on Arduino. This documentation uses **ESP8266 by ESP8266 Community version 3.1.2.**

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

[ESP8266](/en/getting-started/installation-board-and-library/esp8266.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 tutorial [Antares Account Registration](https://docs.antares.id/pendahuluan/registrasi-akun).
{% endhint %}

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

{% hint style="info" %}
To create an Application, you can follow [Create Application Tutorial](https://docs.antares.id/pendahuluan/buat-app) and to add devices you can follow [Create Device Tutorial](https://docs.antares.id/pendahuluan/tambah-device-ke-application).
{% endhint %}


---

# 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/esp8266-wi-fi/general-prerequisites-esp8266-wi-fi.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.
