Seems to have Gerb files for the batman wing version but not even diagram for the raw 4 button single stick version. I'm just trying to make 6 buttons communicate with my Android phone game built in Unity, it's for a new type of board game, yes I know it sounds odd. I bought everything you had listed for the regular version. And then some extra parts to be sure I had everything covered. But I'm not sure what the schematic is for the regular version and the batman one isn't as straight forward as it seems to have two sides of pathways, capacitors and stuff for alternative power... Did you put up the schematic for the regular version up somewhere?
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.@@tharun_jadhav
Friend, where can I find the schematic for this project? I need to know where to connect the buttons, make another type of control... could you help me?
Hello friend, I need a keyboard with only 4 buttons and use it on the tablet, is this tutorial good?The video does not show which pins you use on the board to connect the buttons.
can a 3 states switch be added, to change emulation (pc, android, psx) at runtime, or this can be done only on compile time? and, is it complicated to make this battery powered?
Yes, mod switches can be added. But you have to re-adapt the source code. I think it's a good idea, if I find time I'll make this circuit and share the codes.
So, can you remap the controls for media and navigation functions? Such as volume up/down, home, back, play/pause, win, etc? I want to make my own media and navigation remote with a joystick for mouse input
@@aozzya1563 I haven't done it yet, but one of the libraries I found had basic keyboard functions, which included generic media controls. It didn't have any sort of mouse or analog support, but I'm sure it wouldn't take much learning to implement. Either way, everything I want out of an air mouse media remote has been done in some capacity, including gyro. ESP32 Is definitely the way to go, especially if you are going for a kodi remote.
hey, would love to see something like this but instead of regular joysticks i‘d love to have 2 of the 3ds circle pads for a flatter controller for traveling instead of an bulky one any way to do so?
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.
Once programmed, it becomes plug and play? I want to build one ans then gift it to someone. That person would just have to connect to bluetooth or wifi and thst would be it?
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.
Thanks for the help, works great. The only thing I could not figure out yet is how to program the D-pad. I'm reading the GitHub and all but can not get it to work. My project is still on a protoboard, I'm waiting to solve this to print a PCB and weld it. Hope someone can help me.
Hi, I've been looking for the file ESP32_BLE_Gamepad_Breadboard_Circuit.ino to do the configuration, but apparently they are no longer in the project or maybe I'm too clumsy and don't understand how to use what is already available. someone knows?
@@gameandfriendsmemory8958 Yes, I have already done it, but I can't find the configuration file, I don't know what the reason is, but I can't find it and I can't change the mode between PS, ANDROID or PC.
You can access the source code by following the shared link. The code is a single file (i.e. no other file or page for settings). You can most easily open, edit and upload the source code using an Arduino IDE code editor. When you open the code, scroll down the page, and browse through all the lines, you can see and update all the necessary definitions such as how many buttons you will use, which mode you will use, or which pin inputs are connected to the buttons.
Also, take a look at this answer: """ Did you update the "Game Mode" part in the code? There are three modes, "Android", "PlayStation" and "PC". Please choose "PC" mode or "PlayStation" mode. Also, I'm using a macOS device and the method of connecting is as follows: I selected the "PlayStation" mode in the source code, assigned one of the enabled buttons as the "PS" button, then uploaded the code into the circuit. I kept the "PS" button pressed while I made the circuit connection with the computer via Bluetooth. It connected and worked fine as a game controller while playing games. I haven't tried it on a Windows-based device, it might be easier. If you search for "connecting a game controller to a computer via Bluetooth", you can find many resources and solutions to problems. """
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it. It will show up in your downloads as a .ino file.
hello, thank you for a great project, i'm making a controller gamepad for pc follow with your turtorial, but i have some problem, that I can connect bluetooth to the gamepad but when i'm in a game, the gamepad cannot use in the game although driver is installed, and it's still connect to computer, thank you so much
Hi, thanks for your comment. Did you update the "Game Mode" part in the code? There are three modes, "Android", "PlayStation" and "PC". Please choose "PC" mode or "PlayStation" mode. Also, I'm using a macOS device and the method of connecting is as follows: I selected the "PlayStation" mode in the source code, assigned one of the enabled buttons as the "PS" button, then uploaded the code into the circuit. I kept the "PS" button pressed while I made the circuit connection with the computer via Bluetooth. It connected and worked fine as a game controller while playing games. I haven't tried it on a Windows-based device, it might be easier. If you search for "connecting a game controller to a computer via Bluetooth", you can find many resources and solutions to problems. 😇
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.
Project Files - www.pcbway.com/project/shareproject/DIY_ESP32_Bluetooth_GamePad_for_Android_PlayStation_and_PC_6757e6d6.html
Does it will vibrate?? Add the vibrating part!!
Seems to have Gerb files for the batman wing version but not even diagram for the raw 4 button single stick version.
I'm just trying to make 6 buttons communicate with my Android phone game built in Unity, it's for a new type of board game, yes I know it sounds odd.
I bought everything you had listed for the regular version. And then some extra parts to be sure I had everything covered. But I'm not sure what the schematic is for the regular version and the batman one isn't as straight forward as it seems to have two sides of pathways, capacitors and stuff for alternative power...
Did you put up the schematic for the regular version up somewhere?
The game he was playing at 0:06 was my Childhood game that I used to play in like 2019-2020
This is the video I was looking for! Thank you very much
Thanks
@@maker101ioNice project, please I need circuit diagram for this
bro where is the source code , from where should i copy it
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.@@tharun_jadhav
can you press a button and hold a joystick simultaneously?
Hey, this has been such a great video! Thanks for posting!
Tank you so much for create this project video
Thanks
can you add gyroscope support to this gamepad? it would be amazing!!!
I will do this right away! thanks
thanks
great project but... how to add vibration for this gamepad and support usb connection since esp 32 cant be like usb hid device
The button resistors are not required. The esp32 has internal pullup resistors you can set with pinmode INPUT_PULLUP
Guess what happens when you're a classic arduino user
Personally, i had difficulty using those, for some reason they never work
They don't work properly and surrounding interferences trigger them easily.
Congratulation good project🎉🎉
thanks
5:27 why are there 2 PCB layers being attached on top of each other? Thanks.
upper was for circuit and lower for better grip and to make essay to hold .
what resistor are you using sir?
Thank you for sharing your knowledge,🙏
Thanks
Friend, where can I find the schematic for this project? I need to know where to connect the buttons, make another type of control... could you help me?
where is the source plsss help
i cant find it
Thanks
thanks
Thanks for sharing
thanks
I cant find the file for the breadboard gamepad connections
Hello friend, I need a keyboard with only 4 buttons and use it on the tablet, is this tutorial good?The video does not show which pins you use on the board to connect the buttons.
can i use this device to play android java games? is it possible to make the gamepad autonomous?
Can you make video how to make wireless emg sensor with dry electrodes?
What if i want to use It without Bluetooth?
Can I ask about the delay when using bluetooth or connecting via wifi?
Hi, please help me. i want to use more d-pad button,m and r1,r2,r3, l1, l2, l3 what do i need to do?
can a 3 states switch be added, to change emulation (pc, android, psx) at runtime, or this can be done only on compile time?
and, is it complicated to make this battery powered?
Yes, mod switches can be added. But you have to re-adapt the source code. I think it's a good idea, if I find time I'll make this circuit and share the codes.
@@maker101io thanks, add battery too!
Which software is used for connect to game
possible to add a touchpad?
So, can you remap the controls for media and navigation functions? Such as volume up/down, home, back, play/pause, win, etc?
I want to make my own media and navigation remote with a joystick for mouse input
Did you ever figure that out? That's exactly what I'm trying to build
@@aozzya1563 Not sure about this library, but you can do that with BleKeyboard lib
@@aozzya1563 I haven't done it yet, but one of the libraries I found had basic keyboard functions, which included generic media controls. It didn't have any sort of mouse or analog support, but I'm sure it wouldn't take much learning to implement. Either way, everything I want out of an air mouse media remote has been done in some capacity, including gyro.
ESP32 Is definitely the way to go, especially if you are going for a kodi remote.
Hi friend, I follow the steps, but the sketch game does not open with the 15 buttons
I will make it
thanks
do you have any video of this working with a ps3 or ps4?
do you have the diagram and code for 4 button and 1 joystick version, i tryna make it simple for my gamepad project
hey, would love to see something like this but instead of regular joysticks i‘d love to have 2 of the 3ds circle pads for a flatter controller for traveling instead of an bulky one
any way to do so?
what would be the best way to make "joycon" like controllers? would you use 2 ESP32's one for each joycon?
whare can i find the source code
pls reply
Hey really cool project but where can i find scourse code and schematic for this project?
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.
Can this project done using esp d1 mini
Once programmed, it becomes plug and play? I want to build one ans then gift it to someone. That person would just have to connect to bluetooth or wifi and thst would be it?
Does it work on android tv box
Evet
Woow good job!
thanks
where is the code you are using in this video
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.
@@fultonwagner9574 Eu te amo!
i want to use more d-pad button,m and r1,r2,r3, l1, l2, l3 what do i need to do?
how did you connect it? i dont see which connectors are used
same
i replyed to a reply
Hi can i make this with 14 button and 2 joysticks total
Thanks for the help, works great. The only thing I could not figure out yet is how to program the D-pad. I'm reading the GitHub and all but can not get it to work. My project is still on a protoboard, I'm waiting to solve this to print a PCB and weld it. Hope someone can help me.
Does this work with ps5?
I can use PSP joystick for this?
Of course, All joystick has same kind connectors
Hi, I've been looking for the file ESP32_BLE_Gamepad_Breadboard_Circuit.ino to do the configuration, but apparently they are no longer in the project or maybe I'm too clumsy and don't understand how to use what is already available. someone knows?
you go to the link and go down, the link is rigth up the comment
@@gameandfriendsmemory8958 Yes, I have already done it, but I can't find the configuration file, I don't know what the reason is, but I can't find it and I can't change the mode between PS, ANDROID or PC.
You can access the source code by following the shared link. The code is a single file (i.e. no other file or page for settings). You can most easily open, edit and upload the source code using an Arduino IDE code editor. When you open the code, scroll down the page, and browse through all the lines, you can see and update all the necessary definitions such as how many buttons you will use, which mode you will use, or which pin inputs are connected to the buttons.
Also, take a look at this answer:
"""
Did you update the "Game Mode" part in the code? There are three modes, "Android", "PlayStation" and "PC". Please choose "PC" mode or "PlayStation" mode. Also, I'm using a macOS device and the method of connecting is as follows: I selected the "PlayStation" mode in the source code, assigned one of the enabled buttons as the "PS" button, then uploaded the code into the circuit. I kept the "PS" button pressed while I made the circuit connection with the computer via Bluetooth. It connected and worked fine as a game controller while playing games. I haven't tried it on a Windows-based device, it might be easier. If you search for "connecting a game controller to a computer via Bluetooth", you can find many resources and solutions to problems.
"""
@@maker101io thanks 😃
How does it work on playstation?
and how to open gamepad source code
Not only can it gaming but also double as a Batarang
abi source koda nerden bakıcaz
How to add vibration for this project?
You need a special motor
where is the source code from where should i copy and paste it in ide
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it. It will show up in your downloads as a .ino file.
💯💯💯👌👍😉
wheres the schematics ? very confused here
el pc si me lo reconoce pero los juegos no, por que podria ser eso?
Slguien tiene el codigo con botones de direccion digitales?
maybe no
hello, thank you for a great project, i'm making a controller gamepad for pc follow with your turtorial, but i have some problem, that I can connect bluetooth to the gamepad but when i'm in a game, the gamepad cannot use in the game although driver is installed, and it's still connect to computer, thank you so much
Hi, thanks for your comment. Did you update the "Game Mode" part in the code? There are three modes, "Android", "PlayStation" and "PC". Please choose "PC" mode or "PlayStation" mode. Also, I'm using a macOS device and the method of connecting is as follows: I selected the "PlayStation" mode in the source code, assigned one of the enabled buttons as the "PS" button, then uploaded the code into the circuit. I kept the "PS" button pressed while I made the circuit connection with the computer via Bluetooth. It connected and worked fine as a game controller while playing games. I haven't tried it on a Windows-based device, it might be easier. If you search for "connecting a game controller to a computer via Bluetooth", you can find many resources and solutions to problems. 😇
is this compatible with ios?
I don't think so
Soport ps3?
where is the code
The code he used is in the project files link in his pinned comment. Keep scrolling, it is after all of the steps. It says Code real big. Took me a while to find it.
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bu adam turk laa 🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷
It doesnt work
BTW it didn’t work so great on a submarine
You knew it had it coming 😂
it doesn't work
AI voice detected 🤖
dude I don't understand the circuit at all
you spend 35$+. You can find better gamepad for 10$
Node mcu is better than this
whare can i find the source code
pls reply
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
whare can i find the source code
pls reply
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
I really need it too.
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢
Bro please give me the detailed video of the breadboard connection I have no idea on this and I have a project to doo bro please help me 😢😢😢