Back to Parent

Outcome


Problem Statement

Who hasn’t taken the first sip of their tea at night and scalded their mouth, or forgotten all about it leaving it to get cold? These are daily frustrations that affect my housemates, in particular, causing bitter moods and sore tongues. I wanted to create a solution to a simple but wide problem that many of us also face. After all, what's better than the perfect cup of tea?

Goal

Tea-time aims to solve these problems my household faces and provide a simple solution that lets my housemates know when to be drinking their tea at the perfect temperature. It will monitor when the temperature drops below a certain drinkable temperature that my housemates have agreed is bearable for them. Tea time will also calculate when the temperature drops even further from this first point to where it is distasteful to drink. A notification will be sent out to the user when these changes occur so that they do not have to test the waters themselves. 

Process

Sensors and parts used: 

Input: Button to trigger the temperature sensor. This lets the user control when to turn the circuit on. 

Output: signal connecting to IFTTT that sends a text to your phone when Particle publishes a certain event.

Sensor: Waterproof temperature sensor

Tea Time has two separate functions, ‘ready to drink’ and ‘getting cold’. A text saying ‘Your tea is now ready to drink’ is sent to your phone when the sensor reads temperatures ranging from 155 to 145F. Similarly a text saying ‘Your tea is getting cold’ is sent when the temperature drops below 120F. The particle connects to the IFTTT website that sends out the text message based on boolean events in the code. The events ‘readytodrink’ and ‘gettingcold’ can either be true or false, when these are triggered the text is then sent notifying the user of the situation. A button is pressed which powers the sensor and turns the circuit on.

The idea is to turn on the temperature sensor via the button on the circuit and place the temperature sensor in your tea. The user can then go off and do other activities until they receive a text saying that their tea is ready. 

Tea time process.thumb
Show Advanced Options
16466737 1445650338780536 1738114758 o.thumb
Show Advanced Options
16522190 1445657912113112 1915197963 o.thumb
Show Advanced Options
Screen shot 2017 02 02 at 10.39.45 am.thumb
Show Advanced Options
16466428 1445651325447104 870936597 o.thumb
Show Advanced Options
Show Advanced Options

Outcome

This project is so far just a prototype and not a finalised version. I would like to design a solid form for this object instead of dipping just a waterproof temperature sensor in a cup of tea. It would be nice if there was some design to the object and if the circuitry was smaller and not shown through. Other iterations could be added into this project for brewing the perfect cup of tea. For example, the milk to water ratio could be analysed as well as telling you when to remove the tea bag. 

Reflection

This project taught me a lot about connecting Particle to online applications and reading data through these. The “If This Then That” website taught me how easy it was to read incoming data from Particle or any other transmitting device and create alerts through other devices. Having the option to send Tweets, FB posts, texts and emails through allowed for so many options for this project as well as an easy way to create if statements.

I think I did achieve everything I wanted to do with this project in the technical terms although it is too bad that I didn't have enough time to make it a polished product. 


Code used for the temperature sensor:

http://diotlabs.daraghbyrne.me/3-working-with-sensors/DS18B20/ 

Button input code: 

http://diotlabs.daraghbyrne.me/5-getting-input/buttons/ 

IFTTT website used for the sms messaging:

https://ifttt.com/discover


Show Advanced Options
Drop files here or click to select

You can upload files of up to 20MB using this form.