RaspberryPi

Some practise and fun for my Raspberry PI 4 Model b. Each script runs idependant.

To download any script use: wget https://github.com/SvenHerr/RaspberryPi/blob/master/hereTheScriptYouWant.py

motionSensor.py

turn on a LED if motion is detected Download: wget https://github.com/SvenHerr/RaspberryPi/blob/master/motionSensor.py

turnLowAllPins.py

Script to turn all GPIO Pins off (set pins to low)
Download: wget https://github.com/SvenHerr/RaspberryPi/blob/master/turnLowAllPins.py
to run it use: sudo python3 turnLowAllPins.py

GetPinOutput.py

Script to see which GPIO Pins are on or off
Download: wget https://github.com/SvenHerr/RaspberryPi/blob/master/GetPinOutput.py
to run it use: sudo python3 GetPinOutput.py

CallWebservice.py

Example of how to call an webservice with python
Download: wget https://github.com/SvenHerr/RaspberryPi/blob/master/CallWebservice.py
to run it use: sudo python3 CallWebservice.py

CheckTemp.py

Shows Temperatur
Download: wget https://github.com/SvenHerr/RaspberryPi/blob/master/CheckTemp.py
to run it use: sudo python3 CheckTemp.py