Skip to content

Commit

Permalink
PCB Pro Controller (#1456)
Browse files Browse the repository at this point in the history
* Create README.md

* Add files via upload

* Add files via upload

* Add files via upload

* Done w/ uploading pro controller  to repo

* re updated

* Add files via upload

* Delete projects/PCBProController/schematic.png

* Add files via upload
  • Loading branch information
BoomBoomMushroom authored Feb 4, 2025
1 parent d201484 commit d1765cb
Show file tree
Hide file tree
Showing 10 changed files with 47,713 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/PCBProController/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "Lance Weaver"
slack_handle: "@Laney"
github_handle: "@BoomBoomMushroom"
---

# PCB Pro Controller

<!-- Describe your board in 2-3 sentences. What are you making? What will it do? -->
I made a pro controller, modeled after the Nintendo's pro controller. Connecting controllers to computers are a pain, so with this PCB and using the ESP32 you can program your controller to do anything! Write the firmware required to pair with the Nintendo switch, an xbox, or to use on your computer!

<!-- How much is it going to cost? -->
The 5 PCBs costs $8 and all of the components (for all 5 PCBs) together cost $67.40, for a total of $75.4 for five controller PCB, which is $15.08 for five controllers. This price is better than $45 Xbox controllers and $60 Switch pro controllers, and this controller is programmable and open source.

<!-- Tell us a little bit about your design process. What were some challenges? What helped? ***Totally optional*** -->
My design process was "oooh I need/want this" and then trying to figure it out or having to scrap it. The most challenging part of designing this was the figuring out how to power and program the ESP32 from a usb c port, and the traces come 2nd b/c it took a while and was like a giant puzzle. Eventually I figured out that you can drag vias onto existing traces and that via will work for that trace so that helped me move some smd parts and trace them on the backside! TL;DR A relatively cheap, open-source, and programmable controller for any needs!
Binary file added projects/PCBProController/cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/PCBProController/cart2_parts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/PCBProController/gerber.zip
Binary file not shown.
Binary file added projects/PCBProController/schematic.pdf
Binary file not shown.
29 changes: 29 additions & 0 deletions projects/PCBProController/src/bom.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Designator,Footprint,Quantity,Value,LCSC Part #
"C1, C2",CP_Radial_D5.0mm_P2.00mm,2,C - 10 µF,
"D1, D2, D3, D4",0603,4,LED - 150060GS75000,
J1,USB_C_Receptacle_G-Switch_GT-USB-7010ASV,1,USB_C_Receptacle_USB2.0_16P,
"R1, R2, R3, R4",1206,4,R - 510Ω,
"R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23, R26, R27, R28, R29, R30, R31, R5, R6, R7, R8, R9",0603,25,R - 0Ω,
"R24, R25",1206,2,R - 4.7 kΩ,
S1,4312560837X6,1,RightAngleL,
S2,4312560837X6,1,RightAngleR,
S3,4312560837X6,1,RightAnglePair,
SW1,SW_PUSH_6mm_H5mm,1,SW_PushHome,
SW10,SW_PUSH_6mm_H5mm,1,SW_PushScreenshot,
SW11,SW_PUSH_6mm_H5mm,1,SW_Push-,
SW12,SW_PUSH_6mm_H5mm,1,SW_PushLeft,
SW13,SW_PUSH_6mm_H5mm,1,SW_PushUp,
SW14,SW_PUSH_6mm_H5mm,1,SW_PushDown,
SW15,SW_PUSH_6mm_H5mm,1,SW_PushRight,
SW16,SW_PUSH_6mm_H5mm,1,SW_PushZL,
SW2,SW_PUSH_6mm_H5mm,1,SW_Push+,
SW3,SW_PUSH_6mm_H5mm,1,SW_PushY,
SW4,SW_PUSH_6mm_H5mm,1,SW_PushX,
SW5,SW_PUSH_6mm_H5mm,1,SW_PushB,
SW6,SW_PUSH_6mm_H5mm,1,SW_PushA,
SW9,SW_PUSH_6mm_H5mm,1,SW_PushZR,
U1,SOP63P599X175-20N,1,FT231XS-R,
U2,SOT-223-3_TabPin2,1,AMS1117-3.3,
U3,ESP32-WROOM-32,1,ESP32-WROOM-32,
U6,DIP-28_W7.62mm,1,MCP23017_SP,
"U7-JOYSTICKRIGHT1, U8-JOYSTICKL1",XDCR_COM-09032,2,COM-09032-Joystick,
Loading

0 comments on commit d1765cb

Please sign in to comment.