A quick and dirty Raspberry Pi project that displays someone's initial (informing them it's their day to do the dishes). When a button is pressed, it loops to the next person in the array, sends them a text message to remind them to do the dishes, and updates the display.
This project was built to be deployed on a Raspberry Pi, using the Sense HAT. You could probably modify it to use a different display/button.
- Sense HAT —
sudo apt-get install sense-hat
- Twilio Python Helper Library —
pip install twilio
and update the credentials inscheduler.py
.
Look through the comments for the following placeholders you'll need to update:
- Array of names, initials, phone numbers (and colours, if you want)
- Twilio
account_sid
andauth_token
, and Twilio phone number
Updated on July 7, 2017 by Karan Varindani.