Hi,
I am facing an issue after adding FUOTA Support in my device. Device Firmware is based on Zephyr RTOS and Hardware RAK4631 Module.
My Setup details is below:
Gateway:
we have two gateways here: GTW-000606355243 and GTW-002056857488
GTW-000606355243 is a RAK7391 with a rasp pi compute module 4 with a seeed WM1302 LoRaWAN concentrator.
GTW-002056857488 is a Raspberry Pi 4 Model B Rev 1.5 with a RAK2287 LoRaWAN concentrator.
network server is running docker container chirpstack/chirpstack:4.3.1
fuota server is running docker container xxxxxx.azurecr.io/lorawan/chirpstack-fuota-server:latest which is based on the master branch of GitHub - chirpstack/chirpstack-fuota-server: FUOTA server which can be used together with ChirpStack Application Server.
Device classes:
- Class A
- Class C unicast & multicast
LoRaWAN versions:
- LoRaWAN 1.1.0
Regional parameter revisions:
- RP002-1.0.3
Currently I am Testing using ChirpStack Open Source in application side.
Step 1: Connected end device in OTAA mode first.
Regions:
- IN865
Step 2: Clock synchronisation done at port 202 successfully.
Step 3: Received handleMulticastSetupReq at port 200 successfully.
Step 4: Received handleFragmentationSetup at port 201 with FragmentationSession starting successfully.
Step 5: Received handleMulticastClassCSessionReq at port 200 successfully.
Step 6: device is Switched to Class C. But it not receiving fragements from lora server.
Problem : Not receiving fragements from lora server.
Regions:
2. US915
Problem: No downlink message due to this clock syncronization and Multicast setup is not work.
Both Reagion OTAA Joining and Uplink message work fine.
Let me know if any solution or performing any wrong step.
Thanks,
Himansu Donga