You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been trying to launch a simple FUOTA campaign using Chirpstack v4.12 as my LNS, Dragino lps8v2 as my gateway and a Nucleo L476RG + sx1262 as my end device and the firmware is the periodical_uplink example. The campaign is shown in the LNS as a success and the device prints:
Fuota session info :
Current fragment index = 0,
Current fragment counter = 332,
Number of missed packets = 29,
FILE RECONSTRUCTS SUCCESSFULLY !
�[0;34mModem event callback
�[0m�[0;32mINFO: Event received: FUOTA SUCCESSFUL
I don't know why it indicates that the Fuota was successful but don't changes the firmware,i am just sending a simple firmware binary that prints "Hello World" endlessly as a test.
So i have some questions:
What kind of file should i send? .bin .hex .elf?
In the lbm_lib/makefiles/options.mk the "FUOTA_MAXIMUM_NB_OF_FRAGMENTS ?=" should account for the "FUOTA_MAXIMUM_FRAG_REDUNDANCY ?=" ?
to better illustrate the question: if i have a .bin with size 7980B and sending 32B packets i would have 250 fragments, if i want to have 20% redundancy that wold be another 50 packets so my variables would be:
Hello!
Been trying to launch a simple FUOTA campaign using Chirpstack v4.12 as my LNS, Dragino lps8v2 as my gateway and a Nucleo L476RG + sx1262 as my end device and the firmware is the periodical_uplink example. The campaign is shown in the LNS as a success and the device prints:
I don't know why it indicates that the Fuota was successful but don't changes the firmware,i am just sending a simple firmware binary that prints "Hello World" endlessly as a test.
So i have some questions:
What kind of file should i send? .bin .hex .elf?
In the lbm_lib/makefiles/options.mk the "FUOTA_MAXIMUM_NB_OF_FRAGMENTS ?=" should account for the "FUOTA_MAXIMUM_FRAG_REDUNDANCY ?=" ?
to better illustrate the question: if i have a .bin with size 7980B and sending 32B packets i would have 250 fragments, if i want to have 20% redundancy that wold be another 50 packets so my variables would be:
or
?
Any guidance or clarification would be greatly appreciated.
Best regards,
Luiz
The text was updated successfully, but these errors were encountered: