The problem

During and after the pandemic, remote work increased in the whole world, and people started working on places that were not necessarily made for them to work on for 8 hours. Keeping good posture in the workplace is essential to maintain a healthy life, but when you work from home this can become a hard task.

The project

The project consists of implementing a system to verify if a person is seated properly while working, according to good ergonomics. The verification of the person's posture will be done through capacitive sensors on the person’s chair, additionally the arms angle and the head view angle will be monitored using a camera . The system will check the person's position periodically, and it will give tactile feedback if a bad posture is detected. The system will alert if the person has been seated for too long and suggest stretches throughout the day.

Block diagram

ProjectA-v2-Block Diagram.png

Sensors placement

ProjectA-v2-Sensors Location (1).png

Modules

  1. Embedded System

    Option 1:

    1. Sensors input
    2. Microcontroller to send information through a cloud server to the app

    Option 2:

    1. Camera input
    2. Microcontroller to send information through a cloud server to the app
  2. App

    1. Connect to sensors or cameras
    2. Receive alerts if in a wrong position for too long
    3. Receive alerts if seated for too long
    4. Suggests stretches
  3. Cloud Server

    1. Store information from microcontroller
    2. Send data to the app