yr-tech
yr-tech
  • Видео 3
  • Просмотров 12 795
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;
---------------------------------------------------------------------
Просмотров: 3 525

Видео

TTN LoRa Data Uplinks in a Node-RED DashboardTTN LoRa Data Uplinks in a Node-RED Dashboard
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 LPS8v2Dragino LPS8v2 vs LPS8 Comparison / Local TTS Stack on the LPS8v2
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

Комментарии

  • @BobbyLogan-t5d
    @BobbyLogan-t5d Месяц назад

    Brilliant exactly what's needed videos with a simple straight forward this is how you it, Many thanks!

  • @ralfm1157
    @ralfm1157 2 месяца назад

    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

  • @JeremyPardede
    @JeremyPardede 6 месяцев назад

    great lorawan NodeRed explanation

  • @peervincent7845
    @peervincent7845 8 месяцев назад

    Perfect explanations! Thanks! And what should be done to access these items (gauge/SNR meter) from remote?

  • @smsimard123
    @smsimard123 10 месяцев назад

    Merci !

  • @requenapolonio
    @requenapolonio 11 месяцев назад

    Thank you very much. How could I watch the values in my own website?

  • @tomlistner
    @tomlistner 11 месяцев назад

    Danke, das hat mir sehr geholfen

  • @MakerDad
    @MakerDad 11 месяцев назад

    Thank you, very easy to follow.

  • @RichieDiep
    @RichieDiep Год назад

    Thank you! This is exactly what I needed.

  • @YogeshSunda-n5n
    @YogeshSunda-n5n Год назад

    hello sir i need to your help in my lorawan project

  • @MBI_BOY
    @MBI_BOY Год назад

    Thank you!!!

  • @juergwyser6520
    @juergwyser6520 Год назад

    Simple explanation, what everybody needs, to the point ! Many thanks for this great tutorial!!

  • @sunray3379
    @sunray3379 Год назад

    thanks for the video, is it possible to integrate an external Application Server?

  • @slazy9219
    @slazy9219 Год назад

    Videos like these earn more views, perfect explanation to get it started! Thank you

  • @rgp1968
    @rgp1968 Год назад

    HOW CAN I VIEW THE SENSOR AS AN ENTITY IN HOME ASSISTANT? TK

  • @rajasekhardasari4758
    @rajasekhardasari4758 Год назад

    please explain i want to send actuation downlink to the node when i have the temperature is greater than threshold

  • @sebakiller9736
    @sebakiller9736 Год назад

    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.

  • @scorpionking8755
    @scorpionking8755 Год назад

    Wieviele Nodes kann man eigendlich an so einem Gateway gleichzeitig betreiben?

    • @yr-tech-jb6zz
      @yr-tech-jb6zz Год назад

      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.

  • @scorpionking8755
    @scorpionking8755 Год назад

    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.?

    • @yr-tech-jb6zz
      @yr-tech-jb6zz Год назад

      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.

    • @scorpionking8755
      @scorpionking8755 Год назад

      @@yr-tech-jb6zz Danke für die Info!