Sir, can you make the 6 dof ps3-controlled robotic arm car and also give me the circuit diagram and the code for the 6 dof ps3 controlled robotic arm car?
Hello, good morning, very good video, I congratulate you, I wanted to know if the PS3 controller is Bluetooth? and what version of the esp32 are you using to control the play controller, thank you
My PS3 controller does not want to connect with the esp32 via bluetooth or anything. I did everything as directed, but it does not work. The PS3 does not select any player led at all. Please help.
Sir, I love the robotic arm using ESp32. Sir, can you make a video on how to make an Arduino Uno Xbox-controlled 6-dof robotic arm car using Xbox 360 controller, and can you give me the circuit diagram and the code for the Arduino Uno Xbox-controlled 6-dof robotic arm car using the Xbox 360 controller?
Hi, my Controller master apear to be 00:00:00:00:00:00 and it does not connect to ESP32 and I can’t change the master, when I change the master, Iplug out the cable and plug in again and the master is still 00:00:00:00:00:00 even I change it to 01:02:03:04:05:06 for example and it can’t connect to esp32
Hello! incredible project. I managed to get out of the usb host shield that was stopped for 4 long weeks and in 10 minutes I connected my ps3 control to esp32 with ease! tks bro! But can I also make a rc car with esp32? besides servo, motor and leds? it has many ports but on the internet it doesn't have many projects. Thank you very much!
so, I have everything right. I want to use a big motors (550). the project is a rc car also controlled by ps3 controller. for the engine I'm using the 43A h ibt bridge. but I can't find projects like that. I'm using tbm buck to convert 3.3v to esp. the electrical part is fine. the problem is that i have no idea how to send the commands to the shield motor ... my codes are so horrible. it's a big project, I'm not able to do it myself. would you have any code hints with the ps3 controller? the cars i see on the internet are all with espcam ... nobody tried to do what i'm trying to do. I am wrong ? is it really possible to do such a project? thanks for the videos man! big hug!
great tutorial, but before starting I have one question, in My project I need to connect 1. 10 Small LED RGB White 5V (Planning to use PCA9685) 2. 2 DC motors 6v or 12v (Planning to use L298N) 3. 4 Stepper motor SG90 9gm ((Planning to use 2nd PCA9685) 4. Control over WIFI/Bluetooth, by Android app(which I can develop) /PS3Wireless 5. 1 Speaker with MicoSD mp3 audio in it (MAX98357A/SD car reader/DFR0299 - Mini MP3 Player Audio Board - Dfrobot) Can I use ESP32 for these all or do I have to buy other chips as well ?
Great video, my base servo doesn't seem to move more than 90deg ? What have i done wrong ? Def not the servo as it's fine when iv'e used in other projects.
this is way cool. so here is my plan build a steering wheel with the esp32 connected to all of its inputs, just like found in the handset, so switches, potentiometer and may be a accelerometer but then get the esp32 to connect to the playstation console via bluetooth. So i dont see much coding would be needed above your starting code, just get the serial monitor output sent out through bluetooth
Hey so this is the first esp32 program I've gotten this far with but I have a problem: As soon as the controller pairs the serial monitor goes absolutely ballistic with every button being pressed randomly and scrolling too fast to read. When I actually press buttons there's clearly some data coming through the noise but it still obviously unusable. I'm using a Sony controller borrowed from a friend to see how this works before ending up with another cool _sounding_ gadget i just can't figure out.. I've never owned a PS3 or any other console so I don't know much about these things. Maybe I put it in crazy-go-nuts mode by accident. I could use some help though.
Hi, any suggestions as to what 3rd party ps3 controller to use? I tried one but had no success getting the Mac address using the sixaxispairtool, but it works fine on authentic controllers.
hello could you help me please I would like to program 15 engines?you could send me a diagram of how to connect the arduino and joystick... I with the arduino I only activated 2 engines then I bought a shield or a pca9685 how do I program 15 engines?
libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_init_service+0x1c): undefined reference to `GAP_ConnOpen' libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_event_handle+0xc): undefined reference to `GAP_ConnGetL2CAPCid' libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_event_handle+0x10): undefined reference to `GAP_ConnBTRead' libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_send_hid+0x14): undefined reference to `GAP_ConnBTWrite' libraries\PS3_Controller_Host\ps3_gap.c.o: In function `ps3_gap_init_service': C:\Users\-----\Documents\Arduino\libraries\PS3_Controller_Host\src/ps3_gap.c:60: undefined reference to `GAP_ConnOpen' libraries\PS3_Controller_Host\ps3_gap.c.o: In function `ps3_gap_update_connected':
Hey nice vid! I bought tow generic PS3 controllers and the inputs are very imprecise, i am comparing them with an original ps3 controller with the serial monitor. On the ps3 controller if you press the shoulder button it goes from 0-255 it is very smooth control , on the generic controller you press the shoulder and it goes from 0-255 in 5% of the shoulder press, at the end is like having a button because of that problem. Do you have the same issue?
These controllers are Bluetooth. 8266 supports only WiFi natively iirc. BT and BLE available ONLY on 32. You could maybe add external BT to 8266 as long as libraries exist but I think you’d rapidly prefer starting with a 32.
Hi, nice explanation but in my case this is info appear when i try to program my control in the arduino app. Ps3Demo:1:27: fatal error: Ps3Controller.h: No such file or directory compilation terminated. exit status 1 Ps3Controller.h: No such file or directory Idk what is wrong with this, i did all the steps of tutorial.
Cara obrigado pela orientação, com seu vídeo consegui iniciar o meu projeto. Se possível faz um tutorial de como usar as manoplas analogicas na saída do esp32. Vlw segue o link do meu projeto ua-cam.com/video/2PESmtCfC7A/v-deo.html
It is not eady if th damn sixaxistool do not show the mac address getting the address start to be a bit more difficult, But Fu*k Windows, Linux just go to the terminal and bluetoothctl power on scan on ---power on your PS3 controller devices device a1:b2:c3:d4:c5:d6 gamepad SIMPLE AS THAT!!
@Anyone Can Build Robots! ,Have you experienced having the six axis pair tool display "Searching" only and not returning the Mac address of the ps3 controller? Do you have any idea what might be the cause of this?
I was searching for the same idea using esp32 and ps3 remote a week ago and now your video showed up. Its called great timing.
and here i thought i was the only one crazy about esp32!! This chip is just amazing !!
I have been looking for something like this for so long! Thanks man, im going to try it with my arduino nano 33 ble!
CONGRATULATIONS. EXCELENT JOB. I DID EXACTLY AS EXPLAINED AND FOLLOWING ALL STEPS, IT WORKS PERFECTELY. THANK YOU SO MUCH.
Sir, can you make the 6 dof ps3-controlled robotic arm car and also give me the circuit diagram and the code for the 6 dof ps3 controlled robotic arm car?
Awesome you give me a lot of ideas to work on
i love you been looking for this for days, im building craziness ,
Hello, good morning, very good video, I congratulate you, I wanted to know if the PS3 controller is Bluetooth? and what version of the esp32 are you using to control the play controller, thank you
Finally someone explained: i try to connect usb host shield don’t work. You need another bluetooth
nice tutorial, really well put together...im hoping there a part 2 of how to make the robot arm too ?
My PS3 controller does not want to connect with the esp32 via bluetooth or anything. I did everything as directed, but it does not work. The PS3 does not select any player led at all. Please help.
Sir, I love the robotic arm using ESp32. Sir, can you make a video on how to make an Arduino Uno Xbox-controlled 6-dof robotic arm car using Xbox 360 controller, and can you give me the circuit diagram and the code for the Arduino Uno Xbox-controlled 6-dof robotic arm car using the Xbox 360 controller?
Hi, my Controller master apear to be 00:00:00:00:00:00 and it does not connect to ESP32 and I can’t change the master, when I change the master, Iplug out the cable and plug in again and the master is still 00:00:00:00:00:00 even I change it to 01:02:03:04:05:06 for example and it can’t connect to esp32
Hi, how long distance, I mean, how long remote control range ?
ps3 controller when converting to LAN (local area network) does the ps3 controller get an ip address???
I have the same controller as you but on both my computers sixaxispairtool just says no device found... very frustrating...
Hello! incredible project. I managed to get out of the usb host shield that was stopped for 4 long weeks and in 10 minutes I connected my ps3 control to esp32 with ease! tks bro! But can I also make a rc car with esp32? besides servo, motor and leds? it has many ports but on the internet it doesn't have many projects. Thank you very much!
so, I have everything right. I want to use a big motors (550). the project is a rc car also controlled by ps3 controller. for the engine I'm using the 43A h ibt bridge. but I can't find projects like that. I'm using tbm buck to convert 3.3v to esp. the electrical part is fine. the problem is that i have no idea how to send the commands to the shield motor ... my codes are so horrible. it's a big project, I'm not able to do it myself. would you have any code hints with the ps3 controller? the cars i see on the internet are all with espcam ... nobody tried to do what i'm trying to do. I am wrong ? is it really possible to do such a project? thanks for the videos man! big hug!
Hi... I tried to visit the link you have shared for the project, but is not active I guess. Please share the schematics and code
great tutorial, but before starting I have one question, in My project I need to connect
1. 10 Small LED RGB White 5V (Planning to use PCA9685)
2. 2 DC motors 6v or 12v (Planning to use L298N)
3. 4 Stepper motor SG90 9gm ((Planning to use 2nd PCA9685)
4. Control over WIFI/Bluetooth, by Android app(which I can develop) /PS3Wireless
5. 1 Speaker with MicoSD mp3 audio in it (MAX98357A/SD car reader/DFR0299 - Mini MP3 Player Audio Board - Dfrobot)
Can I use ESP32 for these all or do I have to buy other chips as well ?
Great video, my base servo doesn't seem to move more than 90deg ? What have i done wrong ? Def not the servo as it's fine when iv'e used in other projects.
Ps3 wireless controller cannot connect to esp32 ~ blinking
Super pretty.
Did you ever make this PCB available? I didn't see it on your website. It's simple, but I could definitely use it for my application.
this is way cool. so here is my plan build a steering wheel with the esp32 connected to all of its inputs, just like found in the handset, so switches, potentiometer and may be a accelerometer but then get the esp32 to connect to the playstation console via bluetooth. So i dont see much coding would be needed above your starting code, just get the serial monitor output sent out through bluetooth
If the ESP32 and PS3 controller do not connect, please install ESP32 version 1.0.3 and then install your program.
for some reason mine can't recognize the Mac address.
Does something like esp32 exist for Nintendo Switch Joycons? I’m trying to make a go kart that is co trolled by joycons. Thanks!
Hey so this is the first esp32 program I've gotten this far with but I have a problem: As soon as the controller pairs the serial monitor goes absolutely ballistic with every button being pressed randomly and scrolling too fast to read. When I actually press buttons there's clearly some data coming through the noise but it still obviously unusable. I'm using a Sony controller borrowed from a friend to see how this works before ending up with another cool _sounding_ gadget i just can't figure out.. I've never owned a PS3 or any other console so I don't know much about these things. Maybe I put it in crazy-go-nuts mode by accident. I could use some help though.
Works with any PS3 controller? Congrats
I am facing one problem whenever I connect my ps3 controller to laptop for sixaxispair tool it shows no device found can anyone help me for my issue
10/10 would recommend!
Hi, any suggestions as to what 3rd party ps3 controller to use? I tried one but had no success getting the Mac address using the sixaxispairtool, but it works fine on authentic controllers.
@@AnyoneCanBuildRobots Thank you very much for your reply. I'll be purchasing one available on the ACBR shop.
Can i use esp32 30pin Module!!
How about knock off version will it work?
Can we do same with ps2 controller? I have wireless one
Very helpful
hello could you help me please I would like to program 15 engines?you could send me a diagram of how to connect the arduino and joystick... I with the arduino I only activated 2 engines then I bought a shield or a pca9685 how do I program 15 engines?
This is what I'm looking for. At lastttttt
Where do I get a copy of your code?
can you send me the code, your link website error
Does it work with xbox controller as well?
Hello! Is this bluetooth classic? Or BLE? I want to find a way to connect a BLE Controller to my ESP32...
@@AnyoneCanBuildRobots Thanks👍
where can i get the code?
I can use a xbox 360 controller?
where to get board
when i use the code, when im compliling the code, it say ERROR COMPILING FOR ESP32 or some like that, you know. Why? I cant upload the code.
libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_init_service+0x1c): undefined reference to `GAP_ConnOpen'
libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_event_handle+0xc): undefined reference to `GAP_ConnGetL2CAPCid'
libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_event_handle+0x10): undefined reference to `GAP_ConnBTRead'
libraries\PS3_Controller_Host\ps3_gap.c.o:(.literal.ps3_gap_send_hid+0x14): undefined reference to `GAP_ConnBTWrite'
libraries\PS3_Controller_Host\ps3_gap.c.o: In function `ps3_gap_init_service':
C:\Users\-----\Documents\Arduino\libraries\PS3_Controller_Host\src/ps3_gap.c:60: undefined reference to `GAP_ConnOpen'
libraries\PS3_Controller_Host\ps3_gap.c.o: In function `ps3_gap_update_connected':
@@moisesmunozsanchez8402 probably you use latest 1.05RCx version of esp32 lib, you need to use latest stable 1.04
@@LeonardoLacchini yes, that was, I installed the new version and it runs.
Not working, the ps3 Controller never stop blinking and not working
Funciona con un control PS4?
You can simply use the ps2 with the adaptor
Hey nice vid! I bought tow generic PS3 controllers and the inputs are very imprecise, i am comparing them with an original ps3 controller with the serial monitor. On the ps3 controller if you press the shoulder button it goes from 0-255 it is very smooth control , on the generic controller you press the shoulder and it goes from 0-255 in 5% of the shoulder press, at the end is like having a button because of that problem. Do you have the same issue?
Hanzhen harmonic drive gear , strain wave reducer, robot joint , over 30 years experience
Does it work with ESP8266?
These controllers are Bluetooth. 8266 supports only WiFi natively iirc. BT and BLE available ONLY on 32. You could maybe add external BT to 8266 as long as libraries exist but I think you’d rapidly prefer starting with a 32.
Hi, nice explanation but in my case this is info appear when i try to program my control in the arduino app.
Ps3Demo:1:27: fatal error: Ps3Controller.h: No such file or directory
compilation terminated.
exit status 1
Ps3Controller.h: No such file or directory
Idk what is wrong with this, i did all the steps of tutorial.
show.
Cara obrigado pela orientação, com seu vídeo consegui iniciar o meu projeto. Se possível faz um tutorial de como usar as manoplas analogicas na saída do esp32. Vlw segue o link do meu projeto ua-cam.com/video/2PESmtCfC7A/v-deo.html
It is not eady if th damn sixaxistool do not show the mac address getting the address start to be a bit more difficult, But Fu*k Windows, Linux just go to the terminal
and bluetoothctl
power on
scan on
---power on your PS3 controller
devices
device a1:b2:c3:d4:c5:d6 gamepad
SIMPLE AS THAT!!
ASMR spit swallow
@Anyone Can Build Robots! ,Have you experienced having the six axis pair tool display "Searching" only and not returning the Mac address of the ps3 controller? Do you have any idea what might be the cause of this?