myarcane / finger-strength

Home made finger strength measuring device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finger-strength

This project is still a work in progress

I've been a climber since 2015, and I've always aimed to "scientifically" measure my grip strength. With this project, I'm endeavoring to create something akin to the Lattice training digital rung. You can watch this video by Lattice Training where they test the grip strength of professional climber Stefano Ghisolfi using the digital rung.

At the moment, my software only measures maximum voluntary contraction, but I may incorporate critical force assessment in the future. Here are some pictures of my homemade version of the digital rung.

I will share more pictures about this project and especially pictures of the software. I will also share more details on how to do the setup.

Inspiration

I got inspired by the awesome work done by Phillip Bulling in Python. My setup is different tho, I use a hx711 load cell and a Raspberry pi 3. My software uses web technologies:

  • TypeScript and React for the frontend
  • Go for the backend

Hardware setup

Hardware wiring

  • The load cell red cable is connected to hx711 E+
  • The load cell black cable is connected to hx711 E-
  • The load cell green cable is connected to hx711 A-
  • The load cell white cable is connected to hx711 A+
  • The hx711 VCC is connected to Raspberry pi 3.3V pin
  • The hx711 Data (DT) is connected to Raspberry pi GPIO pin 5
  • The hx711 Clock (SCK) is connected to Rapsberry pi GPIO pin 6
  • The hx711 ground (GND) is connected to Raspberry pi GPIO ground

Main dependency

This service uses the Raspberry Pi HX711 C++ library to access the weight outputs of a hx711 loadcell.

About

Home made finger strength measuring device


Languages

Language:TypeScript 67.7%Language:Go 22.9%Language:Dockerfile 3.7%Language:CSS 1.5%Language:JavaScript 1.4%Language:C++ 1.3%Language:Shell 0.8%Language:HTML 0.7%