Loading...
Searching...
No Matches

Detailed Description

Macros

#define CONFIG_RN2XX3_DEFAULT_SLEEP   (5000U)
 Default sleep duration (in ms)
 
#define CONFIG_RN2XX3_DEFAULT_AR
 Default automatic reply status.
 

Macro Definition Documentation

◆ CONFIG_RN2XX3_DEFAULT_AR

#define CONFIG_RN2XX3_DEFAULT_AR

Default automatic reply status.

Set to 1 to enable the automatic reply. The module will transmit a packet without a payload immediately after a confirmed downlink is received, or when the Frame Pending bit has been set by the server.

Note
If all enabled channels are busy due to duty cycle limitations, the module will wait for the first channel that will become free to transmit. The user will not be able to initiate uplink transmissions until the automatic transmissions are done. Refer RN2483 LoRa™ Technology Module Command Reference User’s Guide for more information.

Definition at line 85 of file rn2xx3.h.

◆ CONFIG_RN2XX3_DEFAULT_SLEEP

#define CONFIG_RN2XX3_DEFAULT_SLEEP   (5000U)

Default sleep duration (in ms)

Definition at line 68 of file rn2xx3.h.