Changes for page LG01v2 -- LoRa Gateway User Manual
Last modified by Kilight Cao on 2024/10/12 08:58
Change comment:
Uploaded new attachment "image-20221104155724-3.png", version {1}
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 21 added, 0 removed)
- 1667456058832-484.png
- image-20221101162527-4.png
- image-20221102105419-1.png
- image-20221102110604-2.png
- image-20221102114002-3.png
- image-20221102140053-4.png
- image-20221103140645-1.png
- image-20221103142228-2.png
- image-20221103142416-3.png
- image-20221103143528-4.png
- image-20221103143618-5.png
- image-20221103144405-6.png
- image-20221103152033-7.png
- image-20221103152238-8.png
- image-20221104100344-1.png
- image-20221104100520-2.png
- image-20221104102736-3.png
- image-20221104155612-1.png
- image-20221104155654-2.png
- image-20221104155724-3.png
- serial USB.json
Details
- Page properties
-
- Content
-
... ... @@ -14,16 +14,16 @@ 14 14 = **1. Introduction** = 15 15 16 16 17 -== **1.1 What is LG01 v2** ==17 +== **1.1 What is LG01-V2** == 18 18 19 19 20 20 ((( 21 21 ((( 22 -The LG01 v2 is an (% style="color:green" %)**open-source single channel LoRa Gateway**(%%). It lets you bridge LoRa wireless network to an IP network via (% style="color:green" %)**WiFi , Ethernet or Cellular Network**(%%) (via Optional 4G module). The LoRa wireless allows users to send data and reach extremely long ranges at low data rates.22 +The LG01-V2 is an (% style="color:green" %)**open-source single channel LoRa Gateway**(%%). It lets you bridge LoRa wireless network to an IP network via (% style="color:green" %)**WiFi , Ethernet or Cellular Network**(%%) (via Optional 4G module). The LoRa wireless allows users to send data and reach extremely long ranges at low data rates. 23 23 ))) 24 24 25 25 ((( 26 -LG01 v2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it.26 +LG01-V2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it. 27 27 ))) 28 28 29 29 ... ... @@ -216,15 +216,49 @@ 216 216 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220917144725-6.png?width=869&height=208&rev=1.1||alt="image-20220917144725-6.png"]] 217 217 218 218 219 += (% id="cke_bm_1978S" style="display:none" %)** **(%%)**4. Build in Server** = 219 219 220 -= **4. How to configure the LA66 module** = 221 221 222 +The default factory version of LG01-V2 is installed with the built-in Applicant server: (% style="color:blue" %)**Node-Red** 222 222 223 -== **4.1 Access the LA66 module** == 224 224 225 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220820115644-1.png?width=778&height=217&rev=1.1||alt="image-20220820115644-1.png"]] 225 225 226 -Users can access the LA66 module by running the following command, then select the option **''serial port setup"**: 227 227 228 +(% style="color:red" %)**Note:** 229 + 230 + **Path**: System ~-~-> Built-in Server 231 + 232 + 233 +**Troubleshooting:** 234 + 235 + 236 +**~ 1. URL does not jump properly** 237 + 238 + For the Node-Red, you can use the local IP address and the port is 1880 to access it. 239 + 240 + 241 + 242 +== **4.1 Application Server ~-~- Node-Red** == 243 + 244 + 245 +You can access the gateway's built-in AS server of (% style="color:blue" %)**Node-Red **(%%)via the URL((% style="background-color:yellow" %)__**//http:~/~/<hostname>:1880 or http:~/~/<local-IPV4-address>//**__(%%)) in your browser. 246 + 247 + 248 +Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:1880 or http:~/~/<Local-IPV4-Address>//**__ 249 + 250 + 251 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220725172124-3.png?width=843&height=610&rev=1.1||alt="image-20220725172124-3.png"]] 252 + 253 + 254 += **5. How to configure the Lora Gateway** = 255 + 256 + 257 +== **5.1 Access the Lora configuration page** == 258 + 259 + 260 +Users can access the Lora configuration page by running the following command, then select the option **''serial port setup"**: 261 + 228 228 (% class="box infomessage" %) 229 229 ((( 230 230 **root@dragino-2406ef:~~# minicom -s** ... ... @@ -249,100 +249,135 @@ 249 249 250 250 Enter **AT+CFG **in the interface to get the configuration, 251 251 252 -[[image:image-20221029172156-1.png||height="315" width="358"]] 253 253 287 +(% class="box infomessage" %) 288 +((( 289 +AT+FRE=868.100,868.100 ~-~--> TX and RX frequency 290 +AT+GROUPMOD=0,0 ~-~--> TX and RX group 291 +AT+BW=0,0 ~-~--> TX and RX Bandwidth 292 +AT+SF=12,12 ~-~--> TX and RX Spreading Factor 293 +AT+POWER=14 ~-~--> TX Power Range 294 +AT+CRC=1,1 ~-~--> TX and RX CRC Type 295 +AT+HEADER=0,0 ~-~--> TX and RX Header Type 296 +AT+CR=1,1 ~-~--> TX and RX Coding Rate 297 +AT+IQ=0,0 ~-~--> TX and RX InvertIQ 298 +AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length 299 +AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public)** 300 +AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode 301 +AT+RXDAFORM=1 302 +))) 254 254 255 -== **4.2 Example: LG01v2 Peer-to-Peer** == 256 256 305 +== **5.2 Example: LG01**-**V2 Peer-to-Peer** == 257 257 258 -(% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)** 259 259 260 -[[image:image-20221 031091652-2.png]]308 +[[image:image-20221104102736-3.png||height="282" width="723"]] 261 261 262 262 263 - (%style="color:red"%)**Sender:**311 +The user can run the AT command to set the LG01-V2 RX window always open as a Receiver, the LA66 Shield uses **AT+SEND=1,hello world,2,3** to simulate sending data, 264 264 313 +**Prerequisites: **The configuration of LG01-V2 and LA66 Shield must match, users can use **AT+CFG** to check all configurations. 265 265 266 -[[image:image-20221031092053-4.png]] 267 267 316 +(% style="color:red; font-weight:bold" %)**LG01-V**(% style="color:red" %)**2 as Receiver: (configured as AT+RXMOD=65535,2)** 268 268 269 -Instruction for LA66 Peer-to-Peer firmware :[[ **Instruction **>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/Instruction%20for%20LA66%20Peer%20to%20Peer%20firmware/]] 270 -))) 318 +[[image:image-20221102140053-4.png]] 271 271 272 272 273 -= ** 5.BuildinServer**=321 +(% style="color:red" %)**LA66 Shield as Sender: (AT+SEND=1,hello world,2,3)** 274 274 323 +[[image:1667456058832-484.png||height="291" width="353"]] 275 275 276 -The default factory version of LG01-V2 is installed with the built-in Applicant server: (% style="color:blue" %)**Node-Red** 277 277 326 +Instruction for Peer-to-Peer firmware:[[ **Instruction **>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/Instruction%20for%20LA66%20Peer%20to%20Peer%20firmware/]] 327 +))) 278 278 279 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220820115644-1.png?width=778&height=217&rev=1.1||alt="image-20220820115644-1.png"]] 280 280 330 +Users can import this example in node-red: **[[attach:serial USB.json||target="_blank"]]** 281 281 282 - (% style="color:red"%)**Note:**332 +[[image:image-20221104100520-2.png||height="605" width="1150"]] 283 283 284 - **Path**: System ~-~-> Built-in Server 285 285 335 += (% style="color:inherit; font-family:inherit; font-size:29px" %)**6. How users can access LG01**(%%)**-V(% style="color:inherit; font-family:inherit; font-size:29px" %)2 using serial USB(%%)** = 286 286 287 -**Troubleshooting:** 288 288 338 +(% style="color:blue" %)**USB TTL to LG01-V2 Connection:** 289 289 290 -**~ 1. URL does not jump properly** 291 291 292 - ForheNode-Red,youcan usethelocalIP address andtheportis1880 to access it.341 +Port 1 of the UART on the LG01-V2 is GND 293 293 343 +(% class="box infomessage" %) 344 +((( 345 +**TXD <~-~--> UART RXD (Gray line)** 294 294 347 +**RXD <~-~--> UART TXD (White line)** 295 295 296 -== **5.1 Application Server ~-~- Node-Red** == 349 +**GND <~-~--> GND (Black line)** 350 +))) 297 297 298 298 299 - You can access the gateway's built-in AS server of (% style="color:blue" %)**Node-Red**(%%)via theURL((%style="background-color:yellow"%)__**//http:~/~/<hostname>:1880or http:~/~/<local-IPV4-address>//**__(%%)) in your browser.353 +**LG01-V2 UART connection photo** 300 300 355 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804163015-1.png?width=466&height=621&rev=1.1||alt="image-20220804163015-1.png"]] 301 301 302 -Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:1880 or http:~/~/<Local-IPV4-Address>//**__ 303 303 304 304 305 - [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220725172124-3.png?width=843&height=610&rev=1.1||alt="image-20220725172124-3.png"]]359 +In the PC, you can use the serial port tool(such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]] in Windows), you need to set the serial baud rate to (% style="color:blue" %)**115200**(%%) to access the serial console for LG01v2. LG01v2 will output system info once power on as below: 306 306 307 307 308 - = (% style="color:inherit; font-family:inherit;font-size:29px"%)**6. How userscan access LG01v2usingserialUSB**(%%)=362 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164928-3.png?width=332&height=320&rev=1.1||alt="image-20220804164928-3.png"]] 309 309 364 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164747-2.png?width=594&height=622&rev=1.1||alt="image-20220804164747-2.png"]] 310 310 311 -(% style="color:blue" %)**USB TTL to LG01v2 Connection:** 312 312 367 += **7. FAQ** = 313 313 314 -Port 1 of the UART on the LG01v2 is GND 315 315 316 -(% class="box infomessage" %) 317 -((( 318 -**TXD <~-~--> UART RXD (Gray line)** 370 +== **7.1 How does LG01-V2 communicate with Lora shield (LoRa.h)** == 319 319 320 -**RXD <~-~--> UART TXD (White line)** 321 321 322 -**GND <~-~--> GND (Black line)** 323 -))) 373 +This example describes how to use LG01-V2, LoRa Shield to set up a LoRa network 324 324 375 +[[image:image-20221103152238-8.png||height="251" width="654"]] 325 325 326 -**LG01v2 UART connection photo** 327 327 328 - [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804163015-1.png?width=466&height=621&rev=1.1||alt="image-20220804163015-1.png"]]378 +(% style="color:red" %)**Prerequisites: The configurations of LG01-V2 and Lora shield must match** 329 329 380 +**LG01-V2 configuration:** 330 330 382 +(% class="box infomessage" %) 383 +((( 384 +AT+FRE=868.100,868.100 ~-~--> TX and RX frequency set: 868100000 385 +AT+BW=0,0 ~-~--> TX and RX Bandwidth set: 125kHz 386 +AT+SF=12,12 ~-~--> TX and RX Spreading Factor set: SF12 387 +AT+POWER=14 ~-~--> TX Power Range 388 +AT+CRC=1,1 ~-~--> TX and RX CRC Type 389 +AT+HEADER=0,0 ~-~--> TX and RX Header Type 390 +AT+CR=1,1 ~-~--> TX and RX Coding Rate 391 +AT+IQ=0,0 ~-~--> TX and RX InvertIQ 392 +AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length set: 8 393 +AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public), **the corresponding Lora shield syncword is 0x12 394 +AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode,RX window always open 395 +AT+RXDAFORM=1 396 +))) 331 331 332 - In the PC, you can use the serialport tool(suchas [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]]in Windows), youneed to set the serial baudrate to(% style="color:blue" %)**115200**(%%) toaccess the serial console for LG01v2. LG01v2 will output system info once power on as below:398 +**Lora shield configuration:** 333 333 400 +Lora Shield example: [[attach:LoRa_Shield_Sketch_For_MQTT.ino||target="_blank"]] , [[attach:arduino-LoRa-master.zip||target="_blank"]] 334 334 335 -[[image: http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164928-3.png?width=332&height=320&rev=1.1||alt="image-20220804164928-3.png"]]402 +[[image:image-20221101161318-2.png]] 336 336 337 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164747-2.png?width=594&height=622&rev=1.1||alt="image-20220804164747-2.png"]] 338 338 405 +**Test LG01-V2 to receive Lora Shield data:** 339 339 340 - = **7.FAQ** =407 +[[image:image-20221101161951-3.png]] 341 341 342 342 343 - 7.1410 +**Test the LG01-V2 to send data:** 344 344 412 +[[image:image-20221101162527-4.png]] 345 345 414 + 346 346 = (% style="color:inherit; font-family:inherit; font-size:29px" %)**8. Supports**(%%) = 347 347 348 348
- 1667456058832-484.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +21.0 KB - Content
- image-20221101162527-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +290.1 KB - Content
- image-20221102105419-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +37.3 KB - Content
- image-20221102110604-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +35.9 KB - Content
- image-20221102114002-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +50.1 KB - Content
- image-20221102140053-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +45.6 KB - Content
- image-20221103140645-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +39.1 KB - Content
- image-20221103142228-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +37.7 KB - Content
- image-20221103142416-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +325.9 KB - Content
- image-20221103143528-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.2 KB - Content
- image-20221103143618-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.1 KB - Content
- image-20221103144405-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.8 KB - Content
- image-20221103152033-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.3 KB - Content
- image-20221103152238-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.8 KB - Content
- image-20221104100344-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +137.0 KB - Content
- image-20221104100520-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +140.7 KB - Content
- image-20221104102736-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +325.9 KB - Content
- image-20221104155612-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +384.2 KB - Content
- image-20221104155654-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +35.5 KB - Content
- image-20221104155724-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +42.4 KB - Content
- serial USB.json
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +5.1 KB - Content
-
... ... @@ -1,0 +1,244 @@ 1 +[ 2 + { 3 + "id": "5f10779accc05655", 4 + "type": "tab", 5 + "label": "serial USB", 6 + "disabled": false, 7 + "info": "", 8 + "env": [] 9 + }, 10 + { 11 + "id": "4ea60ce4df40717c", 12 + "type": "serial in", 13 + "z": "5f10779accc05655", 14 + "name": "", 15 + "serial": "bb1c0e81fd51fa9e", 16 + "x": 230, 17 + "y": 60, 18 + "wires": [ 19 + [ 20 + "a8a0db18429e7d84" 21 + ] 22 + ] 23 + }, 24 + { 25 + "id": "a8a0db18429e7d84", 26 + "type": "debug", 27 + "z": "5f10779accc05655", 28 + "name": "debug 1", 29 + "active": true, 30 + "tosidebar": true, 31 + "console": false, 32 + "tostatus": false, 33 + "complete": "false", 34 + "statusVal": "", 35 + "statusType": "auto", 36 + "x": 440, 37 + "y": 60, 38 + "wires": [] 39 + }, 40 + { 41 + "id": "fe5a93a52b6adcf1", 42 + "type": "inject", 43 + "z": "5f10779accc05655", 44 + "name": "AT+SEND=1,hello world,0,3", 45 + "props": [ 46 + { 47 + "p": "payload" 48 + } 49 + ], 50 + "repeat": "", 51 + "crontab": "", 52 + "once": false, 53 + "onceDelay": 0.1, 54 + "topic": "", 55 + "payload": "AT+SEND=1,hello world,0,3", 56 + "payloadType": "str", 57 + "x": 200, 58 + "y": 140, 59 + "wires": [ 60 + [ 61 + "3f8add7e2e1d1d17" 62 + ] 63 + ] 64 + }, 65 + { 66 + "id": "3f8add7e2e1d1d17", 67 + "type": "serial out", 68 + "z": "5f10779accc05655", 69 + "name": "", 70 + "serial": "bb1c0e81fd51fa9e", 71 + "x": 530, 72 + "y": 140, 73 + "wires": [] 74 + }, 75 + { 76 + "id": "16e7d3d83d9e9415", 77 + "type": "inject", 78 + "z": "5f10779accc05655", 79 + "name": "", 80 + "props": [ 81 + { 82 + "p": "payload" 83 + } 84 + ], 85 + "repeat": "", 86 + "crontab": "", 87 + "once": false, 88 + "onceDelay": 0.1, 89 + "topic": "", 90 + "payload": "ATZ", 91 + "payloadType": "str", 92 + "x": 270, 93 + "y": 200, 94 + "wires": [ 95 + [ 96 + "3f8add7e2e1d1d17" 97 + ] 98 + ] 99 + }, 100 + { 101 + "id": "09ea381519629dae", 102 + "type": "inject", 103 + "z": "5f10779accc05655", 104 + "name": "AT+FRE", 105 + "props": [ 106 + { 107 + "p": "payload" 108 + } 109 + ], 110 + "repeat": "", 111 + "crontab": "", 112 + "once": false, 113 + "onceDelay": 0.1, 114 + "topic": "", 115 + "payload": "AT+FRE=868.100,868.100", 116 + "payloadType": "str", 117 + "x": 260, 118 + "y": 260, 119 + "wires": [ 120 + [ 121 + "3f8add7e2e1d1d17" 122 + ] 123 + ] 124 + }, 125 + { 126 + "id": "5167a7f904013ffd", 127 + "type": "inject", 128 + "z": "5f10779accc05655", 129 + "name": "AT+BW", 130 + "props": [ 131 + { 132 + "p": "payload" 133 + } 134 + ], 135 + "repeat": "", 136 + "crontab": "", 137 + "once": false, 138 + "onceDelay": 0.1, 139 + "topic": "", 140 + "payload": "AT+BW=0,0", 141 + "payloadType": "str", 142 + "x": 270, 143 + "y": 320, 144 + "wires": [ 145 + [ 146 + "3f8add7e2e1d1d17" 147 + ] 148 + ] 149 + }, 150 + { 151 + "id": "dbe4abbc730c76e6", 152 + "type": "inject", 153 + "z": "5f10779accc05655", 154 + "name": "AT+SF", 155 + "props": [ 156 + { 157 + "p": "payload" 158 + } 159 + ], 160 + "repeat": "", 161 + "crontab": "", 162 + "once": false, 163 + "onceDelay": 0.1, 164 + "topic": "", 165 + "payload": "AT+SF=12,12", 166 + "payloadType": "str", 167 + "x": 270, 168 + "y": 380, 169 + "wires": [ 170 + [ 171 + "3f8add7e2e1d1d17" 172 + ] 173 + ] 174 + }, 175 + { 176 + "id": "3be3ab296a75d512", 177 + "type": "inject", 178 + "z": "5f10779accc05655", 179 + "name": "AT+RXMOD", 180 + "props": [ 181 + { 182 + "p": "payload" 183 + } 184 + ], 185 + "repeat": "", 186 + "crontab": "", 187 + "once": false, 188 + "onceDelay": 0.1, 189 + "topic": "", 190 + "payload": "AT+RXMOD=65535,0", 191 + "payloadType": "str", 192 + "x": 250, 193 + "y": 440, 194 + "wires": [ 195 + [ 196 + "3f8add7e2e1d1d17" 197 + ] 198 + ] 199 + }, 200 + { 201 + "id": "7a03d1413c60ea1c", 202 + "type": "inject", 203 + "z": "5f10779accc05655", 204 + "name": "AT+SYNCWORD", 205 + "props": [ 206 + { 207 + "p": "payload" 208 + } 209 + ], 210 + "repeat": "", 211 + "crontab": "", 212 + "once": false, 213 + "onceDelay": 0.1, 214 + "topic": "", 215 + "payload": "AT+SYNCWORD=0", 216 + "payloadType": "str", 217 + "x": 240, 218 + "y": 500, 219 + "wires": [ 220 + [ 221 + "3f8add7e2e1d1d17" 222 + ] 223 + ] 224 + }, 225 + { 226 + "id": "bb1c0e81fd51fa9e", 227 + "type": "serial-port", 228 + "serialport": "/dev/ttyUSB0", 229 + "serialbaud": "9600", 230 + "databits": "8", 231 + "parity": "none", 232 + "stopbits": "1", 233 + "waitfor": "", 234 + "dtr": "none", 235 + "rts": "none", 236 + "cts": "none", 237 + "dsr": "none", 238 + "newline": "\\n", 239 + "bin": "false", 240 + "out": "char", 241 + "addchar": "\\n", 242 + "responsetimeout": "10000" 243 + } 244 +]