TTN LoRa Data Downlinks right from Node-RED.

Published: 08 March 2023
on channel: yr-tech
3,776
62

How can I send Downlinks to a TTN-Node, right from a Node-RED Dashboard?
Step-by-step tutorial.



Node-RED Function to create the payload:
---------------------------------------------------------------------
let buff = Buffer.from(msg.payload, 'hex');
let base64data = buff.toString('base64');
msg.payload = {
"downlinks": [{
"f_port": 15,
"frm_payload": base64data,
"priority": "NORMAL"
}]
}
return msg;
---------------------------------------------------------------------


Watch video TTN LoRa Data Downlinks right from Node-RED. online, duration hours minute second in high quality that is uploaded to the channel yr-tech 08 March 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 3,776 times and liked it 62 visitors.