My LoRaWAN Signal Mapping MSc summer project. This is a copy of the actual repository with personal information removed.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Starbeamrainbowlabs b779d16690
Weave LMIC into the main sketch, but its now made it too big :-/
4 years ago
iot Weave LMIC into the main sketch, but its now made it too big :-/ 4 years ago
lantern-build-engine@617fcdb5b9 Create initial report template 4 years ago
server Bugfix the container 4 years ago
.gitignore Fix seriously nasty linking errors 4 years ago
.gitmodules Add old lmic library 4 years ago
.tern-project Start creating the database structure, but it's unfinished. 4 years ago
Initial Report Spec.pdf Add initial report spec 4 years ago
LICENSE Initial commit 4 years ago
README.md Weave LMIC into the main sketch, but its now made it too big :-/ 4 years ago
Signal Mapping Architecture.drawio Add participant information sheet & consent form to ethical form phase 2 4 years ago
build Create risk analysis table 4 years ago
compile_flags.txt Start weaving the libraries together, but there's quite a ways to go..... 4 years ago
settings.toml Get dependency injection (basically) working. Hooray! 4 years ago

README.md

Msc-Summer-Project

My Msc Summer Project

Hardware Used

Getting Started

Run bash ./build setup from the command line at the root of this repository.

IoT Device

  • Copy settings.custom.cpp.example to settings.custom.cpp and fill in the fields there
  • Review settings.h to make sure it matches your setup
  • Edit iot/libraries/arduino-lmic/src/lmic/config.h, and add the following to the bottom:
#define DISABLE_PING
#define DISABLE_BEACONS
  • Copy the folders in iot/libraries to your Arduino IDE libraries folder