Project

# Title Team Members TA Documents Sponsor
43 LeafLink
Hannah Pushparaj
Hassan Shafi
Praveen Natarajan
Aniket Chatterjee design_document1.pdf
final_paper1.pdf
presentation1.pdf
proposal1.pdf
video1.pdf
video
LeafLink

Team Members:
Praveen Natarajan (pn17)
Hassan Shafi(hashafi2)
Hannah Pushparaj(hsp5)

PROBLEM

Plants need to be watered constantly for them to stay alive. Depending on certain scenarios, this might not always be possible for people to do (ex: going on vacation, forgetting to water, etc). We want a way to automatically water these indoor plants to make them stay alive.

SOLUTION

A standalone device that automatically senses the moisture level of the soil, and deploys a pump that supplies the plant with just the right amount of water to survive. It uses an onboard soil moisture sensor along with a water pump to supply the plant with water.
The device is designed to be reliable and easy to understand. A simple light shows what it’s doing (normal, watering, or needs attention). It also includes basic safety limits so it can’t keep running forever if something goes wrong, and it can warn the user if the water container is empty or if the device isn’t able to pump water properly. The device can store a basic history of when it watered the plant so the user can see that it’s working.
If we have time, we can add a simple companion app. The app would let the user see the current soil moisture, and it would show a log of recent watering. It would also allow the user to trigger a quick manual watering from their phone if needed (for example, after repotting or during a very hot week). The app is optional as the device should work on its own even without it.

Solution Components

Subsystem 1: Control & Processing

This subsystem serves as the central controller. An ESP32 on our custom-designed PCB reads soil moisture sensor data, executes watering logic, and controls the relay module. The PCB integrates power regulation and some basic status indication.
Components:
- ESP32
- Our Custom PCB
- 3.3 V voltage regulator
- Some LEDs and resistors


Subsystem 2: Soil Moisture Sensing
This subsystem measures soil moisture and provides an analog voltage to the ESP32 ADC pin to drive the water delivery system.
Components:
- Capacitive Soil Moisture Sensor


Subsystem 3: Water Delivery & Relay Control
This subsystem allows the ESP32 microcontroller to turn the water pump on and off by using a relay, acting as a switch between the ESP32 and higher voltage water pump. So essentially the ESP32 GPIO will drive the relay input which will switch pump power on and off.
Components:
- 6-12 V DC Water pump
- 5 V single-channel relay module
- External 5 V power supply
- Tubing and water reservoir


Subsystem 4: User Feedback & Safety
This subsystem provides basic visual feedback based on the current state of the Leaflink system and an emergency stop button
Components:
- Status LEDs (different colors for idle, watering, error).
- Red push button (emergency stop, kills power)


Subsystem 5: Wireless Monitoring
We will also have a remote monitoring feature using the ESP32’s built-in Wi-Fi. In this remote monitoring system we will display the real-time soil moisture readings (maybe even keep track of old readings over a time period), history of recent watering events, and a manual watering trigger button.
Components:
- ESP32 Wi-Fi (already part of chip)
- Simple mobile or web interface

CRITERION FOR SUCCESS

- The ESP32 on our custom PCB correctly reads soil moisture data and determines when watering is required independently (requiring no supervision)
- Ensure proper functionality of the soil moisture sensor by ensuring moisture readings are accurate (for example if we add water the moisture percentage should get higher)
- The ESP32 reliably controls the relay to turn the water pump on and off based on soil moisture thresholds.
- The water pump operates only through the relay and correctly distributes the required amount of water
- The multiple LEDs correctly indicate the current system states, including idle, watering, and error.
- Pressing the emergency stop button immediately cuts power to the water pump and halts any ongoing operation
- Remote monitoring system displays accurate real-time soil moisture data, logs watering events, and allows manual watering control.

BarPro Weightlifting Aid Device

Patrick Fejkiel, Grzegorz Gruba, Kevin Mienta

Featured Project

Patrick Fejkiel (pfejki2), Kevin Mienta (kmient2), Grzegorz Gruba (ggruba2)

Title: BarPro

Problem: Many beginner weightlifters struggle with keeping the barbell level during lifts. Even seasoned weightlifters find their barbells swaying to one side sometimes. During heavy lifts, many people also struggle with full movements after a few repetitions.

Solution Overview: BarPro is a device that straps on to a barbell and aids the lifter with keeping the barbell level, maintaining full repetitions and keeping track of reps/sets. It keeps track of the level of the barbell and notifies the lifter with a sound to correct the barbell positioning when not level. The lifter can use the device to calibrate their full movement of the repetition before adding weight so that when heavy weight is applied, the device will use data from the initial repetition to notify the lifter with a sound if they are not lifting or lowering the barbell all the way during their lift. There will be an LCD screen or LEDs showing the lifter the amount of repetitions/sets that they have completed.

Solution Components:

Subsystem #1 - Level Sensor: An accelerometer will be used to measure the level of the barbell. If an unlevel position is measured, a speaker will beep and notify the lifter.

Subsystem #2 - Full Repetition Sensor: An ultrasonic or infrared distance sensor will be used to measure the height of the barbell from the ground/body during repetitions. The sensor will first be calibrated by the lifter during a repetition with no weight, and then that calibration will be used to check if the lifter is having their barbell reach the calibrated maximum and minimum heights.

Subsystem #3 - LED/LCD Rep/Sets Indicator: LEDs or a LCD screen will be used to display the reps/sets from the data measured by the accelerometer.

Criterion for Success: Our device needs to be user friendly and easily attachable to the barbell. It needs to notify the lifter with sounds and LEDs/LCD display when their barbell is not level, when their movements are not fully complete, and the amount of reps/sets they have completed. The device needs to work smoothly, and testing/calibrating will need to be performed to determine the minimum/maximum values for level and movement positioning.