Project

# Title Team Members TA Documents Sponsor
95 Chair-Mounted Anti-Sedentary Detection System with Enforced Movement Clearing
Chris Huang
Jack Gaw
Melissa Wang
Gayatri Chandran design_document1.pdf
proposal1.pdf
# Team Members:
- Chris Huang (zexih2)
- Melissa Wang (wang569)
- Jack Gaw (jgaw3)

# Problem

Students and office workers often spend long periods sitting at their desks, which can negatively affect physical health, focus, and productivity. Many existing reminder systems, such as phone notifications or simple alarms, are easy to ignore or turn off without actually getting up. As a result, these systems do not effectively reduce prolonged sitting. There is a need for a system that not only detects extended sitting, but also encourages users to physically get up and move in a simple and practical way.

# Solution

We propose a chair-mounted system that monitors how long a user has been sitting and triggers an alarm after a configurable time threshold. A pressure-based sensor detects whether the user is seated and tracks continuous sitting time. When the sitting time exceeds the threshold, an alarm is activated and cannot be dismissed while the user is still seated.

After the user stands up, the system switches to a movement detection mode. All sensors are mounted directly on the chair, and no wearable devices are required. Movement near the chair is detected using vibration and inertial sensors mounted on the chair frame or legs. The alarm is cleared only after the system detects enough movement consistent with short-distance walking. The system is implemented using a simple state-machine-based embedded design and is divided into multiple subsystems, including seat detection, movement detection, user feedback, and a main controller.

# Solution Components

## Subsystem 1: Seat Occupancy Detection

This subsystem determines whether a user is sitting on the chair and measures how long the user remains seated. The signal is filtered to reduce noise and prevent false transitions.

Components:
- Force-sensitive resistor (FSR-402) mounted under the seat cushion, or
- Load cell sensors mounted under the chair supports
- HX711 load cell amplifier (for load cell configuration)
- Basic signal conditioning resistors

## Subsystem 2: Chair-Mounted Movement Detection

This subsystem checks whether the user has stood up and moved around near the chair. Sensors are mounted on the chair structure to detect vibrations and motion caused by footsteps. This approach is chosen for simplicity and ease of use, even though it is less precise than wearable step counters.

Components:
- Piezo vibration sensors mounted on chair legs or base
- Optional MPU-6050 IMU mounted on the chair frame
- Analog and I2C connections to the controller

## Subsystem 3: Alarm and User Interface

This subsystem provides feedback to the user and allows basic interaction with the system.

Components:
- Active piezo buzzer
- LEDs for status indication
- Push buttons for configuration and reset
- Optional small OLED display

## Subsystem 4: Main Controller and Power

The main controller coordinates all subsystems, runs the state machine, and controls alarm behavior. All electronics are mounted on the chair and powered locally.

Components:
- ESP32 microcontroller
- USB 5V power supply or rechargeable battery
- Wiring and mounting hardware

# Criterion For Success

1. The system correctly detects whether the user is seated or not during repeated sit and stand actions.
2. The alarm activates within a few seconds of the configured sitting-time threshold.
3. The alarm cannot be permanently turned off while the user remains seated.
4. After standing up, the alarm is cleared only after sufficient movement near the chair is detected.
5. Simple actions such as tapping or shaking the chair while seated do not clear the alarm.
6. The system can successfully complete multiple full cycles of sitting, alarm triggering, movement detection, and reset without failure.

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