LoRaWAN Fragmented Data Block Transport package. How to make it work ?
Hi everyone!
I am trying to make the LoRaWAN Fragmented Data Blok Transport package work. As a first step, my goal is to send a file such as a txt document (or whatever) to my end-device.
I work with a STM32WL and an End_Node project. I have already added packages to my End_Node project in order to enable Clock Synchronization feature and Multicast feature. I can clock synchronize my device and I can send multicast frames. It works well.
Now, I want to add the Fragmented Data Blok Transport package. However, the files provided in the STM32WL package from ST are mixed up with FUOTA files. Moreover, the proposed files are pre-designed to do FUOTA. However, I only want to enable fragmentation.
The questions are:
- Does anyone know which files I have to add to my project?
- I suspect that there will be some changes to make in files. What are the main modifications I must do if I want to achieve my goal?
Really appreciate your attention,
Regards,
