Changes for page LoRaWAN Communication Debug
Last modified by Edwin Chen on 2025/01/29 20:30
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -195,23 +195,15 @@ 195 195 196 196 == 5.2 See Debug Info == 197 197 198 -((( 199 199 **For LoRaWAN Server** 200 -))) 201 201 202 -((( 203 203 We can check if there is downlink message for this end node, use TTN for example: 204 -))) 205 205 206 -((( 207 207 Configure a downstream to the end device 208 -))) 209 209 210 210 [[image:https://wiki.dragino.com/images/thumb/8/82/Downstream_debug_1.png/600px-Downstream_debug_1.png||height="217" width="600"]] 211 211 212 -((( 213 213 Set a downstream in TTN and see it is sent 214 -))) 215 215 216 216 217 217 ((( ... ... @@ -220,14 +220,10 @@ 220 220 221 221 [[image:https://wiki.dragino.com/images/thumb/d/dc/Downstream_debug_2.png/600px-Downstream_debug_2.png||height="245" width="600"]] 222 222 223 -((( 224 224 Gateway Traffic can see this downstream info 225 -))) 226 226 227 227 228 -((( 229 229 **For LoRaWAN Gateway** 230 -))) 231 231 232 232 ((( 233 233 When the downstream packet appear on the traffic of Gateway page. The LoRaWAN gateway can get it from LoRaWAN server and transmit it. In Dragion Gateway, this can be checked by runinng "logread -f" in the SSH console. and see below: ... ... @@ -235,37 +235,31 @@ 235 235 236 236 [[image:https://wiki.dragino.com/images/thumb/2/21/Downstream_debug_3.png/600px-Downstream_debug_3.png||height="195" width="600"]] 237 237 238 -((( 239 239 Gateway Sent out this packet 240 -))) 241 241 242 242 243 -((( 244 244 **For End Node** 245 -))) 246 246 247 -((( 248 248 we can use AT Command (AT+CFG) to check the RX1 configure and RX2 configure. as below: 249 -))) 250 250 251 251 (% class="box infomessage" %) 252 252 ((( 253 -AT+RX2FQ=869525000 ~-~--> The RX2 Window frequency 235 + AT+RX2FQ=869525000 ~-~--> The RX2 Window frequency 254 254 ))) 255 255 256 256 (% class="box infomessage" %) 257 257 ((( 258 -AT+RX2DR=3 ~-~--> The RX2 DataRate 240 + AT+RX2DR=3 ~-~--> The RX2 DataRate 259 259 ))) 260 260 261 261 (% class="box infomessage" %) 262 262 ((( 263 - AT+RX1DL=1000 ~-~--> Receive Delay 1 245 + AT+RX1DL=1000 ~-~--> Receive Delay 1 264 264 ))) 265 265 266 266 (% class="box infomessage" %) 267 267 ((( 268 - AT+RX2DL=2000 ~-~--> Receive Delay 2 250 + AT+RX2DL=2000 ~-~--> Receive Delay 2 269 269 ))) 270 270 271 271 ((( ... ... @@ -276,13 +276,16 @@ 276 276 277 277 ))) 278 278 279 -{{{ [12502]***** UpLinkCounter= 0 ***** 280 - [12503]TX on freq 868500000 Hz at DR 0 281 - [13992]txDone 282 - [15022]RX on freq 868500000 Hz at DR 0 --> RX1 window open at frequency: 868500000, DR0, after 15022-13992= 1030ms of txdone 283 - [15222]rxTimeOut --> no packet arrive in RX1 window. (duration: 200ms) 284 - [15987]RX on freq 869525000 Hz at DR 3 --> RX2 window open at frequency: 869525000, DR3, after 15987-13992= 1995ms of txdone 285 - [16027]rxTimeOut --> no packet arrive in RX2 window. (duration: 40 ms)}}} 261 +(% class="box" %) 262 +((( 263 + [12502]~*~*~*~** UpLinkCounter= 0 ~*~*~*~** 264 + [12503]TX on freq 868500000 Hz at DR 0 265 + [13992]txDone 266 + [15022]RX on freq 868500000 Hz at DR 0 ~-~-> RX1 window open at frequency: 868500000, DR0, after 15022-13992= 1030ms of txdone 267 + [15222]rxTimeOut ~-~-> no packet arrive in RX1 window. (duration: 200ms) 268 + [15987]RX on freq 869525000 Hz at DR 3 ~-~-> RX2 window open at frequency: 869525000, DR3, after 15987-13992= 1995ms of txdone 269 + [16027]rxTimeOut ~-~-> no packet arrive in RX2 window. (duration: 40 ms) 270 +))) 286 286 287 287 ((( 288 288 ... ... @@ -292,17 +292,18 @@ 292 292 **Another message:** 293 293 ))) 294 294 295 -{{{ [12502]***** UpLinkCounter= 0 ***** 296 - [12503]TX on freq 868100000 Hz at DR 0 297 - [13992]txDone 298 - [15022]RX on freq 868100000 Hz at DR 0 299 - [15222]rxTimeOut 300 - [15987]RX on freq 869525000 Hz at DR 3 301 - [16185]rxDone --> We have got the downstream packet. 302 - Rssi= -64 303 - Receive data 304 - 1:0012345678}}} 305 305 281 + [12502]~*~*~*~** UpLinkCounter= 0 ~*~*~*~** 282 + [12503]TX on freq 868100000 Hz at DR 0 283 + [13992]txDone 284 + [15022]RX on freq 868100000 Hz at DR 0 285 + [15222]rxTimeOut 286 + [15987]RX on freq 869525000 Hz at DR 3 287 + [16185]rxDone ~-~-> We have got the downstream packet. 288 + Rssi= -64 289 + Receive data 290 + 1:0012345678 291 + 306 306 == 5.3 If problem doesn’t solve == 307 307 308 308 **If user has checked below steps and still can't solve the problem, please send us (support @ dragino.com) the sceenshots for each step to check. They include:** ... ... @@ -326,10 +326,8 @@ 326 326 So if the LoRaWAN server is an AS923 server which ask the gateway to transmit at 923.2Mhz frequency, but the gateway is IN868 frequency band (support 865~~867Mhz to transmit). In the gateway log it will show something like below: 327 327 ))) 328 328 329 -{{{Sat Nov 21 08:04:17 2020 daemon.info lora_pkt_fwd[1680]: ERROR~ Packet REJECTED, unsupported frequency - 923200000 (min:865000000,max:867000000)}}} 330 - 331 331 ((( 332 - 316 +Sat Nov 21 08:04:17 2020 daemon.info lora_pkt_fwd[1680]: ERROR~~ Packet REJECTED, unsupported frequency - 923200000 (min:865000000,max:867000000) 333 333 ))) 334 334 335 335 ((( ... ... @@ -378,9 +378,7 @@ 378 378 379 379 AT+APPSKEY=00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 11 (End Node App Session Key) 380 380 381 -((( 382 382 [[https:~~/~~/lorawan-packet-decoder-0ta6puiniaut.runkit.sh/?data=40c1190126800100024926272bf18bbb6341584e27e23245&nwkskey=00000000000000000000000000000111&appskey=00000000000000000000000000000111>>url:https://lorawan-packet-decoder-0ta6puiniaut.runkit.sh/?data=40c1190126800100024926272bf18bbb6341584e27e23245&nwkskey=00000000000000000000000000000111&appskey=00000000000000000000000000000111]] 383 -))) 384 384 385 385 [[image:https://wiki.dragino.com/images/7/77/Decrypt_a_LoRaWAN_Packet4.png||alt="Decrypt a LoRaWAN Packet4.png" height="390" width="558"]] 386 386 ... ... @@ -393,58 +393,32 @@ 393 393 394 394 = 9. Why do I see a "MIC Mismatch" error message from the server? = 395 395 396 -((( 397 397 1)If the user receives a "MIC Mismatch" message after registering the node on the server. 398 -))) 399 399 400 -((( 401 401 It is likely that the user filled in the wrong APPKEY when registering the node. Many users fill in "APPSKEY". 402 -))) 403 403 404 -* ((( 405 -Please note the distinction between "APPKEY" and "APPSKEY". 406 -))) 382 +* Please note the distinction between "APPKEY" and "APPSKEY". 407 407 408 -((( 409 409 2)If the node works on the server for a period of time, the device stops working and receives a "MIC Mismatch" message. 410 -))) 411 411 412 -((( 413 413 The user needs a USB-TTL adapter to connect the serial port to modify the node APPKEY. 414 -))) 415 415 416 -* ((( 417 -If a node is registered with multiple servers, it may also cause the "mic mismatch" error. 418 -))) 388 +* If a node is registered with multiple servers, it may also cause the "mic mismatch" error. 419 419 420 420 = 10. Why i got the payload only with "0x00" or "AA~=~="? = 421 421 422 -* ((( 423 -If you are using US915, AU915 and AS923 frequencies.This is normal phenomenon. 424 -))) 392 +* If you are using US915, AU915 and AS923 frequencies.This is normal phenomenon. 425 425 426 -((( 427 427 When using the frequency mentioned above, the server sometimes adjusts the rate of the node, because the node defaults to the adaptive rate. 428 -))) 429 429 430 -((( 431 431 When the server adjusts your node rate to 0, the maximum payload length is 11 bytes. The server sometimes sends an ADR packet to the node, 432 -))) 433 433 434 -((( 435 435 and the node will reply to the server after receiving the ADR packet, but the number of payload bytes exceeds the limit, 436 -))) 437 437 438 -((( 439 439 so it will send a normal uplink packet, and an additional 00 data packet. 440 -))) 441 441 442 -* ((( 443 -Solution: Use the decoder to filter out this 00 packet. 444 -))) 445 -* ((( 446 -Some node decoders may not have filtering function, or you need decoders of other servers and formats. Please send an email to david.huang@dragino.cc 447 -))) 402 +* Solution: Use the decoder to filter out this 00 packet. 403 +* Some node decoders may not have filtering function, or you need decoders of other servers and formats. Please send an email to david.huang@dragino.cc 448 448 449 449 (% class="wikigeneratedid" id="H" %) 450 450