Skip to content

Releases: 8cH9azbsFifZ/hangboard

Demonstrator: 1 working exercise

08 Jul 18:38
Compare
Choose a tag to compare
Pre-release

Based on an initial MVC calculation a workout set is generated (scripts provided in evaluation). The app provides progress bars for timer, reps, sets and an indicator for the current exercise intensity based on an initial max load measurement.

  • Start frontend using make frontend
  • Start backend using python3 run_ws.py
  • Start recoding to MongoDB using python3 record.py

Bugfixes and initial workout demonstrator.

30 Jun 17:27
Compare
Choose a tag to compare

Run backend (mqtt and mongodb can be started docker-compose up - todo: assert hostnames correct for your setup) using:

  • cd backend; python3 ./run_ws.py
  • cd backend; python 3 ./record.py
    Start frontend:
  • make frontend

Flutter frontend (iOS) and MQTT backend.

24 Jun 18:37
Compare
Choose a tag to compare
  • Change MQTT server name to your localhost for example in backend/workout.py: wa = Workout(hostname="t20").
  • Starting the backend: cd backend ; docker-compose up -d ; python3 workout.py
  • Change MQTT server name to your localhost for example in flutter_hangboard/lib/widgets/mqttView.dart: host: "t20",
  • Starting the frontend: cd flutter_hangboard; flutter pub get; flutter run

Demonstrator with App and Live Load curve display

18 Jun 16:47
Compare
Choose a tag to compare

Force measurements and derived calculations (RFD, FTI, etc) are implemented in the backend, which is also transferring the live load data to the flutter frontend app to display the current load state.

Demonstrator - Force Sensor with linked Flutter Frontend

15 Jun 17:10
Compare
Choose a tag to compare

The frontend is now implemented in flutter as a stub. Measuring hangs and running a basic exercise with hang detection works :)

First Force Measurement with Test Hang

13 Jun 16:58
Compare
Choose a tag to compare
Pre-release

First measurements on a modified Zlagboard working.

Demonstrator - iOS App with integration of gyroscope sensor

04 Jun 01:21
Compare
Choose a tag to compare

The gyroscope sensor has been integrated in the Web and iOS apps now, producing sounds.

Demonstrator - Exercise Timer with Webinterface and App

28 May 00:32
Compare
Choose a tag to compare

This is a first release of a demonstrator. Most of the configuration is hard coded. Webinterface and iOS App will connect to the exercise timer backend and run a predefined session of hangboard sets.