LoRaWAN with LoPy and KPN + Loggly
-
In the Netherlands, telecomprovider KPN offers nationwide coverage for an IoT network using LoRaWAN. Connecting a LoPy to this (commercial) network (instead of The Things Network) is easy, just create a free test account, change a few values in the config.py, and you're good to go.
Getting the data sent via KPN to your local system was somewhat of a bigger challenge. Although if you use the scripts provided in this write-up it should be easy enough.They are in Python, I use them on Windows 10, but they should work on the other platforms also.
-
Great Pierre, thank you.
I've added the MySQL support, see the pull request.