- Видео 3
- Просмотров 12 795
yr-tech
Добавлен 26 фев 2023
TTN LoRa Data Downlinks aus Node-RED
Wie sende ich Downlinks zu einer TTN-Node direkt aus einem Node-RED Dashboard heraus?
Schritt-für-Schritt Anleitung.
Node-RED Funktion zum Erstellen der 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;
---------------------------------------------------------------------
Schritt-für-Schritt Anleitung.
Node-RED Funktion zum Erstellen der 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;
---------------------------------------------------------------------
Просмотров: 3 525
Видео
TTN LoRa Data Uplinks in a Node-RED Dashboard
Просмотров 7 тыс.Год назад
How can you transfer data from a TTN LoRaWAN Sensor to Node-RED via MQTT? How can you represent this data on a Node-RED Dashboard? Step-by-step tutorial. Link to my LHT65N Payload Decoder: github.com/yreiser/lht65n-ttn-decoder
Dragino LPS8v2 vs LPS8 Comparison / Local TTS Stack on the LPS8v2
Просмотров 2 тыс.Год назад
- Comparison: LPS8v2 vs LPS8 (Dragino) - Introduction to the local TTS integrated into LPS8v2
Brilliant exactly what's needed videos with a simple straight forward this is how you it, Many thanks!
Guten Morgen, danke für das Video. Wegen der Leistungsaufnahme von 1,5 Watt bei der neuen Version V2, war das mit der 4G Netz Option/Betrieb? Falls nein, wieviel Watt kommen da ungefähr noch dazu? Danke, LG Ralf
great lorawan NodeRed explanation
Perfect explanations! Thanks! And what should be done to access these items (gauge/SNR meter) from remote?
Merci !
Thank you very much. How could I watch the values in my own website?
Danke, das hat mir sehr geholfen
Thank you, very easy to follow.
Thank you! This is exactly what I needed.
hello sir i need to your help in my lorawan project
Thank you!!!
Simple explanation, what everybody needs, to the point ! Many thanks for this great tutorial!!
thanks for the video, is it possible to integrate an external Application Server?
Videos like these earn more views, perfect explanation to get it started! Thank you
HOW CAN I VIEW THE SENSOR AS AN ENTITY IN HOME ASSISTANT? TK
please explain i want to send actuation downlink to the node when i have the temperature is greater than threshold
Du machst genau das was ich versuche hinzubekommen. Vielen Dank dafür. Wäre super sich mal mehr auszutauschen. Habe Mikrotik und Dragino Gateway und bin aktuell am Modbus Integration dran.
Wieviele Nodes kann man eigendlich an so einem Gateway gleichzeitig betreiben?
Das kann man so pauschal nicht sagen. Hängt davon ab, ob die Nodes gleichzeitig senden usw. Ich denke 100-200 sind sicher kein Problem.
Hallo, danke für das Video. Kann man im internen Server auch ein zweites Gateway registrieren, anstatt wie gewohnt im öffentlichem TTN? Z.B. das 08/15 TTN Gateway was man einfach in die Steckdose steckt.?
Ja. Der interne Server ist von der Funktion her identisch mit dem TTS Community Stack. Bei deinem anderen Gateway gibst du dann einfach als TTN Server Adresse die IP Adresse des LPS8v2 an.
@@yr-tech-jb6zz Danke für die Info!