Using the MKRWAN Library, is it possible to have a device activation call flow similar to the MCCI LMIC library?
For example, the “EV_TXCOMPLETE” report event in MCCI LMIC, where the data prepared via LMIC_setTxData() has been sent, and the receive window for downstream data is complete.
Is it possible to create this functionality with the MKRWAN library?
Sorry, I’m just getting into this so my knowledge may be dodgy in places still. If I wanted to create a CLASS B device, would I just select this in the Things Network Application Setup, or would I have to code this manually?
These are the things I’m having a bit of difficulty understanding at the moment.