To automatically start script at boot, we need to add it to crontab.
crontab -e
add the following line to the end of crontab
@reboot python /path/to/script/read.py
After reboot, script will start and listen to new cards
A project log for Kids School Control
Notifies parents when their kid came to school via SMS
To automatically start script at boot, we need to add it to crontab.
crontab -e
add the following line to the end of crontab
@reboot python /path/to/script/read.py
After reboot, script will start and listen to new cards
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.