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 without registration, duration hours minute second in high quality. This video was added by user yr-tech 08 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,776 once and liked it 62 people.