Closed nyxses closed 3 years ago
Looks like you've used the "raw.ino" example, which is rough hack to do bare LoRa (no LoRaWAN) communication from node to node (which is enabled by LMIC.noRXIQinversion = true;
) rather than gateway-to-node. If you have a proper LoRaWAN gateway, you should use one of the other examples instead. Also, I recommend you look at other LMIC ports that are still maintained, I cannot really provide support for this version (see the README).
Hi All,
I am using Dragino LG308 (LORAWAN Gateway). We are trying to transmit data from MQTT broker to Gateway to our LMIC node which is continuously trying to reading the LORA downlink.
Below is the code used for MQTT publish to gateway. Gateway is subscribing to inc/dragino-1da720/
publish.single("inc/dragino-1da720/", "26041E45,imme,text,11,30,3,SF10,866550000", hostname="test.mosquitto.org")
The above code works fine when trying to get the downlink to a Class C device (Dragino LHT65, temp and humidity sensor)
Below is the code running in Arduino:
Below is the Output at Serial monitor connected to Arduino (LMIC), but its not receiving any data as downlink:
Request you to please help with the downlink