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.

If you have not installed the Arduino IDE, you can download it on the following page

Arduino IDE Installation

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

If you have not installed the ESP32 Board, you can follow these steps

ESP32

ESP32

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

If you don't have an Antares account, you can register here by following the Antares Account Registration tutorial.

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

To create an Application, you can follow the Tutorial on Creating Applications and to add devices, you can follow the Tutorial on Adding Devices.

Last updated