Smart Water Bottle
Smart Water Bottle
BOTTLE
ROHAN(43110130)
SUNIL(43110148)
NITHISH(43110152)
PA RV E S H ( 4 3 1 1 0 1 5 3 )
S R I RA M ( 4 3 1 1 0 1 5 6 )
N AV E E N ( 4 3 1 1 0 1 5 8 )
contents
1. Problem statement
2. Problem solution
3. Hard ware
4. Software
5. Circuit diagram
Problem Statement
In today's fast-paced world, staying hydrated is crucial for maintaining health and
energy levels, but many people struggle to consistently drink enough water
throughout the day. Current water bottle solutions are often passive and lack real-
time feedback on hydration levels, leading to overconsumption or
underconsumption of water. Additionally, individuals may forget to drink water
during busy routines, or they may not know how much water they have consumed.
The problem is that existing water bottles do not effectively track hydration habits,
provide reminders, or offer personalized insights based on individual needs,
activity levels, or environmental conditions.
1. Components Required
Hardware Components:
Software:
.
A buzzer/vibration motor or LED blinks at set intervals (e.g., every 30-60 minutes) to remind the user to
drink water.
The user can press a button/touch sensor to confirm they drank water.
The app logs water intake and allows users to adjust reminder intervals.
3.Circuit Design
Basic Connections:
DS18B20 Sensor → Connected to Arduino’s digital pin
OneWire oneWire(ONE_WIRE_BUS); }
lcd.setCursor(0, 0);
lcd.print("Temp:
. ");
lcd.print(temperature);
lcd.print("C");
digitalWrite(BUZZER, HIGH);
digitalWrite(BUZZER, LOW); }
}
5.Features & Enhancements
✅ Customizable Alerts: Adjust reminder time via an app.