LoRa Workshop: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Update Inhaltsverzeichnis) |
|||
Zeile 17: | Zeile 17: | ||
== Inhalt == | == Inhalt == | ||
* LoRa | |||
** Allgemeines: Ziel, Frequenzband, Reichweite, Energieverbrauch | |||
** PHY layer: Chirps, Symbole, Spreading Faktoren, Modulation und Demodulation (siehe: [https://revspace.nl/DecodingLora Decoding Lora]) | |||
** Praktischer Teil I: Rumspielen mit LoRa-Modulen (plain LoRa) in MicroPython (siehe: [https://github.com/lemariva/uPyLora uPyLora]) | |||
( | * LoRaWAN | ||
** Unterschied zu LoRa | |||
** Netzwerk-Topologie: Gateways, Knoten, The Things Network | |||
** TTN Europa Frequency Plan | |||
** Nachrichtenformat: Device Addresses, Keys, etc. | |||
** Rechtliches: Fair Use Policy | |||
** Praktischer Teil II: Daten mit MicroPython in die Cloud senden (siehe: [https://github.com/mallagant/uLoRaWAN uLoRaWAN]) | |||
== Referenzen == | == Referenzen == | ||
*[https://www.hackerspace-ffm.de/wiki/index.php?title=LoRaWAN LoRa Workshop hackerspace-ffm] | *[https://www.hackerspace-ffm.de/wiki/index.php?title=LoRaWAN LoRa Workshop hackerspace-ffm] |
Version vom 19. November 2019, 09:09 Uhr
Idee
Ein Workshop über die LoRa bzw. LoRaWAN. Erklärung der Funktionsweise, Anwendungsbeispiele und IoT mit TheThingsNetwork.
Verantwortliche(r)
- Simon
Datum
- Montag, 2. Dezember 2019
Material
- Ein paar ESP32 mit LoRa Modul (z.B.: diese)
- Draht für Antenne
- event. bessere Antenne
- SDR
Inhalt
- LoRa
- Allgemeines: Ziel, Frequenzband, Reichweite, Energieverbrauch
- PHY layer: Chirps, Symbole, Spreading Faktoren, Modulation und Demodulation (siehe: Decoding Lora)
- Praktischer Teil I: Rumspielen mit LoRa-Modulen (plain LoRa) in MicroPython (siehe: uPyLora)
- LoRaWAN
- Unterschied zu LoRa
- Netzwerk-Topologie: Gateways, Knoten, The Things Network
- TTN Europa Frequency Plan
- Nachrichtenformat: Device Addresses, Keys, etc.
- Rechtliches: Fair Use Policy
- Praktischer Teil II: Daten mit MicroPython in die Cloud senden (siehe: uLoRaWAN)