Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foohyfooh/gamecontroller
Attempt at making custom PC game controller
https://github.com/foohyfooh/gamecontroller
Last synced: 27 days ago
JSON representation
Attempt at making custom PC game controller
- Host: GitHub
- URL: https://github.com/foohyfooh/gamecontroller
- Owner: foohyfooh
- Created: 2022-05-01T01:00:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T22:21:21.000Z (about 2 years ago)
- Last Synced: 2024-10-14T20:43:34.472Z (2 months ago)
- Language: C++
- Homepage:
- Size: 32.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Game Controller
This is my attempt to make a custom PC game controller which has all of the regular buttons expected as well as has the ability to switch the positions of the face buttons between the Nintendo and Xbox conventions.
## [V1.0 - Initial Idea](V1.0)
- [Readme](V1.0/readme.md)
- [Schematic](V1.0/circuit.png)This is the first iteration of the controller design based on my limited electronics experience which uses an Arduino Nano 33 BLE.
## [V1.1 - Intial Revision](V1.1)
- [Readme](V1.1/readme.md)
- [Schematic](V1.1/schematic.png)
- [Code](V1.1/code/code.ino)This is the second iteration updated with feedback from coworkers from my inital version.
## [V1.2 - Second Revision](V1.2)
- [Readme](V1.2/readme.md)
- [Controller Schematic](V1.2/schematic-Controller.png)
- [Power Schematic](V1.2/schematic-Power.png)
- [Code](V1.2/code/code.ino)This is the third iteration where I added in a voltage regulator component.
## [V2.0 - Third Revision](V2.0)
- [Readme](V2.0/readme.md)
- [Schematic](V2.0/schematic.png)
- [Code](V2.0/code/code.ino)This is the fourth iteration which changes the microcontroller to the Arduino Micro since the joystick library I want to use doesn't support the Arduino Nano 33 BLE.