2025-01-06 03:52 AM - edited 2025-01-06 03:53 AM
Hi everyone,
I am currently working on the LoRaWAN_AT_Slave example from the firmware package repository (STM32Cube_FW_WL_V1.3.0) provided by ST. So far, I have successfully implemented uplink and downlink communication, enabling the device to send sensor data and receive downlink commands.
Now, I aim to implement FUOTA (Firmware Update Over The Air). As a first step, I need to configure multicast within the LoRaWAN_AT_Slave project to support the FUOTA process.
However, I'm not sure how to configure the multicast properly. Could anyone guide me through the steps or provide an example configuration?
Here’s what I’ve done so far:
Specific questions:
Any guidance, documentation, or example projects would be greatly appreciated!
Thank you in advance!
Best regards,
Pratham
2025-01-06 04:42 AM
Hello @PrathamSalunkhe
For the FUOTA applications, I suggest you refer to the examples available on the STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Applications (LoRaWAN_FUOTA and LoRaWAN_FUOTA_DualCore). A good start will be to take a look at this video to understand more details about FUOTA on STM32WL. Also, details on FUOTA are provided on the AN5554.
PS: Please download the STM32CubeWL V1.3.0 from the ST website.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.