Project

# Title Team Members TA Documents Sponsor
44 Self Temperature and Taste Regulating Tea Cup
Anirudh Kumar
James Li
Lahiru Periyannan
Rui Gong design_document1.pdf
final_paper1.pdf
photo1.jpg
photo2.jpg
photo3.jpg
photo4.jpg
presentation1.pdf
proposal1.pdf
proposal2.pdf
video
Team Members:
- zyli2
- lahirup2
- kumar67

# Problem

Current methods to brew tea lack ways to handle different tea leaves and maintain temperature. For instance, tea is usually brewed by adding boiling water to a cup of tea leaves. This is effective for tea leaves like black tea, however, for more delicate teas like green tea, this would bring out more bitterness as it burns the green leaves. Adding boiling 100°C water is way over green tea's preferred temperature range of 70-80°C. Temperature is important in brewing tea because different tea leaves require different temperatures to effectively bring out its aromatic compounds. The ability to heat different tea leaves to its optimal temperature and maintain its warmness would provide the best possible tea drinking experience.

# Solution

We propose a cup that can heat liquid optimal to the type of tea leaf chosen and maintain the liquid to a user-specified temperature. Our system provides a precise temperature control to combat inconsistencies in conventional tea brewing methods. Our cup integrates multiple subsystems to ensure optimal flavor extraction, temperature retention, and ease of use:

1) Sensors: detects and monitor tea temperature and tea bitterness

2) Heating and stirring: maintain uniform temperature and tea taste consistency

3) Power: power source to support other subsystems like heating, sensors, etc

4) Control and communication: receives commands from mobile app and collects data from sensors and transfers to mobile app

5) Mobile app/User interface: displays temperature and tea information

6) Cup: holds liquid for drinking

# Solution Component

## Subsystem 1: Sensors

Sensors are needed for many functionalities in this project. We of course need to monitor the temperature of the liquid within the cup. Given that our project will be working with mostly water and water - based tea, Campbell Scientific’s specialized sensors for water such as TempVue 50 could be useful here. We also need a way to determine how strong a liquid, such as tea, is. This can be done through a Total Dissolved Solids sensor, such as Seeed Studio’s Grove sensor.

## Subsystem 2: Heating and Stirring

These are two features of our project which are of course very important for people who drink tea. The tea needs to be maintained at the user's desired temperature, as having to reheat it can affect the flavor. To maintain temperature, a thermoelectric Peltier Module (PM) can be used; specifically, TEC1-07103 or similar, depending on the size of cup and desired efficiency. As for stirring, we can use N20 Micro Gear Motor mounted on the top of the cup, with an appendage to stir the liquid inside.

## Subsystem 3: Power
To power the Peltier module and stirrer, while maintaining portability, the cup will need to be battery-powered. A lithium-ion battery can be used, although bench power supply can be used initially and during early stages. In order to dynamically utilize the PM, which is dependent on input voltage to set the level of heating, a DC-DC Buck-Boost converter/regulator is needed. One potential unit is TPS63070/XL63070, which has a maximum output of 9V (The PM has a maximum rated voltage of 8.5V, so this minimizes potential overvoltage issues of other converter models). A switch is also needed to cut power to the device when necessary; the TPS63070 has built-in functionality to shut off output power while connected to the input.

## Subsystem 4: Control and Communication

We can use a microcontroller such as ESP32-S3-WROOM to collect the data from the sensors and communicate it to the mobile app / user interface (Subsystem 5). It will also be able to receive information (user settings) from the mobile application and then control the other subsystems as and when needed. It should monitor temperature and TDS regularly, perhaps every thirty seconds or even more frequently. Stirring will also be controlled by this subsystem and done at a regular interval as well.

## Subsystem 5: Mobile App / User Interface

We can either have a mobile app or a web app. Either way, it will display temperature and TDS readings to the user, as well as allow them to control both those values. It should also alert the user when their tea has reached the desired strength or temperature and allow them to provide settings for stirring. This app will communicate with the microcontroller from Subsystem 4 via Bluetooth / Wi-Fi.

## Subsystem 6: Cup

In order to best conduct heat from the Peltier module to the liquid, a layer of metal, such as aluminum is necessary on the bottom of the cup. Other than that point of contact, the rest of the cup may be made from ceramic, double-walled steel, or another similarly insulating material.

# Criterion For Success

- There should be accurate temperature control, within the range of a couple of degrees Celsius of the desired temperature.

- There should be accurate measurement of the strength of the tea via the TDS sensor. We will need to correlate TDS readings to categorical strength values (e.g. ‘weak’ or ‘strong’) as most people will not read a TDS reading and know what it means in terms of strength.

- The cup needs to be washable, so all the electronics should be waterproof.

- The mobile / web application for the user should be easy to use and clearly communicate all the necessary information.

Recovery-Monitoring Knee Brace

Dong Hyun Lee, Jong Yoon Lee, Dennis Ryu

Featured Project

Problem:

Thanks to modern technology, it is easy to encounter a wide variety of wearable fitness devices such as Fitbit and Apple Watch in the market. Such devices are designed for average consumers who wish to track their lifestyle by counting steps or measuring heartbeats. However, it is rare to find a product for the actual patients who require both the real-time monitoring of a wearable device and the hard protection of a brace.

Personally, one of our teammates ruptured his front knee ACL and received reconstruction surgery a few years ago. After ACL surgery, it is common to wear a knee brace for about two to three months for protection from outside impacts, fast recovery, and restriction of movement. For a patient who is situated in rehabilitation after surgery, knee protection is an imperative recovery stage, but is often overlooked. One cannot deny that such a brace is also cumbersome to put on in the first place.

--------

Solution:

Our group aims to make a wearable device for people who require a knee brace by adding a health monitoring system onto an existing knee brace. The fundamental purpose is to protect the knee, but by adding a monitoring system we want to provide data and a platform for both doctor and patients so they can easily check the current status/progress of the injury.

---------

Audience:

1) Average person with leg problems

2) Athletes with leg injuries

3) Elderly people with discomforts

-----------

Equipment:

Temperature sensors : perhaps in the form of electrodes, they will be used to measure the temperature of the swelling of the knee, which will indicate if recovery is going smoothly.

Pressure sensors : they will be calibrated such that a certain threshold of force must be applied by the brace to the leg. A snug fit is required for the brace to fulfill its job.

EMG circuit : we plan on constructing an EMG circuit based on op-amps, resistors, and capacitors. This will be the circuit that is intended for doctors, as it will detect muscle movement.

Development board: our main board will transmit the data from each of the sensors to a mobile interface via. Bluetooth. The user will be notified when the pressure sensors are not tight enough. For our purposes, the battery on the development will suffice, and we will not need additional dry cells.

The data will be transmitted to a mobile system, where it would also remind the user to wear the brace if taken off. To make sure the brace has a secure enough fit, pressure sensors will be calibrated to determine accordingly. We want to emphasize the hardware circuits that will be supplemented onto the leg brace.

We want to emphasize on the hardware circuit portion this brace contains. We have tested the temperature and pressure resistors on a breadboard by soldering them to resistors, and confirmed they work as intended by checking with a multimeter.

Project Videos