* Team Name: PostureGuard: Real-time Posture Monitoring and Correction System
* Team Members: Tobby Zhu, Steven Walxim
* Github Repository URL: https://github.com/ese3500/final-project-spine
* Github Pages Website URL: https://tobbychu.github.io/PostureGuard/
* Description of hardware: Atmega328PB, ESP32 Feather, MPU6050, buzzer
Don’t forget to make the GitHub pages public website! If you’ve never made a Github pages website before, you can follow this webpage (though, substitute your final project repository for the Github username one in the quickstart guide): https://docs.github.com/en/pages/quickstart
Our final solution closely follows our initial design. We connect 4 MPU 6050 IMUs to Atmega328PB using I2C protocol. The Atmega328PB calculates the roll, pitch, and yaw angles of each of the IMU, and runs a pose detection algorithm to alert the user of bad posture. The IMU readings and the posture alerts are sent to the Blynk webpage via an ESP32 Feather, which is connected with Atmega328PB via UART. We specify our SRS and HRS results below.
Processing data from multiple IMUs and convert into real-time acceleration and pitch, yaw angles, with accuracy of <2 degrees for the angles
We meet this requirement. By our measurement, all angles are within 2 degrees with respect to our iPhone IMU readings. However, the Mahony algorithm we use leads to significant drifting of the readings after 30 seconds after reset.
Reconstruct the relative position of wearer’s spine and show an understandable visual representation to user
We do not meet this requirement. Reconstruction of the spine based on angle data proved difficult. We were also unable to run Python script on Blynk.
Send software alert if certain dimension of the spine’s position is beyond a preset threshold
We meet this requirement. We tested for “Neck angle too flat”, “Hunch back”, and “Pelvic tilt”, which were accurately alerted for by our system.
A reliable and secure wireless communication protocol between the IMUs/ESP32 modules and the server hosting the webpage
We meet this requirement. We tested continuously running our system for 30 minutes and our end-to-end connection, including hard-wired pins, I2C connection, UART connection, and WiFi connection remained stable.
We are able to construct a baseline system that accurately measures the body pose of a human, which we simulated by a wooden structure, and outputs alerts when bad posture is detected. Through this process, we learned the algorithms that convert IMU raw data to usable angular data, which in turn empower endless devices in our life. We were able to digest a library designed for other AVR chips and adapt it to fit (1) our Atmega328PB chip and (2) our more complicated use case with multiple IMUs on different buses and with different addresses.
A few key obstacles we anticipated are:
The main next step for this project is incorporating a more robust algorithm for the IMU. Algorithms that accurately convert IMU raw data to raw, pitch, and yaw angles were an active area of research in the 2010s. Currently the Madgwick / Fusion algorithm is the best open source algorithm for IMUs. We expect to achieve significantly better robustness after replacing the Mahony algorithm with the Fusion algorithm.
We referenced a Mohony algorithm library by Davide Gironi. The code is mostly based on a port of the arduino mpu6050 library by Jeff Rowberg (https://github.com/jrowberg/i2cdevlib). We also benefited from the resources about Mahony complementary filter for attitude estimation (http://www.x-io.co.uk).
PostureGuard is a novel, wearable system designed to combat the prevalent issue of poor body posture, exacerbated by the modern lifestyle of prolonged sitting and screen time. Utilizing an array of IMUs placed on the user’s back, the system accurately monitors spinal orientation and movement in real-time. Data transmitted via ESP32 chips to a webpage allows for immediate visual feedback on the user’s posture. If unhealthy posture is detected, the system promptly alerts the user through a buzzer, facilitating instant correction. This project combines hardware integration and web development to offer a non-intrusive, cost-effective solution for real-time posture monitoring and correction, aiming to contribute to long-term health improvements and increased awareness about posture.
Poor body posture can lead to long-term health issues, including back pain, spinal dysfunction, joint degeneration, and reduced flexibility. With the increasing amount of time people spend sitting at desks and looking at screens, there’s a critical need for a proactive solution to monitor and correct posture in real-time. Most existing solutions are either intrusive, expensive, or fail to provide instant feedback. Our project, PostureGuard, aims to bridge this gap by offering a non-intrusive, cost-effective, and immediate feedback mechanism to encourage healthier body posture.
Our project aims to develop a lightweight, wearable system using multiple IMUs placed on a person’s back to accurately monitor their posture in real-time. This data will be transmitted via an ESP32 module to a webpage that visually represents the user’s current posture. If unhealthy posture is detected, the system will immediately alert the user through a buzzer. By the project’s conclusion, we aim to achieve:
• Real-time posture monitoring with visual feedback on a webpage
• Instantaneous alert system for posture correction
We expect to demo the following functionalities for MVP:
By the final demonstration, we aim to achieve:
Advanced Posture Monitoring: Full implementation of real-time data processing and analysis with a detailed 3D visualization of the user’s posture on the webpage. Refined Alert System: A fully integrated alert system with adjustable thresholds for posture correction, providing instantaneous feedback through the buzzer. Comprehensive Webpage Interface: A fully developed webpage interface that not only displays real-time and historical posture data but also offers user-specific recommendations for posture improvement.
The project is naturally divided into 4 phases, which we plan to complete in sequence and test each module for functionality before moving onto the next one.
• IMU Sensors: To measure orientation and acceleration, providing data on the wearer’s posture.
• ESP32 Modules: For wireless data transmission between the IMUs and the web server.
• Buzzer: For immediate feedback to the wearer when incorrect posture is detected.
• Webpage: To display real-time posture visualization and long-term posture analytics.
• Accuracy of the IMU sensors: the sensors can precisely capture 3D posture of the body as per SRS.
• User experience of webpage: the webpage or any other visual representation of body posture is intuitive to the user to understand
• Effectiveness of the feedback mechanism: the warning system against bad posture is effective for real use cases
This section is to help guide your progress over the next few weeks. Feel free to adjust and edit the table below to something that would be useful to you. Really think about what you want to accomplish by the first milestone.
Week | Task | Assigned To |
---|---|---|
Week 1: 3/24 - 3/31 | find equipments | steven |
Week 2: 4/1 - 4/7 | finish programming the first IMU | BOTH |
Week 3: 4/8 - 4/14 | assemble multiple | BOTH |
Week 4: 4/15 - 4/21 | disconnected usage (wifi) | BOTH |
Week 5: 4/22 - 4/26 | Final Product | BOTH |
Add your slides to the Final Project Proposal slide deck in the Google Drive.