aed3 / PS4-esp32

Use a ps4 controller with an esp32
328 stars 103 forks source link

DS4 won't connect if my computer BT is on #14

Open Koraze opened 3 years ago

Koraze commented 3 years ago

Hi

I try your librairies examples on my ESP32 and a PS4 controller. Both seems to work great. But if only one on my computers BT is on and even if my controller is not paired with any of my computers, my controller refuses to connect to my esp32. I can't simply use my controller next to a computer with BT enabled. Do you have any solution against this ?

aed3 commented 3 years ago

One issue could be that you set the MAC address your controller is trying to connect to as the same MAC address as one of your other devices. Check to make sure your ESP32's MAC address is unique among the devices it's around. Also, as mentioned in #11, if you're not using a controller made by Sony, you may want to try some of the suggestions I mentioned there.