PS4-esp32 icon indicating copy to clipboard operation
PS4-esp32 copied to clipboard

fail to compile the example code on esp32-c3

Open ljhtxdyma opened this issue 4 years ago • 1 comments

Hi, I have already upgrade the board file to latest version and choose esp32-c3 module as the target board, as well as a latest library. However, it also shows error when I tried to compile the example code of this library. I also fail to compile the example code of the bluetooth library(SerialtoSerialBT). I suspect if the arduino library does not support the esp32-c3 since it uses low energy bluetooth(BLE) instead of classic bluetooth...

ljhtxdyma avatar Oct 24 '21 13:10 ljhtxdyma

As I understand it, the dualshock 4 uses bluetooth classic only, not BLE. Since the esp32-c3 doesn't support bluetooth classic, you won't be able to use it with this library/for this purpose

0bs3n avatar Jan 15 '23 19:01 0bs3n