Difference between revisions of "Laundry Alert Page"
Runkunwang (talk | contribs) |
Runkunwang (talk | contribs) |
||
Line 1: | Line 1: | ||
=Project Proposal= | =Project Proposal= | ||
==Overview== | ==Overview== | ||
− | Don't you just hate it when you walk all the way down to the laundry room to find every single machine in use? Our 'Smart Home' idea will bring a solution to this problem. Our idea consists of a device that will alert, through text message, a washing machine's user that his or her laundry is done. We believe our device will cut the waiting time by a significant amount. | + | Don't you just hate it when you walk all the way down to the laundry room to find every single machine in use? Our 'Smart Home' idea will bring a solution to this problem. Our idea consists of a device that will alert, through text message, a washing machine's user that his or her laundry is done. We believe our device will cut the waiting time by a significant amount. To meet this goal, we will be creating a device using a raspberry pi 0 and a vibration sensor. First the user will scan a qr code link them to a website where they will interact and express that they have started their laundry load. The pi will use the vibration sensor to determine when the laundry machine has finished the load. When the load is finished, using Twilio API, the pi will send a text message to the user telling them that their laundry has been finished. |
− | + | <br /> | |
+ | [[Smart_home_log|Link to weekly log]] | ||
==Team Members== | ==Team Members== | ||
*Ezra Blair | *Ezra Blair | ||
Line 34: | Line 35: | ||
*[https://www.amazon.com/HiLetgo-Converter-Programmable-Amplifier-Development/dp/B01DLHKMO2/ref=pd_lpo_vtph_147_bs_t_1?_encoding=UTF8&psc=1&refRID=A48ZR2F7RWD0A3D6MXXS| 3008 Analog-TO-Digital Converter ] | *[https://www.amazon.com/HiLetgo-Converter-Programmable-Amplifier-Development/dp/B01DLHKMO2/ref=pd_lpo_vtph_147_bs_t_1?_encoding=UTF8&psc=1&refRID=A48ZR2F7RWD0A3D6MXXS| 3008 Analog-TO-Digital Converter ] | ||
*[https://www.twilio.com/sms/pricing/us Twilio API ] | *[https://www.twilio.com/sms/pricing/us Twilio API ] | ||
+ | *[https://www.adafruit.com/product/856 | A/D converter] | ||
− | |||
− | |||
− | |||
[[Category:Projects]] | [[Category:Projects]] | ||
[[Category:Spring 2018 Projects]] | [[Category:Spring 2018 Projects]] |
Revision as of 06:15, 19 February 2018
Contents
Project Proposal
Overview
Don't you just hate it when you walk all the way down to the laundry room to find every single machine in use? Our 'Smart Home' idea will bring a solution to this problem. Our idea consists of a device that will alert, through text message, a washing machine's user that his or her laundry is done. We believe our device will cut the waiting time by a significant amount. To meet this goal, we will be creating a device using a raspberry pi 0 and a vibration sensor. First the user will scan a qr code link them to a website where they will interact and express that they have started their laundry load. The pi will use the vibration sensor to determine when the laundry machine has finished the load. When the load is finished, using Twilio API, the pi will send a text message to the user telling them that their laundry has been finished.
Team Members
- Ezra Blair
- Young Wang
- Billy Gilbert Habimana Cyusa
- Ellen Dai (TA)
- Jim Feher (Instructor)
Objectives
Hardware
- Using vibration sensors to determine completion of a washing cycle
Software
- Distinguish between vibration and no motion
- Get program to successfully send sms messages
- Get program to send sms to a different specific user every time (noted by the form)
- Receiving the phone number
- Set up a web server
- Get a custom domain name
- Create a form on the site
- Use form information to send text message upon washing completion
- Link to a QR code to the site
Challenges
- Deciding Interface (Website or Self Contained Server)
- Connectivity to private networks