You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
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...
The text was updated successfully, but these errors were encountered:
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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...
The text was updated successfully, but these errors were encountered: