picow_ds4 icon indicating copy to clipboard operation
picow_ds4 copied to clipboard

Basic PS4 / Dual Shock 4 controller handling on a Pico-W

Results 3 picow_ds4 issues
Sort by recently updated
recently updated
newest added

When I try to compile this code with cmake I get this error saying it cannot find avrcp_coverart_client.c Any idea why it is looking for this file? `-- Configuring done...

When trying to pair a device, I got `assertion "false" failed: file ".../pico/pico-sdk/src/rp2_common/pico_flash/flash.c", line 183, function: default_enter_ss` and the pico halted. This seems to be related to the Bluetooth stack...

Hello! I'm trying to use this repository, but when I go to do the cmake -DPICO_BOARD=pico_w -DPICO_SDK_PATH=/your/path/to/pico-sdk ../ command as in the instructions, I keep getting an error. cmake -DPICO_BOARD=pico_w...