pablomarquez76 / PS4_Controller_Host

Allows ESP32 to communicate with PS4 controller (can be used to control robots and other devices)
GNU General Public License v3.0
29 stars 4 forks source link

Unable to connect #5

Closed Kelterborn closed 7 months ago

Kelterborn commented 7 months ago

Hello, I have problem to connect original PS4 controller to my ESP32 board. instaled the boards and your library, opened examples and picked "PS4ReceiveData". I modified line 5 to "PS4.begin("3c:61:05:0c:e2:be");" compiled and try to connect. Controller blinked few times with pale blue collor and did not connect. For test I measure voltage on connected battery and write on LCD. That works.

May I ask for your help? Thanks you

Arduino IDE 2.3.2 last version of your library esp32 boards (2.0.11) by Esppressif Systems (ESP32 Dev Module) ESP32 TTGO T-Display board

Kelterborn commented 7 months ago

Previously I used same esp32 module with other PS4 controller with different MAC. So after few hours of trying I find out, that in Arduino IDE "Erase All Flash" is set to false. So I changed it to enable and it works like a charm.