Welcome
LoRaWAN Stack
LoRaWAN Stack
  • Generic Data
    • V2.2.0
      • LoRaWAN Communication
        • Payloads
          • Uplinks
          • Downlinks
      • Generic Device Data Registers
      • LoRaWAN Data Registers
  • Firmware Updates Over The Air (FUOTA)
    • Basic Fuota
  • Relay Support
Powered by GitBook
On this page
  • Basic Fuota
  • Configuration
  1. Firmware Updates Over The Air (FUOTA)

Basic Fuota

PreviousFirmware Updates Over The Air (FUOTA)NextRelay Support

Last updated 22 days ago

It should be noted that FUOTA will not be supported to all end users, YOBIIQ will select Network Service Providers on which the FUOTA functionality will be tested.

They will be listed under the Verified Network Service Providers section.

Basic Fuota

Starting in the V2.0.0 release of the iQ LoRaWAN Stack we will provide a basic fuota functionality.

The basic fuota functionality is based on;

Within the basic fuota functionality there are a few steps that are taken (behind the scenes);

  1. Synchronize the device clock AppTimeReq & AppTimeAns

  2. Setup a multicase group using McGroupSetupReq & McGroupSetupAns

  3. Setup a class C session using McClassCsessionReq & McClassCsessionAns

  4. Setup a fragmentation session via FragSessionSetupReq & FragSessionSetupAns

  5. Transfer the fragmented data and perform a CRC32 check to confirm data integrity

  6. Test the bootloader and load the new firmware.

Configuration

LoRaWAN Remote Multicast Setup Specification v2.0.0 (TS005).
LoRaWAN Fragmented Data Block Transport Specification v2.0.0 (TS004).
LoRaWAN Application Layer Clock Synchronization Specification v2.0.0 (TS003).