Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.09 KB

Scheduler Documentation

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.

Hardware Dependencies

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.

Software Dependencies

Configuration

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 and auth_token, and Twilio phone number

Updated on July 7, 2017 by Karan Varindani.