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/08 12:01] ehe |
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 6: | Line 9: | ||
- {{ :wiki:lora:3-getting_started_with_kerlink_wal-e_amazon_web_services-v1.3.pdf |Getting started with Kerlink Wal-E - Amazon Web Services (v1.3)}} | - {{ :wiki:lora:3-getting_started_with_kerlink_wal-e_amazon_web_services-v1.3.pdf |Getting started with Kerlink Wal-E - Amazon Web Services (v1.3)}} | ||
- | ===== Declare gateway to AWS ===== | + | ===== Declare gateway on AWS ===== |
To register the Gateway with AWS IoT Core for LoRaWAN, follow these steps: | To register the Gateway with AWS IoT Core for LoRaWAN, follow these steps: | ||
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> | ||