/LoRaWAN-Gateway

A LoRaWAN gateway designed with a Raspberry 3 B+ and a lora HAT single channel connected to an arduino module transmitting GPS locations.

Primary LanguageC++

LoRaWAN-Gateway

This repository is organised as follows:

  • end-device: Contains PlatformIO projects used in the end device. One is for testing the GPS sensor and the other is the used in the final implementation.
  • gateway: Contains code that runs in the Raspberry Pi:
    • Packet Forwarder: receives the LoRaWAN packets and sends them to ChirpStack on the local network.
    • http-integration: Receives the payload from the ChirpStack Application Server and sends the data to ThingSpeak.
  • website: Both backend and frontend of the website (live-test) using the Google Maps API.