Lachlan Etherton
Lachlan Etherton
Hi @Pranau-R, This evening I have tested the code. I downloaded my modified branch and removed the existing library I had installed. The only changes I made in addition to...
Hi @Pranau-R, Checked again this morning by reinstalling my branch, using the ttn-otaa.ino from scratch, making the exact same changes as I described above and it worked without an issue,...
Hi @Pranau-R, Just checking in to see if you have had success with this?
Hi @Pranau-R, Here are the "General Information" settings for the device I tested with the code:
Hi @Pranau-R, In the first test, did you set `#define LMIC_LORAWAN_SPEC_VERSION LMIC_LORAWAN_SPEC_VERSION_1_0_2`? and comment out/disable `#define LMIC_LORAWAN_SPEC_VERSION LMIC_LORAWAN_SPEC_VERSION_1_0_3`? Other than that, I'm not sure why you are experiencing the issue...
Hi @Pranau-R, That's unusual behaviour. Hopefully that resolves issues on your end. I am using the Arduino IDE 2.3.6.
Glad to hear you have had success @Pranau-R. Is it fair to say that this issue was a result of your board library rather than the Arduino-LMIC library directly?
Great, so does this mean these changes can now be merged @Pranau-R?
Hi Terry, Thank you for the quick reply. I must confess that making changes to the code will be a bit of a challenge, so I will have a look,...
Is it as simple as `#define LMIC_ENABLE_TxParamSetupReq 0` under `#elif defined(CFG_au915)` if LoRaWAN Specification is 1.0.2 (using a similar "if" statement to [lmic_us915.c](https://github.com/mcci-catena/arduino-lmic/blob/01a880fa84b72961ba7e73607c573185386020b2/src/lmic/lmic_us915.c)) in [lorabase.h](https://github.com/mcci-catena/arduino-lmic/blob/01a880fa84b72961ba7e73607c573185386020b2/src/lmic/lorabase.h)? Then, it's a question of...