www.joy
-
it.net
Pascalstr. 8 47506 Neukirchen
-
Vluyn
To run the program automatically when the Rasberry Pis is started,
carry out the following steps.
Enter the following command in the console:
sudo nano /etc/rc.local
Here you can add the script to the autostart. The following command
must be inserted before the exit 0 command.
python3 /home/pi/Skriptname.py &
If you have not saved the script in the /home/pi/ directory, you will need
to change the path accordingly.