Table of Contents:
Dragino LoRa/LoRaWAN gateway support MQTT forwarding. It can forward the sensor data from LoRa network to MQTT server , and vice verse.
This MQTT forward instruction is for below devices:
The MQTT Client Utility used in Dragino is mosquitto_pub and mosquitto_sub. User can add more options to the mqtt commands.
Check out this link for more mosquito-related directives https://mosquitto.org/man/mosquitto_pub-1.html
This section is an example to show how to set up LG01-N to communicate with a MQTT server. The MQTT server is a simple utility set up in a local PC. Note: User can set up same server via this instruction.
The MQTT.fx is a MQTT client tool. We can use this to simulate a MQTT connection to our MQTT broker first to make sure the MQTT broker works. This will also help us understand how it works.
In this test, the MQTT broker and MQTT.fx are installed in the same PC, so the MQTT server address in MQTT.fx should be localhost. Below shows how to connect to the server.
Connect to MQTT Broker
After connected, use publish to public some thing to MQTT server. This to simulate upsteam
Upstream: Publish message to MQTT Broker
To simulate a downstream, use MQTT.fx to subscribe a topic, and publish something to this topic. as Below:
Downstream: Subscribe a topic to get downstream
In above section, we have configured the UI to support MQTT upstream and downstream. We can simulate via Linux command. In this section, we will guide how to communicate with remote LoRa End Node for upstream and downstream.
We can use LoRa Shield to send LoRa Raw data to Gateway and receive data from gateway.
The example Sketch for LoRa Shield +Arduino is here: LoRa_Shield_Sketch_For_MQTT
And this link is the required library: arduino-LoRa-master. Unzip this library and put in Arduino library location.
What does the Arduino Sketch do? The Arduino Sketch will:
LoRa Parameter should match
Below is the test result after the Arduino Sketch is running.
Upstream Data Flow
Downstream Data Flow
Since firmware LG02_LG08--build-v5.3.1585192026-20200326-1109, Dragino LoRaWAN gateways support the communication to LoRaWAN ABP end node locally without the need of LoRaWAN server. This feature allow us to integrate MQTT in the gateway to support LoRaWAN to MQTT forwarding or visa verse.
When use test this feature, please use the version higher then : LG02_LG08--build-v5.4.1593400722-20200629-1120, in this version, the upload format is changed and readable, which is easier for integration.
Video Instruction: https://youtu.be/qJTY441-t90
Step 1: Refer Communicate with ABP End Node to know how to set up LG308 to work with LoRaWAN End node.
Step 2: Make sure your Radio settings match the End Node settings.
Use Same Frequency Band as End Node
Step 3: Set up publish format and MQTT channel. The LG308 will store the Data from End node in HEX format in the file.
Step 4: Map the Device Address to Remote ID in MQTT server.
Step 5: Upstream: Save the change, we can see the log info via "sytem log", End Node and MQTT Server
Choose ASCII Format
LHT65 Decoder
Step 6: Set up subscribe: Subscribe a topci for downstream.
Step 7: Downstream: Save the change, we can see the log info via "sytem log", End Node and MQTT Server.
mosquitto_pub -h $server_address -p $server_port -t $Client_ID -m "dev_addr,imme/time,txt/hex,payload"
mosquitto_pub -h $server_address -p $server_port -t $Client_ID -m "dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow"
Notice: The text use for Downstream must meet the requirement from LG308 Downstream Payload
Or use MQTT.fx
Step 1: Refer Register Node to Chirpstack and Register Gateway to Chirpstackto know How do register node devices and gateways to the built-in chirpstack server
Step 2: Make sure your node data is normal on the built-in server
Click "Event" on the node device interface on chirpstack, and then click "+up" to view the detailed data information of the node device
Step 3: Set up MQTT Forworder.
Step 4: Check result
Users can check the data through the MQTT server, or use the MQtt.fx tool.
If a user still not have trouble making it works. please send a mail to support@dragino.com with the below info: