Add README.md

This commit is contained in:
Terra 2022-04-24 04:03:23 +02:00
parent c30441a9f6
commit 4e4c967892
1 changed files with 15 additions and 0 deletions

15
Readme.md Normal file
View File

@ -0,0 +1,15 @@
Setup:
Install SAMD boards in Arduino IDE
Install Arduino Low Power
Install TemperatureZero
Install libraries from MultiNode/Libraries
Upload MultiNode/MultiNode.ino
RasPi:
# Install https://www.airspayce.com/mikem/bcm2835/ on Raspberry Pi
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