This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:lora:aws [2022/12/15 11:10] ehe [Declare gateway to AWS] |
wiki:lora:aws [2022/12/15 11:20] (current) ehe |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== AWS IoT Core for LoRaWAN - Kerlink documentation ====== | ====== AWS IoT Core for LoRaWAN - Kerlink documentation ====== | ||
+ | |||
+ | <note important>For gateways configured with version 4.4.1 for AWS, it's necessary to install [[https://wikikerlink.fr/wirnet-productline/doku.php?id=wiki:firmware:lastversion#download|Liveburner IPK 5.X]] and [[https://wikikerlink.fr/wirnet-productline/doku.php?id=wiki:lora:bspf_ressources#download|Basic Station Packet Forwarder]]</note> | ||
+ | |||
The following guides will walk you through the connection and the usage of Kerlink Gateways and sensor to AWS IoT Core for LoRaWAN. | The following guides will walk you through the connection and the usage of Kerlink Gateways and sensor to AWS IoT Core for LoRaWAN. | ||
Line 27: | Line 30: | ||
- | ===== Configure gateway to AWS ===== | + | ===== Install & configure gateway for AWS ===== |
+ | |||
+ | 1. Install [[https://wikikerlink.fr/wirnet-productline/doku.php?id=wiki:firmware:lastversion#download|Liveburner IPK 5.X]] and [[https://wikikerlink.fr/wirnet-productline/doku.php?id=wiki:lora:bspf_ressources#download|Basic Station Packet Forwarder]] | ||
- | 1. Basic Station only recognize certificates and keys with specific names, so you need to rename the files as follow: | + | 2. Basic Station only recognize certificates and keys with specific names, so you need to rename the files as follow: |
* Rename the *.cert.pem file as cups.crt | * Rename the *.cert.pem file as cups.crt | ||
* Rename the *.private.key file as cups.key | * Rename the *.private.key file as cups.key | ||
- | 2. Upload the files in /user/basic_station/etc directory on the gateway | + | 3. Upload the files in /user/basic_station/etc directory on the gateway |
- | 3. Activate Basic Station Packet Forwarder: | + | 4. Activate Basic Station Packet Forwarder: |
<code>klk_bs_config --enable --cups-uri "https://XXX.cups.lorawan.eu-west-1.amazonaws.com"</code> | <code>klk_bs_config --enable --cups-uri "https://XXX.cups.lorawan.eu-west-1.amazonaws.com"</code> | ||