Category: Raspberry Pi
-
How to run a script on startup of Raspberry Pi
In this tutorial, I want to show you, how to simply execute any file on a startup. First of all place your file, which should be executed later on an accessible folder. I put my files always on the desktop. So that means my path is something like this: /home/pi/Desktop/start.py Now let’s create in the…
-
How to setup PIR sensor with Raspberry Pi
In this tutorial, I want to share my experience with the PIR sensor in combination with the Raspberry Pi. First of all, here is a list of all items, which you need, to follow this tutorial. I have used an old Raspberry Pi 2 Model B for this experiment. But it also works with a…