Hey @Aaron
I’m seeing two issues since changing to the current github version (0.6 AT, etc) from ~0.0.4 on my dev board.
- ABP doesn’t seem to be working. The keys are correct in the startup messages, the debug messages says it’s sending, but the gateway never gets anything. Reverting the code to my 0.0.4 version works fine – it’s not a hardware issue. Changing to OTAA gets (at least) the join messages being sent, I didn’t have valid keys for beyond that at the time.
I reverted to using @wasn 's GPS example (/w LoRaWAN) and the correct keys, and still nothing on ABP. Weird. Does it work for you?
- LoRaWAN.sleep() isn’t optional anymore. TX Timeout occurs if it’s not called, but I don’t want to sleep when I’m using softSerial. This is a change from 0.0.4 at least, was it intentional?
Thanks,
Bruce