Assistance device that monitor your posture, study's session and lots of other features
Built for Raspberry Pi 5
- Controller: Raspberry Pi 5 (8GB)
- Input: 4x Tactile Buttons (GPIO 17, 27, 22, 23)
- Communication: REST API via Python Requests
- Logic: Active Low with Internal Pull-Ups
- Enable I2C via
raspi-config. - Install dependencies:
pip install requests adafruit-circuitpython-ssd1306 Pillow - Run:
python3 main_pi.py