techlab:projekte:inhouse:lora

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
techlab:projekte:inhouse:lora [2019/07/02 17:02] – [ssh] rafaeltechlab:projekte:inhouse:lora [2019/07/02 17:02] (current) – [fan bei boot aktivieren] rafael
Line 1: Line 1:
 +====== LoRa ======
 +  * gesetzliche Richtlinie: [[https://www.bakom.admin.ch/bakom/en/homepage/frequencies-and-antennas/national-frequency-allocation-plan/harmonisierte-frequenzbereiche.html|Bakom]], 868.000-868.600 MHz: [[https://www.ofcomnet.ch/api/rir/1008/06|ofcomnet.ch (vom BAKOM verlinkt)]]
 +  * Um die Frequenz auch anderen Anwendern noch offen zu lassen, ist es angebracht, folgende Fair Access Policy zu befolgen: [[https://www.thethingsnetwork.org/forum/t/limitations-data-rate-packet-size-30-seconds-uplink-and-10-messages-downlink-per-day-fair-access-policy/1300|Fair Access Policy]]
 +==== ssh ====
 + <code> ssh ttn@192.168.1.22 </code>
 +
 +==== fan bei boot aktivieren ====
 +via skript  <code> /etc/init.d/fan_boot.sh </code> wird via crontab ausgeführt.
 +==== Gateway ====
 +=== Übersicht ===
 +Kleine Übersicht von [[https://www.thethingsnetwork.org/community/berlin/post/welche-lorawan-gateways-gibt-es-ein-marktuberblick-von-bjorn|hier]]
 +  * Fertige LoRaWAN Gateways
 +  * Für die nachstehend angeführten Gateways besteht TTN Kompatibilität (Alle Angaben ohne Gewähr):
 +    * Lorank 8
 +      * ca. 490€ inkl. Versand und Steuern
 +    * Lorank 8+
 +      * ca. 790€ inkl. Versand und Steuern
 +    * MultiTech MultiConnect Conduit mit LoRa Karte
 +      * ca. 720€
 +    * The Things Gateway
 +      * ca. 360€
 +    * Kerlink LoRa IoT Station
 +      * ca. 1500€
 +    * Lorix One
 +      * ca 500€
 +    * IMST LoRa Lite Gateway
 +      * ca. 270€ mit Antenne und Netzteil
 +    * Laird Sentrius RG1xx
 +      * ca. 224€
 +
 +  * DIY gateways
 +    * IMST IC880a
 +    * RAK831
 +
 +=== IC880A DIY ===
 +**Denke zwar es sollte möglich sein, habe jedoch nicht herausgefunden ob IC880A auch ohne LoRaWAN(nur LoRa) funktioniert?!**
 +[[http://example.com|Hier kaufen]]
 +
 +Guide von [[https://github.com/ttn-zh/ic880a-gateway/wiki|github.com/ttn-zh]]
 +
 +|iC880A-SPI concentrator board | EUR 119.- (excl. tax) | |
 +|Pigtail for antenna | EUR 6.5 (excl. tax)| |
 +|Raspberry Pi | EUR 32.- |
 +|Antenna |EUR 3.50 - EUR 8 |  |
 +|Power Supply 2.5A with micro USB |EUR 7.79 |
 +|MicroSD Card (4Gb or more) | ~ EUR 8 |
 +|Total | ~ EUR 200 |
 +
 +==== Node ====
 +RFM95W:
 +[[https://randomnerdtutorials.com/esp32-lora-rfm95-transceiver-arduino-ide/|interessanter Link]]
 +
 +
 +==== Further Installations ====
 +<code>
 +sudo apt-get install python-pip
 +</code>
 +
 +https://github.com/AmedeeBulle/ttn-fan
 +
 +==== Selbstbau Antenne für LoRa ====
 +[[techlab:projekte:loraantenna|DIY LoRa Antenne]]