From 4e4c967892270dcf86ae3b93c65f4235689101cc Mon Sep 17 00:00:00 2001 From: Terra Date: Sun, 24 Apr 2022 04:03:23 +0200 Subject: [PATCH] Add README.md --- Readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..ec79cf6 --- /dev/null +++ b/Readme.md @@ -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 \ No newline at end of file