Go to file
matt de7f1c0295 fix serial driver 2020-05-15 12:13:42 -07:00
external add libraries 2020-04-06 19:05:00 -07:00
gateway@cf51b0da69 add out of bounds and comments 2020-05-13 06:37:12 +01:00
libraries fix serial driver 2020-05-15 12:13:42 -07:00
.clang send coordinates over lorawan 2020-04-19 04:07:23 +01:00
.ctags send coordinates over lorawan 2020-04-19 04:07:23 +01:00
.gitignore new build system, does not use arduino ide 2020-04-06 19:08:50 -07:00
.gitmodules change version of lmic 2020-05-14 03:07:38 +01:00
Makefile optimized 2020-05-15 05:30:37 -07:00
README.md update gitsubmodule command in readme 2020-04-28 22:47:55 +01:00
collar.cpp correctly run gps job 2020-05-15 13:43:49 +01:00
generatetags.sh current working changes 2020-04-07 15:23:50 -07:00
nothing.hex current working changes 2020-04-07 15:23:50 -07:00
prototest.cpp optimized 2020-05-15 05:30:37 -07:00

README.md

Dependencies

  • python3-protobuf
  • protobuf
  • protobuf-c

Python3 dependencies

  • protobuf
  • grpcio-tools

Setup

On a clean clone one would most likely have to run

git submodule update --init --recursive 

Makefile Stuff

The most helpful makefile recipies are start, stop, and run

  • start flashes the arduino and starts system services for lorawan

  • stop flashes a dummy program to the arduino and stops services for lorawan

  • run flashes the arduino and connects to uart using screen