Continuous transmission test application

September 2, 2021 ยท View on GitHub

1. Description

Once started, this application will transmit continuously. Depending on the configuration option TX_MODULATED, it will either transmit a carrier wave or a rapid succession of modulated packets

2. Configuration

The main_test_tx_continuous.h header file define several constants which value can be set to define the LoRaWAN configuration of the application.

ConstantComments
TX_MODULATEDIf true, the application will transmit modulated packets, else it will emit a carrier wave.
LORAWAN_REGION_USEDSelect the regulatory region.
FREQUENCYRequested transmit frequency, in Hz. Must be valid in the regulatory region.
TX_POWER_USEDOutput power, in dBm.