PS4-esp32
PS4-esp32 copied to clipboard
Use a ps4 controller with an esp32
I know that there are many issues with 3rd party remotes not working with this library but I was wandering if anyone would be able to confirm which brand /...
Hello, I would like to send a command for example button X from ESP, is that possible, if its not what should I change ?
Just curious, how can I disconnect the PS4 controller without shutting it down?
I used my laptop to find the ps4 controller's mac address and run the demo with that. But even though it prints ready, it doesn't seem to be connecting while...
hello, I don't have PS4, and was looking for a gamepad that was compatible with ESP32 for DIY project. So I bought fake PS4 gamepad to use them with this...
When the PS4 Controller cannot connect to/find the ESP32, it just blinks and eventually turns off. But if it connects, it blinks white, then glows white and then glows PS4...
There was a bug where the button_up events were setting the button down event variables. This is a small change to fix that and also only trigger an event if...
Hi, thanks for porting original ps3 version to ps4. Just checked out you repo but faced issues compiling, complaining about something like: ```bash error: too many arguments to function 'esp_bt_gap_set_scan_mode'...
updated ps4_int.h and ps4_spp.c to work with recent ESP-IDF updates. fixes bugs: #27, #30, #32, #33
As discussed in issue #27