-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi team,
I'm starting to implement an AS923/AU915 TTN Mapper application using your stack. It's made me ask basic LoRaWAN questions, and I suspect you've already solved some of them.
Basically, is a device that's on two bands two devices? It looks like there's a tight binding in LoRaWAN between the frequency of the device and it's connection as the MAC commands allow the network to instruct the device where to go, but I'm not 100% sure. If it's true then I'm doubly-confused by the sharing of some counters in your stack e.g. framecounts which makes me think I'm wrong. It's possible that the Lacuna side makes this work and that's your secret sauce, but for TTN this won't be the case.
Do you have any guidance? I can abstract the LMIC portion further to make one entire stack per band, it's just more work than I was planning on :-)
/Bruce