Read meta-information from ACK-Packet (Arduino LMIC)

Hi,
see RadioDriver.md which describes the fields LMIC.snr, LMIC.rssi, LMIC.rps and LMIC.freq which hold these information. They can be accessed in the event handler for a EV_TXCOMPLETE event. As I have not tested this before, I can not guarantee that this works.
Also the rx channel is predtermined, see here for example.

4 Likes