Hello,
I have a RAK3172 module working on Class C. I created a multicast group and added it to the device via the ‘AT+ADDMULC’ command, passing the activation keys found in the created multicast group tab (Multicast Address, Multicast NwkSKey, Multicast AppSKey, etc.). I can view the groups added to the device via ‘AT+LSTMULC’ normally. The problem is that, when I downlink the topic provided by the gateway (which is like ‘mcast_group/{{mcast_ID}}/tx’) and replace the ID value with the multicast group ID, it doesn’t seem like the device is receiving any information.
I’m using MQTT Explorer to publish on the multicast topic. Is there anything I’m missing or forgot to configure before?