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.
 
 
 
Terra b85ea6585d
Add keys and message ID checking
11 months ago
MultiNode Add keys and message ID checking 11 months ago
MultiNode-Tester Add sleep 11 months ago
MultiNodeTest init 11 months ago
RasPi Add keys and message ID checking 11 months ago
.gitignore more init 11 months ago
.style.yapf Add time sync 11 months ago
Data Format.svg init 11 months ago
Readme.md webserver 11 months ago
TODO Add keys and message ID checking 11 months ago
notes.txt init 11 months ago
protocol.txt init 11 months ago

Readme.md

Setup:

Install SAMD boards in Arduino IDE
Install Arduino Low Power
Install TemperatureZero
Install libraries from MultiNode/Libraries
Upload MultiNode/MultiNode.ino
Execute MultiNode/Configurator.py while it is attached

RasPi:

# Install https://www.airspayce.com/mikem/bcm2835/ on Raspberry Pi (maybe not)
sudo apt-get install pip nginx
pip install numpy pyLoraRFM9x pyblake2 toml flask waitress (?)
In /etc/nginx/sites-enabled: sudo ln -s ~/multinode/RasPi

C++ programs need to be executed with sudo, or set permissions to use bcm2835 as user

Execute RasPi/RXTest.py

Reconfiguring a node:

Attach it via USB
Press the reset button (left of USB connector)
It will not enter sleep until it is unplugged