The goal of the smart slippers is to use IoT technology to create fall detection devices for the elderly at risk when they are at home or outside.
The backend server consists of a websocket server which will transmit data from the slippers to the frontend SPA. Data included:
This is identified by bluetooth signals triangulation to detect the exact location of the user.
The orientation of the slippers was identified using a gyroscope attached to the smart slippers.
Fall detection was identified by unsual acceleration from the accelerometer attached to the smart slippers.
Frontend:
React
Backend
Node.js
Express
Arduino C/C++
Python