Skip to content

Traning for climbing. Load cell with HX711 and real time plotting,

License

Notifications You must be signed in to change notification settings

szbeni/forcegauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Force Gauge

  • ESP32 based Force Gauge - Aiming to help rock climbing specific training (finger excercises)
  • Real time plotting via wifi Webapp/Android app

Pictures

Forcegauge with fingerboard

First prototypes

Hardware

Main parts

  • ESP32-C3 MCU
  • 3 buttons
  • OLED screen 0.96" SSD1306
  • Battery with charger
  • USB UART connection
  • HX711 ADC - Load cell

Schematic

PCB

Pictures of the PCB:

Interactive BOM

Software

Firmware

  • Arudino IDE - Some lagging issues due to limitations of arduino environment
  • Started wokring on firmware with ESP-IDF which supports multitasking
  • Added Bluetooth support to come up as a Tindeq Progressor bluetooth device (https://tindeq.com/product/progressor) (CChange Bluetooth and restart device, WIFI wont work when BT is on)
  • Added Bluetooth support to come up as a Climbro bluetooth device (https://climbro.com/) (Change Bluetooth settings and restart device, WIFI wont work when BT is on)

Flutter based app (Tested on Android)

Webapp

  • Simple webapp served from a HTTP server