Page 1
USR-DR154 User Manual LoRaWAN End Node User Manual USR-DR206 V2.0 Be Honest & Do Best Your Trustworthy Smart Industrial IoT Partner .pusr.com...
USR-DR154 User Manual 1. Introduction USR-DR206 is a new generation of LoRaWAN end node based on the SX126x chip from Semtech. It converts RS485 data to standard LoRaWAN wireless network, simplifying IoT installations and reducing installation/maintenance costs. This product adheres to industrial standards, supports a wide temperature and voltage range, and has undergone multiple rigorous environmental tests.
USR-DR154 User Manual of the wireless connection. 1.2. Specification Specifications of USR-DR206 are as follows: Items Description Processor 32-bit, FM33LG043 Power Supply DC: 8-24V, 2-pin terminal blocks, reverse polarity protection, surge protection Sending data: 45mA@12V, Working Current Receiving data: 11mA @12V...
ON: Get connected with LoRaWAN gateway and the signal is very good. OFF: Not connected with LoRaWAN gateway. Flashing(1s): the signal is good. Flashing(3s): the signal is weak. Flashing when sending data. Flashing when receiving data. 1.4. Dimensions Unit: mm .pusr.com - 5 -...
The advantage of LoRaWAN is that it can cover a wide geographical area, while supporting the connection of a large number of devices, low power consumption, high capacity, low cost, flexibility and scalability, no carrier charges, etc., for smart cities, industrial automation, environmental monitoring, smart agriculture and other scenarios is very ideal choice. .pusr.com - 6 -...
End devices in a LoRaWAN network come in three classes: Class A, Class B and Class C. While end devices can always send uplinks at will, the device’s class determines when it can receive downlinks. The class also determines a device’s energy efficiency. The more energy efficient a device, the longer the battery life. .pusr.com - 7 -...
End devices in Class C mode are used when extremely low power consumption is not an issue and latency needs to be minimized. The server-side application determines that it is managing class C devices during the join procedure. Note: USR-DR206 supports class C mode only for now. 3. Parameters introduction 3.1. Config utility Serial Config: Select serial parameters to communicate with the the LoRaWAN end node.
USB 升级? Select Product: Select model, protocol, and language in this page. 3.2. Basic parameters of serial port Serial parameters of USR-DR206 must be consistent with the serial device. Serial port parameters include basic parameters and framing parameters. Item Parameter...
B2E6B3230C4E153 device and the Network Server (NS) is encrypted, thereby safeguarding the confidentiality and integrity of the data. DevEUI The device address used for ABP joining uniquely A5EE80B732FFF73 .pusr.com - 10 -...
Noise Ratio SNR), and notifies the devices to adjust via downlink messages. It is recommended to enable this process. Receive windows Rx1/Rx2: for Class C device,it has 2 receive windows:Rx1 and Rx2. It opens a short receive window (Rx1) and, if no downlink is received during that period, it opens a second .pusr.com - 11 -...
Page 12
Data Rate Range: DR0-DR5 If the gateway's radio frequency end is set to a bandwidth of 125kHz and SF7, corresponding to DR5, it is recommended to set the nodes to a lower setting, opting for DR4. .pusr.com - 12 -...
Page 13
SF10BW125 to SF7BW125 916.8 927.8 DR0 to DR3 SF10BW125 to SF7BW125 927.8 Down link channel Channel Number Frequency (MHz) Bandwidth (kHz) Data Rates (DR) Spreading Factors (SF) Center Frequency (MHz) 923.3 DR8 to DR13 SF12BW500 to SF7BW500 923.3 .pusr.com - 13 -...
This reduces network load and improves communication efficiency, but if there is packet loss, it may not be detected. LBT: Listen Before Talk can reduce data conflicts in the air and improve the success rate of wireless data transmission. .pusr.com - 14 -...
Data flag: only available in COMFIRM mode, when server sends ACK message to the end device, it always send SNR and RSSI information, and the USR-DR206 send the SNR and RSSI to serial device via serial port. Frame Count Check: used to ensure the security and integrity of data transmission. The frame counter is applied in both main directions of the LoRaWAN protocol—uplink (device to gateway) and downlink...
USR-LG280 can connect to the third private server. It support MQTT, HTTP, HTTPS, BACnet/IP protocol. 4.2.1. Add application in the gateway In this doc, add application in MQTT protocol. Then re-edit the application, and add the basic MQTT settings. .pusr.com - 16 -...
Page 17
Whether to enable the user credential Username Should be consistent with that of the server Password Should be consistent with that of the server Whether to enable the TLS Mode CA signed: Need to upload the CA certificate .pusr.com - 17 -...
USR-DR154 User Manual Self signed: need to upload the relevant certificate Topic of Uplink The publish topic of MQTT. The topic can be customized. Example: /PUSR/uplink/test /PUSR/uplink/test/123 Topic of Downlink The subscribe topic of MQTT. The last level must be /$deveui Example:...
Page 19
USR-DR154 User Manual The device is activated. 4.2.3. ABP activation 4.2.3.1. Add Profiles End nodes access to the network of gateway in ABP mode, users can set the parameters in the following picture. .pusr.com - 19 -...
Page 20
USR-DR154 User Manual 4.2.3.2. Add device 4.3. Communication test 4.3.1.1. Send data from serial to MQTT Send ASCII data “123” from serial device to MQTT side, and the MQTT software receive the following data. The .pusr.com - 20 -...
Page 21
Parsing the content in the following format: "applicationID":"1", "applicationName":"MQTT", "data":"Nzg5", //The data in Base 64 format "devEUI":"a5ee80b732fff736", "deviceName":"USR-DR206", "fCnt":3, // the frame counter "fPort":10, //Application port "rxInfo": // "altitude":0, // The altitude of the gateway "latitude":0, // The latitude of the gateway "loRaSNR":13.8, // Value of SNR...
Page 22
4.3.1.2. Send data from MQTT to serial When send data from MQTT to end node, the publish topic should be like: /PUSR/test/123/A5EE80B732FFF736, the /PUSR/test/123 is kept with the configured downlink data topic on LG280, /A5EE80B732FFF736 is the device EUI of the USR-DR206.
Page 23
USR-DR154 User Manual 5. Firmware Upgrading LoRaWAN setup tool downloading: 插入下载链接 USR-DR206/216 supports firmware upgrading via RS485 serial port. There are 2 methods to enter firmware upgrading mode: 1. Send AT+boot=usrwr,0 to enter firmware upgrading mode, the start to upgrade .pusr.com...
USR-DR154 User Manual 2. Press reload button, and then power on USR-DR206 device, then click the “Start Upgrade” button to upgrade. 6. AT commands AT command is used for controlling modem, for USR devices in transparent mode normally, you must enter AT command mode at first, then you can send AT commands to configure or query the parameter settings.
The AT command does not end with a return Invalid command format line feed ERR-2 AT+VER1 Invalid command ERR-3 Invalid operator ERR-4 The Parameters are not invalid ERR-5 Operation not allowed 6.3. Format of AT command Type AT command format Description Example .pusr.com - 25 -...
Page 27
AT+Z<CR><LF> <CR><LF>OK<CR><LF> Parameter: None When this command is executed correctly, the LoRa data transmission terminal restarts. 6.5.4. AT+CFGTF Function: copy the currentconfiguration parameters to the user default factory configuration; Format: set AT+CFGTF<CR><LF> <CR><LF>+CFGTF:SAVED<CR><LF>OK<CR><LF> .pusr.com - 27 -...
Page 28
Format: inquire AT+REGION<CR><LF> <CR><LF>+REGION:<para><CR><LF>OK<CR><LF> Parameters: <para>:CN470、EU868、AU915 6.5.8. AT+LBT Function: Set/query signal interference detection function Format: Inquiry: AT+LBT<CR><LF> <CR><LF>+LBT:<para><CR><LF>OK<CR><LF> Settings: AT+LBT=<para><CR><LF> <CR><LF>OK<CR><LF> Parameters: <para>:ON/OFF 6.5.9. AT+RFTO Function: Set/query no data restart time .pusr.com - 28 -...
Page 35
6.5.27. AT+POWER Function: Set/Query Configuration Window 1 Transmit Power Level Format: Inquiry: AT+POWER<CR><LF> <CR><LF>+POWER:<enlist>,<power>,<max>,<min><CR><LF>OK<CR><LF> Settings: AT+POWER=<enlist>,<power>,<max>,<min><CR><LF> <CR><LF>OK<CR><LF> Parameters: <enlist>: Custom wattmeter enable OFF: uses standard protocol power with a maximum power of 17dBm .pusr.com - 35 -...
Page 36
<power7>: Minimum power in power meter,[range 15~2] Note: power0~7>: power0 ~ 7 decreases gradually The number of configuration instructions can only be 1 or 8. 6.5.29. AT+ADRCFG Function: Set/query ADRs parameters of adaptive rate Format: Inquiry: .pusr.com - 36 -...
Page 38
At least 1 channel can be set, e.g. AT+CHMASK= 0, 0 means enabling channel 0 [CH0] where para1 para2, para2-para1 =7 6.5.34. AT+DWELL Function: Settings/Query Window 1 Link Stay Switch Format: Inquiry: AT+DWELL<CR><LF> <CR><LF><datarate_limit>,<updwell>,<downdwell><CR><LF>OK<CR><LF> Settings: AT+DWELL=<datarate_limit>,<updwell>,<downdwell><CR><LF> .pusr.com - 38 -...
Page 39
7. Q&A 7.1. LoRaWAN protocol supported by DR206 device LoRaWAN 1.0.3 is currently supported. 7.2. DR206 equipment can support frequency bands and corresponding regions product model support suitable area remark band USR-DR206- 470- China CN470 510MNz USR-DR206- 915- Australia, US915,...
Page 40
The antenna is placed inside the metal shell or in the basement, and the signal will be attenuated, which will cause the signal to be close. When there are too many straight line communication obstacles, the communication distance will be attenuated. .pusr.com - 40 -...
8. Contact Us Jinan USR IOT Technology Limited Address : Floor 12 and 13, CEIBS Alumni Industrial Building, No. 3 Road of Maolingshan, Lixia District, Jinan, Shandong, China Official website: https://www.pusr.com Official shop: https://shop.usriot.com Technical support: http://h.usriot.com/ Email : sales@usriot.com...
Page 42
USR IoT and/or its affiliates do not make any commitment to update the information contained in this document. 10. Update history Version Update content Date V1.0.0 first edition 2024-09-02 .pusr.com - 42 -...
Page 43
USR-DR154 User Manual Official Website: www.pusr.com shop.usriot.com Official Shop: Technical Support: h.usriot.com Inquiry Email: inquiry@usriot.com Skype & WhatsApp: +86 13405313834 关注有人微信公众号 登录商城 Product Catalog Facebook Youtube Click to view more: & & .pusr.com...
Need help?
Do you have a question about the USR-DR206 and is the answer not in the manual?
Questions and answers