2023-05-07 08:44 AM
I have a burst sampling MCU application that wakes up via interrupt, samples, and should now signal a backend through LoRaWAN
The CubeMX skeleton spins up a whole system with sequencer, power mode management etc, which is - did I get this right? - built to wake up periodically on a duty cycle interval.
I assume this is probably giving you the best efficiency you can have, but is a bit overwhelming for me in comparison to Arduino-like LoRaWAN stacks which expose simple interfaces like Join, Send and a callback for Rx.
I am wondering what would be the most pragmatic way to get my application going without digging too deep in the middleware internals?
These are the options I was thinking of: