Raspberry Başlangıçta Python Script Çalıştırma
Python scriptinin Raspberry Pi başladığında çalışması için aşağıdaki satırı crontab a ekleyelim.
sudo crontab -e
@reboot sleep 10 && cd /home/pi/Documents/ && python /home/pi/Documents/iot_examples_send.py