20190417 TTN Munich Meetup: Difference between revisions
Jump to navigation
Jump to search
(Created page with "19:00 bei MaibornWolff. Vielen Dank an Jakob für die Location. '''Stay in Contact:''' * [http://eepurl.com/gdgx49 Newsletter](alle 1-2 Monate) * [https://lists.munichmakerla...") |
(Themen von Gregor) |
||
Line 39: | Line 39: | ||
** Probleme ab dem 2. Paket? -> OTAA und 1. Paket gehen noch durch, danach kommts in Stocken. | ** Probleme ab dem 2. Paket? -> OTAA und 1. Paket gehen noch durch, danach kommts in Stocken. | ||
** Leute aus dem MuMaLab haben das angeblich schonmal ans laufen bekommen -> Severin sammelt Informationen | ** Leute aus dem MuMaLab haben das angeblich schonmal ans laufen bekommen -> Severin sammelt Informationen | ||
* Ports: Das LoRaWAN Protokoll sieht vor, dass ein Device verschiedene Daten schicken kann, und diese über Ports (vgl. z.B. mit Ports in TCP/IP) auseinander gehalten werden können. Das wird unter anderem im Paxcounter sehr stark genutzt. Leider gibt es dazu nicht wirklich viel Informationen zu online, das Konzept ansich ist allerdings auch recht einfach. | |||
** "There is a concept of "ports" (an optional 8 bit value) to handle different applications on an end-device. Port zero is reserved for LoRaWAN specific messaging, such as the join procedure." [https://tools.ietf.org/id/draft-farrell-lpwan-lora-overview-01.html#mac] | |||
** "Fport: identifies end application/service. Port 0 is reserved for MAC messages. Comparable with a TCP/UDP port number for a TCP/IP device." [http://jensd.be/755/network/lorawan-simply-explained] | |||
** "Ports are logical ports, like in the IP world. They may be used to separate applications for a provider. Use it like you want, as long as the app server is compatible with the end-device. For instance, Port 0 is reserved for MAC commands and Port 224 is reserved for Certification test." [http://semtech.force.com/lora/LC_Answers_Questions?id=90644000000PmJ6AAK] | |||
* Benachrichtigungen versenden via Telegram aus Node-Red heraus: [https://www.iotwithus.com/send-messages-using-telegram-and-node-red/ Tutorial] | |||
* Mehr Content auf unsere TTN Community Page! | * Mehr Content auf unsere TTN Community Page! | ||
[[Category:Meetup]][[Category:Minutes]] | [[Category:Meetup]][[Category:Minutes]] |
Revision as of 21:45, 23 April 2019
19:00 bei MaibornWolff. Vielen Dank an Jakob für die Location.
Stay in Contact:
- Newsletter(alle 1-2 Monate)
- Mailingliste
- Slack(Channel #lorawan)
- Meetup
Vorstellungsrunde
- Jakob - für mehr offene Netze
- Gregor - Gateway nördlich vom Chiemsee, Paxcounter mit BME280
- Stefan - Klimatechnik, hat schon 2 GWs in Muc aufbebaut, 3 noch geplant, Brandschutzklappenüberwachung, Integration in SPS, Gebäudeüberwachung
- Christoph (Penzberg) - Amateurfunker, IoT in der Landwirtschaft, mit Fokus Qualitätssicherung, Gateway bauen fürs MakerLab Murnau
- Michael - Smart Farming
- Michael - Über die Make Munich hergekommen, Funkamateur, Hausüberwachung/IoT
- Thomas - Versucht Nodes mit STM32
- Hermann - Auf der Make Munich mit mehreren Leuten über LoRaWAN gesprochen, GW im Allgäu, bei Treffen mit der Bahn über LoRaWAN gesprochen
- Jan - Arbeitet sich gerade in Nodes Programmierung ein
- Karin - Stand auf der Make Munich, LoRaWAN Academy, LoRaWAN LowCost Node -> Vortrag
- Severin
Low Cost Node
- Vortrag von Karin - Slides
- LoRaWAN Node auf Basis von ATmega4809
- ATmega4809 über UPDI, nicht mehr SPI, zu programmieren
- Arduino als Programmer: ElTangas/jtag2updi
- Direkt via Serial Port: https://github.com/mraardvark/pyupdi
- Einfach mal Platinen designen und mit rumspielen? Evtl auf Tindie o.ä.?
Sonstiges
- Günstige RFM95 Module gibts bei SOS Electronic (ab 20 Stück günstiger als DigiKey)
- Stefan hat einen interessanten kleinen Sensor mitgebracht: Elsys EMS
- Probleme mit STM32 & LMIC
- Scheint nicht so einfach zu funktionieren
- Probleme ab dem 2. Paket? -> OTAA und 1. Paket gehen noch durch, danach kommts in Stocken.
- Leute aus dem MuMaLab haben das angeblich schonmal ans laufen bekommen -> Severin sammelt Informationen
- Ports: Das LoRaWAN Protokoll sieht vor, dass ein Device verschiedene Daten schicken kann, und diese über Ports (vgl. z.B. mit Ports in TCP/IP) auseinander gehalten werden können. Das wird unter anderem im Paxcounter sehr stark genutzt. Leider gibt es dazu nicht wirklich viel Informationen zu online, das Konzept ansich ist allerdings auch recht einfach.
- "There is a concept of "ports" (an optional 8 bit value) to handle different applications on an end-device. Port zero is reserved for LoRaWAN specific messaging, such as the join procedure." [4]
- "Fport: identifies end application/service. Port 0 is reserved for MAC messages. Comparable with a TCP/UDP port number for a TCP/IP device." [5]
- "Ports are logical ports, like in the IP world. They may be used to separate applications for a provider. Use it like you want, as long as the app server is compatible with the end-device. For instance, Port 0 is reserved for MAC commands and Port 224 is reserved for Certification test." [6]
- Benachrichtigungen versenden via Telegram aus Node-Red heraus: Tutorial
- Mehr Content auf unsere TTN Community Page!