Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylecorry31/shadow-boxer
An Arduino powered Krav Maga punch combo assistant
https://github.com/kylecorry31/shadow-boxer
arduino bluetooth boxing exercise fitness krav-maga martial-arts wearable
Last synced: 29 days ago
JSON representation
An Arduino powered Krav Maga punch combo assistant
- Host: GitHub
- URL: https://github.com/kylecorry31/shadow-boxer
- Owner: kylecorry31
- License: mit
- Created: 2020-03-18T10:31:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T15:16:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T11:42:37.643Z (3 months ago)
- Topics: arduino, bluetooth, boxing, exercise, fitness, krav-maga, martial-arts, wearable
- Language: C++
- Size: 2.29 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shadow Boxer
An Arduino powered Krav Maga punch combo assistant.I created this to continue practicing Krav Maga during the Covid-19 pandemic.
![Schematic](assets/gloves.jpg)
## Android app
To make the most of this project, install the [Shadow Boxer](https://github.com/kylecorry31/shadow-boxer-android) Android app.## Materials Used
- Arduino Nano
- HC-05 bluetooth module
- 2 x MPU-6050
- 100kΩ resistor
- 100Ω resistor
- 3.3kΩ resistor
- USB battery pack
- Boxing or MMA gloves
- Wire tube
- 22 AWG wire
- Micro USB cable
- Velcro
- PCB or breadboard (either)
- Solder## Libraries Required
- [Adafruit MPU6050](https://github.com/adafruit/Adafruit_MPU6050)## Assembly
1. Cut 9 lengths of 22 AWG wire and 2 wire tubes to extend comfortable from your lower back to your outstreched hand with a bit of slack.
2. Assemble the following circuit on a PCB or breadboard.
![Schematic](assets/schematic.png)3. Attach the MPU 6050s onto the gloves using velco. The sensor should be on top of the glove (resistor side up) with the wires extending toward the wrist as seen in the completed photo at the top of this page.
4. Upload this sketch onto the Arduino after installing the required library.
5. On an Android phone, install the [Shadow Boxer](https://github.com/kylecorry31/shadow-boxer-android) app.
6. Follow the instructions within the Android app to connect to the Shadow Boxer gloves.