Zeile 350: |
Zeile 350: |
| | | |
| ==== The Things Network ==== | | ==== The Things Network ==== |
| + | ===== Allgemein ===== |
| The [https://www.thethingsnetwork.org/ Things Network] <small>zur Karte mit der Abdeckung auf der Homepage herunterscrollen</small> | | The [https://www.thethingsnetwork.org/ Things Network] <small>zur Karte mit der Abdeckung auf der Homepage herunterscrollen</small> |
| * [https://www.youtube.com/watch?v=tapK6EINx1k&feature=youtu.be Youtube zu The Things Node] mit Arduino Sketch | | * [https://www.youtube.com/watch?v=tapK6EINx1k&feature=youtu.be Youtube zu The Things Node] mit Arduino Sketch |
| * [https://www.meetup.com/de-DE/thethingsnetwork-munich/ The Things Network Munich Group] | | * [https://www.meetup.com/de-DE/thethingsnetwork-munich/ The Things Network Munich Group] |
| * [https://www.thethingsnetwork.org/docs/devices/uno/ The Things Uno] ([http://de.farnell.com/the-things-network/ttn-un-868/the-things-uno-eu/dp/2675815?ost=TTN+UN+868&DM_PersistentCookieCreated=true 47 €]) basiert auf Arduino Leonardo | | * [https://www.thethingsnetwork.org/docs/devices/uno/ The Things Uno] ([http://de.farnell.com/the-things-network/ttn-un-868/the-things-uno-eu/dp/2675815?ost=TTN+UN+868&DM_PersistentCookieCreated=true 47 €]) basiert auf Arduino Leonardo |
| + | |
| + | ===== The Things Node ===== |
| + | Der ThingsNode hat einen AtMega32U4-Microcontroller und (jedenfalls in der ersten Version) ein RN2483-LoraWAN-Modul. |
| + | |
| * The Things Node - LoraWAN, Batterie, Lichtsensor, Temperatursensor ([http://de.farnell.com/the-things-network/ttn-nd-868/the-things-node-eu/dp/2675817?ost=TTN+ND+868 54 €]) | | * The Things Node - LoraWAN, Batterie, Lichtsensor, Temperatursensor ([http://de.farnell.com/the-things-network/ttn-nd-868/the-things-node-eu/dp/2675817?ost=TTN+ND+868 54 €]) |
| ** [https://www.thethingsnetwork.org/docs/devices/node/quick-start.html Anleitung für The Things Node] | | ** [https://www.thethingsnetwork.org/docs/devices/node/quick-start.html Anleitung für The Things Node] |
| ** Bei der Nutzung mit Linux Mint kann der ModemManager im Wege sein (<small>Error: can't open device "/dev/ttyACM0": Device or resource busy</small>). Den sollte man dann deinstallieren, wenn man ihn nicht braucht: | | ** Bei der Nutzung mit Linux Mint kann der ModemManager im Wege sein (<small>Error: can't open device "/dev/ttyACM0": Device or resource busy</small>). Den sollte man dann deinstallieren, wenn man ihn nicht braucht: |
| sudo aptitude remove modemmanager | | sudo aptitude remove modemmanager |
| + | ** [https://www.microchip.com/forums/m1032862.aspx Möglicherweise gibt es Probleme mit no_free_ch, die durch ein Firmware-Update behoben werden können] |
| + | *** Siehe dazu auch [https://www.thethingsnetwork.org/docs/lorawan/duty-cycle.html Duty Cycle-Beschreibung] |
| ** [https://www.thethingsnetwork.org/forum/t/howto-update-rn2483-firmware-on-the-things-node/11777 Update der LoraWan-Firmware] | | ** [https://www.thethingsnetwork.org/forum/t/howto-update-rn2483-firmware-on-the-things-node/11777 Update der LoraWan-Firmware] |
| *** [https://sighmon.com/says/upgrading-the-things-uno-rn2903-firmware/ Möglicherweise läuft die offizielle Firmware-Update-Software auch unter Linux] | | *** [https://sighmon.com/says/upgrading-the-things-uno-rn2903-firmware/ Möglicherweise läuft die offizielle Firmware-Update-Software auch unter Linux] |
| *** [https://www.microchip.com/wwwproducts/en/RN2483 LoraWan-Firmware Download] | | *** [https://www.microchip.com/wwwproducts/en/RN2483 LoraWan-Firmware Download] |
| + | * [https://www.element14.com/community/docs/DOC-83471/l/the-things-network element14] - Bezugsquelle für The Things Node |
| + | |
| + | ===== Weitere The Things Network - Geräte ===== |
| * [https://wireless-solutions.de/products/radiomodules/ic880a.html IC880a] LoraWAN -Concentrator ([https://www.soselectronic.de/products/imst/ic880a-spi-234084?gclid=EAIaIQobChMI2Z_PlO-r3AIVwkAbCh0XjgzoEAAYASAAEgIrwvD_BwE 147 €]) | | * [https://wireless-solutions.de/products/radiomodules/ic880a.html IC880a] LoraWAN -Concentrator ([https://www.soselectronic.de/products/imst/ic880a-spi-234084?gclid=EAIaIQobChMI2Z_PlO-r3AIVwkAbCh0XjgzoEAAYASAAEgIrwvD_BwE 147 €]) |
| ** [https://github.com/ttn-zh/ic880a-gateway/wiki Anleitung für Lora-Gateway auf Basis von ic880a] | | ** [https://github.com/ttn-zh/ic880a-gateway/wiki Anleitung für Lora-Gateway auf Basis von ic880a] |
− | * [https://www.element14.com/community/docs/DOC-83471/l/the-things-network element14] - Bezugsquelle für The Things Node
| |
| | | |
| ==== LoRaWan - Weiterführendes ==== | | ==== LoRaWan - Weiterführendes ==== |