Tenaci Hand Grip is designed to facilitate our client, who suffers from deteriorated hand grip strength, in everyday tasks involving their hands.
The system is based on a real-time system, specifically FreeRTOS for Arduino. This allows us to run concurrent tasks to:
- measure and apply post-processing to finger flex
- measure and apply post-processing to grip pressure
- calculate and control target thumb flex
The logic to determine what the target thumb flex value should be is based on Embedded Fuzzy Logic Library (eFLL), which allows us to define rules based on degrees of flex in the fingers. This target value is then processed in a PID loop to ensure the thumb movement is accurate and tuned to the client's desired sensitivity.