Skip to content

Walabot-Projects/Walabot-PushupCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PushupCounter - A Walabot Application

Get Ready to Sweat - Walabot Wed

A simple Walabot application that acts as your personal push-up trainer.
Choose a difficulty level, calibrate your utmost position, and start pushing!

  • The app was tested on Windows 10, compiled using Visual Studio.
  • Sound files are playing using the Windows API.

What does the Walabot Do?

  • The app uses the Walabot sensor to detect the height of a person above it.
  • The YZ plane is used to calculate the distance.

How to use

  1. Install the Walabot SDK.
  2. Build the project.
  3. Start pushing! 💪 💪

IMPORTANT NOTE: Current Walabot settings are for Walabot Developer (formerly Walabot Pro).

Editing the code

At the top of the code you can find variables that can be changed easily without dealing with the "heavy" part of the code.
All those variables should vary between different Walabot boards, operating systems, operating machines, etc.

  • double gBeginnerRep: These values determine how deep you need to go during a push-up,
  • double gMediumRep: as a percentage of your upmost position,
  • double gAdvancedRep: for it to count as a rep.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages