Changes for page LG01v2 -- LoRa Gateway User Manual
Last modified by Kilight Cao on 2024/10/12 08:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -366,13 +366,26 @@ 366 366 == **7.1 How does LG01v2 communicate with Lora shield (LoRa.h)** == 367 367 368 368 369 -(% style="color:red" %)Prerequisites: The configurations of LG01v2 and Lora shield must match 369 +(% style="color:red" %)**Prerequisites: The configurations of LG01v2 and Lora shield must match** 370 370 371 371 **LG01v2 configuration:** 372 372 373 -[[image:image-20221101160705-1.png]] 373 +(% class="box infomessage" %) 374 +((( 375 +AT+FRE=868.100,868.100 ~-~--> TX and RX frequency set :868100000 376 +AT+BW=0,0 ~-~--> TX and RX Bandwidth set : 125kHz 377 +AT+SF=12,12 ~-~--> TX and RX Spreading Factor 378 +AT+POWER=14 ~-~--> TX Power Range 379 +AT+CRC=1,1 ~-~--> TX and RX CRC Type 380 +AT+HEADER=0,0 ~-~--> TX and RX Header Type 381 +AT+CR=1,1 ~-~--> TX and RX Coding Rate 382 +AT+IQ=0,0 ~-~--> TX and RX InvertIQ 383 +AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length 384 +AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public)** 385 +AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode 386 +AT+RXDAFORM=1 387 +))) 374 374 375 - 376 376 **Lora shield configuration:** 377 377 378 378 Lora Shield example: [[attach:LoRa_Shield_Sketch_For_MQTT.ino||target="_blank"]] , [[attach:arduino-LoRa-master.zip||target="_blank"]]