netmon-multinode/Readme.md

18 lines
534 B
Markdown
Raw Normal View History

2022-04-24 04:03:23 +02:00
Setup:
2022-04-24 04:04:03 +02:00
2022-04-24 04:03:23 +02:00
Install SAMD boards in Arduino IDE
Install Arduino Low Power
Install TemperatureZero
Install libraries from MultiNode/Libraries
Upload MultiNode/MultiNode.ino
2022-04-24 04:13:23 +02:00
Execute MultiNode/Configurator.py while it is attached
2022-04-24 04:03:23 +02:00
RasPi:
2022-04-24 04:04:03 +02:00
# Install https://www.airspayce.com/mikem/bcm2835/ on Raspberry Pi (maybe not)
2022-04-24 04:03:23 +02:00
sudo apt-get install pip
pip install numpy pyLoraRFM9x pyblake2 toml
C++ programs need to be executed with sudo, or set permissions to use bcm2835 as user
Execute RasPi/RXTest.py