Changes for page RS485-BL – Waterproof RS485 to LoRaWAN Converter
Last modified by Xiaoling on 2025/04/23 15:57
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -90,7 +90,6 @@ 90 90 * 127 dB Dynamic Range RSSI. 91 91 * Automatic RF Sense and CAD with ultra-fast AFC. 92 92 93 - 94 94 == 1.3 Features == 95 95 96 96 * LoRaWAN Class A & Class C protocol (default Class A) ... ... @@ -102,7 +102,6 @@ 102 102 * Support Modbus protocol 103 103 * Support Interrupt uplink 104 104 105 - 106 106 == 1.4 Applications == 107 107 108 108 * Smart Buildings & Home Automation ... ... @@ -112,7 +112,6 @@ 112 112 * Smart Cities 113 113 * Smart Factory 114 114 115 - 116 116 == 1.5 Firmware Change log == 117 117 118 118 [[RS485-BL Image files – Download link and Change log>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/RS485-BL/Firmware/||style="background-color: rgb(255, 255, 255);"]] ... ... @@ -386,8 +386,6 @@ 386 386 ))) 387 387 ))) 388 388 389 - 390 - 391 391 === 3.3.2 Configure sensors === 392 392 393 393 ((( ... ... @@ -552,6 +552,8 @@ 552 552 ))) 553 553 554 554 ((( 550 + 551 + 555 555 **Examples:** 556 556 ))) 557 557 ... ... @@ -569,6 +569,8 @@ 569 569 570 570 ((( 571 571 [[image:1653271044481-711.png]] 569 + 570 + 572 572 ))) 573 573 574 574 ((( ... ... @@ -609,11 +609,13 @@ 609 609 ))) 610 610 611 611 ((( 611 + 612 + 612 612 **Examples:** 613 613 ))) 614 614 615 615 * ((( 616 -Grab bytes: 617 +(% style="color:blue" %)**Grab bytes:** 617 617 ))) 618 618 619 619 ((( ... ... @@ -625,7 +625,7 @@ 625 625 ))) 626 626 627 627 * ((( 628 -Grab a section. 629 +(% style="color:blue" %)**Grab a section.** 629 629 ))) 630 630 631 631 ((( ... ... @@ -637,11 +637,13 @@ 637 637 ))) 638 638 639 639 * ((( 640 -Grab different sections. 641 +(% style="color:blue" %)**Grab different sections.** 641 641 ))) 642 642 643 643 ((( 644 644 [[image:1653271657255-576.png||height="305" width="730"]] 646 + 647 + 645 645 ))) 646 646 647 647 ((( ... ... @@ -769,6 +769,8 @@ 769 769 ))) 770 770 1. ((( 771 771 DATA: Valid value: max 6 bytes(US915 version here, Notice*!) for each uplink so each uplink <= 11 bytes. For the last uplink, DATA will might less than 6 bytes 775 + 776 + 772 772 ))) 773 773 774 774 [[image:1653272817147-600.png||height="437" width="717"]] ... ... @@ -892,7 +892,7 @@ 892 892 ))) 893 893 894 894 ((( 895 - **}**900 +} 896 896 897 897 898 898 ))) ... ... @@ -920,6 +920,10 @@ 920 920 921 921 * ((( 922 922 (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-BL. User can see these commands below: 928 + 929 + 930 + 931 + 923 923 ))) 924 924 925 925 === 3.5.1 Common Commands: === ... ... @@ -935,21 +935,17 @@ 935 935 936 936 RS485-BL can connect to either RS485 sensors or TTL sensor. User need to specify what type of sensor need to connect. 937 937 938 -* **AT Command** 947 +* (% style="color:#037691" %)**AT Command** 939 939 940 -(% class="box infomessage" %) 941 -((( 949 + 942 942 **AT+MOD=1** ~/~/ Set to support RS485-MODBUS type sensors. User can connect multiply RS485 , Modbus sensors to the A / B pins. 943 -))) 944 944 945 -(% class="box infomessage" %) 946 -((( 947 947 **AT+MOD=2** ~/~/ Set to support TTL Level sensors, User can connect one TTL Sensor to the TXD/RXD/GND pins. 948 -))) 949 949 950 950 951 -* **Downlink Payload** 952 952 956 +* (% style="color:#037691" %)**Downlink Payload** 957 + 953 953 **0A aa** ~-~-> same as AT+MOD=aa 954 954 955 955 ... ... @@ -962,7 +962,7 @@ 962 962 ))) 963 963 964 964 * ((( 965 -**AT Command** 970 +(% style="color:#037691" %)**AT Command** 966 966 ))) 967 967 968 968 (% class="box infomessage" %) ... ... @@ -981,7 +981,7 @@ 981 981 ))) 982 982 983 983 * ((( 984 -**Downlink Payload** 989 +(% style="color:#037691" %)**Downlink Payload** 985 985 ))) 986 986 987 987 ((( ... ... @@ -1061,16 +1061,14 @@ 1061 1061 1062 1062 This is the first byte of the uplink payload. RS485-BL can connect to different sensors. User can set the PAYVER field to tell server how to decode the current payload. 1063 1063 1064 -* **AT Command:** 1069 +* (% style="color:#037691" %)**AT Command:** 1065 1065 1066 -(% class="box infomessage" %) 1067 -((( 1068 1068 **AT+PAYVER: Set PAYVER field = 1** 1069 -))) 1070 1070 1071 1071 1072 -* **Downlink Payload:** 1073 1073 1075 +* (% style="color:#037691" %)**Downlink Payload:** 1076 + 1074 1074 **0xAE 01** ~-~-> Set PAYVER field = 0x01 1075 1075 1076 1076 **0xAE 0F** ~-~-> Set PAYVER field = 0x0F ... ... @@ -1093,36 +1093,18 @@ 1093 1093 ))) 1094 1094 1095 1095 * ((( 1096 -**AT Command:** 1099 +(% style="color:#037691" %)**AT Command:** 1097 1097 ))) 1098 1098 1099 -(% class="box infomessage" %) 1100 -((( 1101 -((( 1102 1102 **AT+COMMANDx: Configure RS485 read command to sensor.** 1103 -))) 1104 -))) 1105 1105 1106 -(% class="box infomessage" %) 1107 -((( 1108 -((( 1109 1109 **AT+DATACUTx: Configure how to handle return from RS485 devices.** 1110 -))) 1111 -))) 1112 1112 1113 -(% class="box infomessage" %) 1114 -((( 1115 -((( 1116 1116 **AT+SEARCHx: Configure search command** 1117 -))) 1118 -))) 1119 1119 1120 -((( 1121 - 1122 -))) 1123 1123 1124 1124 * ((( 1125 -**Downlink Payload:** 1110 +(% style="color:#037691" %)**Downlink Payload:** 1126 1126 ))) 1127 1127 1128 1128 ((( ... ... @@ -1214,7 +1214,7 @@ 1214 1214 ))) 1215 1215 1216 1216 ((( 1217 -**AT+MBFUN has only two value:** 1202 +(% style="color:#037691" %)**AT+MBFUN has only two value:** 1218 1218 ))) 1219 1219 1220 1220 * ((( ... ... @@ -1250,7 +1250,7 @@ 1250 1250 1251 1251 1252 1252 * ((( 1253 -**Downlink Commands:** 1238 +(% style="color:#037691" %)**Downlink Commands:** 1254 1254 ))) 1255 1255 1256 1256 ((( ... ... @@ -1275,7 +1275,7 @@ 1275 1275 ))) 1276 1276 1277 1277 * ((( 1278 -**AT Command:** 1263 +(% style="color:#037691" %)**AT Command:** 1279 1279 ))) 1280 1280 1281 1281 (% class="box infomessage" %) ... ... @@ -1298,7 +1298,7 @@ 1298 1298 ))) 1299 1299 1300 1300 * ((( 1301 -**Downlink Payload:** 1286 +(% style="color:#037691" %)**Downlink Payload:** 1302 1302 ))) 1303 1303 1304 1304 ((( ... ... @@ -1331,7 +1331,7 @@ 1331 1331 ))) 1332 1332 1333 1333 * ((( 1334 -**AT Command:** 1319 +(% style="color:#037691" %)**AT Command:** 1335 1335 ))) 1336 1336 1337 1337 (% class="box infomessage" %) ... ... @@ -1353,7 +1353,7 @@ 1353 1353 ))) 1354 1354 1355 1355 * ((( 1356 -**Downlink Payload:** 1341 +(% style="color:#037691" %)**Downlink Payload:** 1357 1357 ))) 1358 1358 1359 1359 ((( ... ... @@ -1371,7 +1371,7 @@ 1371 1371 1372 1372 Ask device to send an uplink immediately. 1373 1373 1374 -* **Downlink Payload:** 1359 +* (% style="color:#037691" %)**Downlink Payload:** 1375 1375 1376 1376 **0x08 FF**, RS485-BL will immediately send an uplink. 1377 1377 ... ... @@ -1389,7 +1389,7 @@ 1389 1389 ))) 1390 1390 1391 1391 * ((( 1392 -**AT Command:** 1377 +(% style="color:#037691" %)**AT Command:** 1393 1393 ))) 1394 1394 1395 1395 ((( ... ... @@ -1417,7 +1417,7 @@ 1417 1417 ))) 1418 1418 1419 1419 * ((( 1420 -**Downlink Payload:** 1405 +(% style="color:#037691" %)**Downlink Payload:** 1421 1421 ))) 1422 1422 1423 1423 ((( ... ... @@ -1434,7 +1434,7 @@ 1434 1434 ))) 1435 1435 1436 1436 * ((( 1437 -**AT Command:** 1422 +(% style="color:#037691" %)**AT Command:** 1438 1438 ))) 1439 1439 1440 1440 ((( ... ... @@ -1441,23 +1441,21 @@ 1441 1441 Set Baud Rate: 1442 1442 ))) 1443 1443 1444 -(% class="box infomessage" %) 1445 -((( 1446 -((( 1429 + 1447 1447 **AT+BAUDR=9600** ~/~/ Options: (1200,2400,4800,14400,19200,115200) 1448 1448 1449 1449 Set UART Parity 1450 1450 **AT+PARITY=0** ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity 1451 1451 1435 + 1452 1452 Set STOPBIT 1453 1453 1454 1454 **AT+STOPBIT=0** ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits 1455 -))) 1456 -))) 1457 1457 1458 1458 1441 + 1459 1459 * ((( 1460 -**Downlink Payload:** 1443 +(% style="color:#037691" %)**Downlink Payload:** 1461 1461 ))) 1462 1462 1463 1463 ((( ... ... @@ -1493,7 +1493,7 @@ 1493 1493 ))) 1494 1494 1495 1495 * ((( 1496 -**AT Command:** 1479 +(% style="color:#037691" %)**AT Command:** 1497 1497 ))) 1498 1498 1499 1499 ((( ... ... @@ -1513,7 +1513,7 @@ 1513 1513 ))) 1514 1514 1515 1515 * ((( 1516 -**LoRaWAN Downlink Command:** 1499 +(% style="color:#037691" %)**LoRaWAN Downlink Command:** 1517 1517 ))) 1518 1518 1519 1519 ((( ... ... @@ -1532,6 +1532,9 @@ 1532 1532 |=(% style="width: 89px;" %)**Button**|=(% style="width: 141px;" %)**Feature** 1533 1533 |(% style="width:89px" %)**RST**|(% style="width:141px" %)Reboot RS485-BL 1534 1534 1518 + 1519 + 1520 + 1535 1535 == 3.7 +3V3 Output == 1536 1536 1537 1537 (((