Skip to main content
xarion
Associate II
April 2, 2023
Question

STM32WL + LoRaWAN multicast

  • April 2, 2023
  • 0 replies
  • 942 views

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.

  1. 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?
  2. 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)
  3. 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?
  4. is it possible to be part of more than one MC group ?

Kind regards

Xarion

This topic has been closed for replies.