https://github.com/meta-ben/mypunch
2018 - MyPunch : Android IOT Project ( App Side )
https://github.com/meta-ben/mypunch
android
Last synced: 28 days ago
JSON representation
2018 - MyPunch : Android IOT Project ( App Side )
- Host: GitHub
- URL: https://github.com/meta-ben/mypunch
- Owner: Meta-Ben
- Created: 2023-07-31T14:20:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T22:52:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T23:13:05.292Z (over 1 year ago)
- Topics: android
- Language: Java
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🥊 MyPunch APP 🥊
MyPunch App is the Android app of the global MyPunch project, it allow the user to record boxing session and saw chart and datas about performance like :
- Number of punch
- Velocity of each punch
- Strength of each punch
This app is linked with a [homemade NodeJS API](https://github.com/Amealky/MyPunch-API) and an [ESP32](https://fr.wikipedia.org/wiki/ESP32#:~:text=ESP32%20est%20une%20s%C3%A9rie%20de,mode%20double%2C%20et%20un%20DSP.) placed into a boxing glove
it use [BLE](https://fr.wikipedia.org/wiki/Bluetooth_%C3%A0_basse_consommation) to communicate with the ESP32 during session recording
It also use a [MPU-6050 Accelerometer and Gyroscope Sensor](https://www.conrad.fr/fr/p/joy-it-mpu6050-capteur-d-acceleration-1-pc-s-convient-pour-kits-de-developpement-bbc-micro-bit-arduino-raspberry-p-2136256.html?utm_source=google&utm_medium=surfaces&utm_campaign=shopping-feed&utm_content=free-google-shopping-clicks&utm_term=2136256&gad_source=1&gclid=EAIaIQobChMIvJ2e1ovyhQMVNYVoCR3koQG3EAQYASABEgLj8_D_BwE) plugged into the ESP32. Then the data we read from it during session recording is used as base for all the above calculation
Made with [Android Studio 4.1](https://developer.android.com/studio/archive?hl=en)
This is an end of school year project.
