AAU Bachelor project
Anders H Christoffer E Mads S Simon J
Program for the end device.
- Transmit a LoRa signal when a button is pressed.
Program for the gateway.
- Waiting for incoming LoRa signal assigned this gateway.
Program for testing self-made functions in the LoRa.cpp and LoRa.h file.
LoRa library file.
- Write new function in this file.
- Example around line 160.
Needs to be stored in /src folder
LoRa declaration file
- Declare every function(s) made in LoRa.cpp in order for them to be import with the LoRa.h file.
- Example around line 70.
Needs to be stored in /src folder