General Prerequisites ESP32 LoRa


In this documentation, you will use LoRa connectivity for all ESP32 LoRa projects available in this documentation. The module used in this tutorial is the Lynx-32 Antares Development Board.

Before starting, 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 and LoRa 915 MHz Antenna.

  3. Arduino IDE. This documentation uses Arduino IDE version 2.1.1.

circle-info

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

circle-info

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

ESP32

  1. Antares LoRaWAN Library. This documentation uses the Antares LoRaWAN library version 2.4.0.

circle-info

If you have not installed Antares LoRaWAN version 2.4.0, you can follow these steps.

Antares LoRaWAN

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

circle-info

If you don't have an Antares account, you can register herearrow-up-right by following the Antares Account Registrationarrow-up-right tutorial.

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

circle-info

To create an Application, you can follow the Tutorial on Creating Applicationsarrow-up-right and to add devices, you can follow the Tutorial on Adding Devicesarrow-up-right.

Last updated