Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

LoRaWAN

291 Byte hinzugefügt, 00:32, 19. Feb. 2018
/* LoRaWAN Bibliotheken */
* [https://github.com/matthijskooijman/arduino-lmic LMIC für Arduino von Matthijs Kooijman] Am meisten beim TTN referenziert.
Beachten:
<pre>
// Enable data rate adaptation
LMIC_setAdrMode(1);
 
// Increase RX1 Windows by 1% in case of clock error on board (crystal shift)
// This clearly increase son OTAA Join request to works first time even with SF7
LMIC_setClockError(MAX_CLOCK_ERROR * 1 / 100);
</pre>
== Sonstige Bibliotheken ==
* [https://github.com/rocketscream/Low-Power Low-Power Library für Arduino]
* [https://lcd-web.nl/ttngenerator/ TTN Generator]
1.954
Bearbeitungen