2020-04-07 15:23:50 -07:00
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
- python3-protobuf
|
|
|
|
- protobuf
|
|
|
|
- protobuf-c
|
|
|
|
|
|
|
|
# Python3 dependencies
|
|
|
|
- protobuf
|
|
|
|
- grpcio-tools
|
2020-04-18 23:27:19 -07:00
|
|
|
|
|
|
|
# Setup
|
|
|
|
|
|
|
|
On a clean clone one would most likely have to run
|
|
|
|
```
|
|
|
|
git submodule update --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
|
|
|
|
|