Is there a function to check that there is no other lora device transmitting before a TX?
This would be helpful to prevent data collisions
Lora Check RX before TX
Drop this into Google:
heltec lora 32 v3.2 carrier activity detection
Oh yes google. Never thought of doing that
Just did. Still no joy.
So how about just the line of code for the function?
isChannelBusy(int freq, int SF, int BW, int CR);
If only it were that simple!