zakibakar75 / arduino-lmic-as923

Added AS923 code into LMIC
16 stars 7 forks source link

radio.c failure #5

Open alifj98 opened 3 years ago

alifj98 commented 3 years ago

Hi,

I am facing an issue where when i upload ttn-abp, i get a failure on the serial monitor like this:

FAILURE C:\Users\Muhammad Alif\Documents\Arduino\libraries\arduino-lmic-as923-master\src\lmic\radio.c:704

radio.c:704 refers to image

my lmic_pinmap is as below: // Pin mapping const lmic_pinmap lmic_pins = { .nss = 10, .rxtx = LMIC_UNUSED_PIN, .rst = 9, .dio = {2, 6, 7},

I am running on Dragino Lora/GPS Shield + arduino Uno and a LG308 gateway. Do i need a different pin mapping?

Would be great if you could help.