https://github.com/marc-schieferdecker/arduino-shot-counter
Arduino gun mountable shot counter
https://github.com/marc-schieferdecker/arduino-shot-counter
arduino counter guns gyroscope mpu6050 shot
Last synced: 7 months ago
JSON representation
Arduino gun mountable shot counter
- Host: GitHub
- URL: https://github.com/marc-schieferdecker/arduino-shot-counter
- Owner: marc-schieferdecker
- License: mit
- Created: 2020-04-24T04:29:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T05:29:32.000Z (over 5 years ago)
- Last Synced: 2025-01-28T14:52:56.477Z (8 months ago)
- Topics: arduino, counter, guns, gyroscope, mpu6050, shot
- Language: C++
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Shot Counter
## Overview
**An Arduino gun mountable shot counter**
Hardware components used:
* Arduino Board Nano ATMega328
* Joy-it SBC-OLED01
* Joy-it MPU6050
* Joy-it KY004TM## Wireing
Arduino
* Attach a power source to VIN (+) and GND (-)
* (or use usb power for testing)SBC-OLED01
* GND -> Arduino GND
* VCC -> Arduino 5V
* SCL -> Arduino A4
* SDA -> Arduino A5MPU6050
* GND and AD0 -> Arduino GND
* VCC -> Arduino 5V
* SDA -> Arduino A5
* SCL -> Arduino A4KY004TM
* Pin "-" -> Arduino GND
* Middle pin -> Arduino 5V
* Pin "S" -> Arduino D10## Visual Studio Code settings
VSCODE C++ Clang_format_fallback Style
`{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}`