Search found 2 matches

by BWV999
Sat Jun 29, 2024 3:39 am
Forum: ESP32 Arduino
Topic: Bluetooth connection of PS4 controller and RemoteXY interface
Replies: 0
Views: 1026

Bluetooth connection of PS4 controller and RemoteXY interface

I am trying to combine input from a PS4 controller via bluetooth with a display on a smartphone using the RemoteXY app to an ESP32 WROOM 32UE. Both work correctly separatly, but one or the other does not connect when combined in the same sketch. The code compiles, but depending on which is called fi...
by BWV999
Fri Jun 28, 2024 4:17 pm
Forum: ESP32 Arduino
Topic: Bluetooth connection of PS4 controller and RemoteXY interface
Replies: 0
Views: 1002

Bluetooth connection of PS4 controller and RemoteXY interface

I am trying to connect a PS4 controller and display an interface on a phone using the RemoteXY library. Both function properly on separate sketches, but if i combine them, the connection to one device or the other is not possible. The order in which i call PS4.begin("C0:49:EF:E7:CD:5E"); or RemoteXY...