Hi all
I am trying to test and implement a multicast LoRa network using the STM32WL.
I have been going through the thread: https://community.st.com/s/question/0D53W00001JCdeESAT/has-anyone-managed-to-make-a-working-lorawan-multicast-with-stm32wl-if-so-how
However I am still lost as to the setup of multicast. Our application does not require FOTA, it only requires to decode a broadcast message.
- In this scenario whether I still need include and define (LmhpRemoteMcastSetup.c). LmHandlerPackageRegister (PACKAGE_ID_REMOTE_MCAST_SETUP, NULL), if so, where in the init of the project should it be called?
- can the multicast key be be setup directly through the end node API as opposed to MAC command? (it would be fixed/hardcoded in this case)
- if the MC keys can be set through the API, would it mean that the MC group setup could be done manually, as opposed to MAC commands?
- is it possible to be part of more than one MC group ?
Kind regards
Xarion