not working Ps3Controller on esp32 DEVKITV1

robo1973
Posts: 1
Joined: Thu Jan 19, 2023 12:35 pm

not working Ps3Controller on esp32 DEVKITV1

Postby robo1973 » Thu Jan 19, 2023 12:41 pm

Hello
The module can't connect to ps3
On older versions of esp32 the library worked
No esp32 reports any error and can't connect to the ps3 pad

Code: Select all

#include <Ps3Controller.h>

void setup()
{
    Serial.begin(115200);
    Ps3.begin("f0:f0:02:4c:ac:3b");
    Serial.println("Ready.");

}

void loop()
{ 
  if (Ps3.isConnected()){
    Serial.println("Connected!");
  }
  delay(1000);
}

bidrohini
Posts: 202
Joined: Thu Oct 27, 2022 12:55 pm

Re: not working Ps3Controller on esp32 DEVKITV1

Postby bidrohini » Fri Jan 20, 2023 3:35 pm

You can cross-check with this video: https://www.youtube.com/watch?v=YhFfrJv0UDo
It will help you figure out if you're missing something.

bidrohini
Posts: 202
Joined: Thu Oct 27, 2022 12:55 pm

Re: not working Ps3Controller on esp32 DEVKITV1

Postby bidrohini » Fri Jan 20, 2023 3:36 pm

You can cross-check with this video: https://www.youtube.com/watch?v=YhFfrJv0UDo
It will help you figure out if you're missing something.

Who is online

Users browsing this forum: Bing [Bot] and 113 guests