I’m running the code from github master, commit
for my project I need n.3 features:
- TimeReq (to get the time from network
- confirmed messages (with proper FCN)
- ADR (to get the link adaptation )
My lorawan gateway is ChirpStack.io (running on raspberrypi).
===
The TimeReq example does not work properly anymore.
we do get the time at the first messages, but as soon as ADR changes the rate does not work anymore: all the next messages are not sent to the gateway correcly
If I disable ADR from the menu it works properly and I can see all the ACK and FCN updates.
to trigger this behavior just set AppDataSize=90 in prepareTxFrame().
===
if someone knows more about ADR please help… this is out of my knowledge
thanks