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