Hi All I am using RAK7243C in AS-1 region which is successfully able to connect with The Things Network (TTN) cloud. However it’s not showing any live data coming from my Node. Can someone please help, below are the details:
I made an application with information as in the picture below in TTN:
Now, I am using whisper Node LoRa (Atmega328 + RFM95) to publish LoRa data. The library I am using is MCCI_LoRaWAN_LMIC_library-4.1.1. I had its serial output mentioned after it:
Serial output:
Starting
8515: EV_TXSTART
Packet queued
139219: EV_TXCOMPLETE (includes waiting for RX windows)
452198: EV_TXSTART
Packet queued
582908: EV_TXCOMPLETE (includes waiting for RX windows)
895888: EV_TXSTART
Packet queued
1026597: EV_TXCOMPLETE (includes waiting for RX windows)
1339665: EV_TXSTART
Packet queued
1470378: EV_TXCOMPLETE (includes waiting for RX windows)
1783360: EV_TXSTART
Packet queued
1914073: EV_TXCOMPLETE (includes waiting for RX windows)
2227058: EV_TXSTART
Packet queued
2357773: EV_TXCOMPLETE (includes waiting for RX windows)
2670755: EV_TXSTART
Packet queued
2801468: EV_TXCOMPLETE (includes waiting for RX windows)
3114532: EV_TXSTART
Packet queued
3245245: EV_TXCOMPLETE (includes waiting for RX windows)
3558228: EV_TXSTART
In case someone know how to resolve the issue, then please advise.
Thank you.
PS: Since, RAK7243C supports * Full LoRaWAN Stack support (version 1.0.2), I have made few changes as recommended in MCCI_LoRaWAN_LMIC_library-4.1.1’ libraries readme.:
Selecting V1.0.2
In project_config/lmic_project_config.h, add:
#define LMIC_LORAWAN_SPEC_VERSION LMIC_LORAWAN_SPEC_VERSION_1_0_2
On your compiler command line, add:
-D LMIC_LORAWAN_SPEC_VERSION=LMIC_LORAWAN_SPEC_VERSION_1_0_2
