Hello everyone,
a question regarding the new PANS2 firmware came up and after digging through the documentation I still didn’t have an answer. So I’m trying it here.
Is there an api call to send data to a specific node from the bridge node? Currently the only way to send data seems to be through the Gateway Web Interface.
Similarily you can publish using mosquitto_pub or other MQTT client so the data would be forwarded to the module. E.g.:
echo ‘{“data”:“ASNFZ4mrze8=”,“overwrite”:false}’ | mosquitto_pub -h localhost -p 1883 -t ‘dwm/node/11cb/downlink/data’ -l
thank you all for the great help. Something like MQTT is perfect for the task and I’m happy one does not have to go too lowlevel to send some data around.
Is there any way to send non-location data between nodes aside from via MQTT? I have multiple different devices in the field which I want to use the DWM1001C on and am trying to use the distance between 2 nodes, one of which needs to be a tag, to trigger an RF transmission. Each of these different device types has different behavior for starting an RF transmission, as well as different channel limitations so I was hoping to be able to send something like the device label as a unique identifier to say what type of device it is and to undergo a process to translate it into a channel number within these limitations.