21
Page
Version 1.1 June 2021
You have now completed initial assembly. Now on to testing.
Testing WeatherSense AfterShock
If you have the SwitchDoc Labs SD Card, you can proceed to Step 4.
Step 1:
Install the SDL modified version of rtl_433.
In a terminal window on your Pi at /home/pi type:
git clone
https://github.com/switchdoclabs/rtl_433.git
Then compile it on the Raspberry Pi:
cd rtl_433/
mkdir build
cd build
cmake ..
make
make install
Step 2:
Install the WeatherSense Software using these commands:
cd
git clone
https://github.com/switchdoclabs/SDL_Pi_WeatherSense.git
Step 3:
Add needed python modules to your system (a list will be provided on forum.switchdoc.com in the near
future). If you want to jump into it, run
sudo python3 WeatherSenseMonitor.py
And start adding in the missing libraries as they come up as missing imports, otherwise do at least the
following:
Installing mariadb:
https://pimylifeup.com/raspberry-pi-mysql/
sudo apt-get install python3-dev libmysqlclient-dev
Summary of Contents for WeatherSense Aftershock
Page 12: ...15 Page Version 1 1 June 2021...