"Listen before talk" (LBT)

In Lora Basic,LoRaSender ReadBattery example, Is it possible to add “Listen before talk” (LBT) before it sends data?

1 Like

hi,

maybe you can refer this function:
void RadioStartCad( uint8_t symbols );

We will update this code on next few days.

1 Like

you can try cad, when cad done and no cad detected,then send the data, or continue cad

It is good to see a Lora basic sender and receiver example with CAD.
May I know the function I need to call?
i.e. StartCad() , OnCadDone(bool cadResult);