There are a number of ways to get a Raspberry Pi to start an application on boot... making it good for IoT type applications...
You could use a cron job (crontab).... or edit the /etc/rc.local file
sudo nano /etc/rc.local
eg. add a line
python myscript.py
No comments:
Post a Comment