logo elektroda
logo elektroda
X
logo elektroda

PS3 Controller Host: Connection to esp32 32S works, problem with new esp32 DevKit V1

robo1973 804 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 20260920
    robo1973
    Level 15  
    Hello !!!
    The following program allows the PS3 to connect to my older esp32 32S module, However with the new esp32 module (writing on the back of DevKit V1) esp(FCC ID:2AC7Z-ESPWROOM32) the PS3 pad cannot connect
    Does any of my colleagues have any ideas?
    BT works on the module
    #include <Ps3Controller.h>
    
    void setup()
    {
    
        Serial.begin(115200);
        Ps3.begin("F0:F0:02:4C:AC:3B");
       
      
        delay(500);
        Serial.println("Ready.");
    }
    
    void loop()
    {
      if (Ps3.isConnected()){
        Serial.println("Connected!");
      }
    
      delay(3000);
    }
    
  • ADVERTISEMENT
  • #2 21006506
    robo1973
    Level 15  
    Refreshing the topic.
    The original PS 3 pad connects without a problem,
    Fakes have the problem Does any colleague have any idea how to modify the Ps3Controller.h library or the fake pad to connect to esp23?
  • #3 21296339
    Nespi
    Level 10  
    Refreshing the topic.
    Has anyone tested different controllers and can share their experience wireless controller ESP32 or NANO or UNO
ADVERTISEMENT