Open jpmeijers opened 4 years ago
@jpmeijers Did you find a solution for this issue?
I haven't tried using basic mac recently. The MCCI LMiC had a similar issue, and there the fix was to increase the receive windows by a couple of percent. https://github.com/mcci-catena/arduino-lmic/issues/827#issuecomment-1162896175
I'm getting an error that both MAX_CLOCK_ERROR
and LMIC_setClockError
are not declared. I found the issue you opened concerning these errors, but they have not been resolved... Unfortunately, I can't use the MCCI LMiC library since I'm using a board with SX1262. Do you maybe have suggestions on a library for the SX1262 chip? Thank you for your response.
For the sx126x I have used https://github.com/beegee-tokyo/SX126x-Arduino which worked quite well.
I think the only reason for using this Basic Mac repo is that in the future it will have better Lacuna integration.
I see the following in the TTN console, using the OTAA example. This tells me that the OTAA join only succeeds at the 3rd try.
The debug log looks like this:
Currently I am not adjusting the rx windows (see #23). So maybe the receive windows are just too small and the rx is missed at faster SFs.