aed3 / PS4-esp32

Use a ps4 controller with an esp32
328 stars 103 forks source link

fail to compile the example code on esp32-c3 #32

Open ljhtxdyma opened 2 years ago

ljhtxdyma commented 2 years ago

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...

0bs3n commented 1 year ago

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