2022-08-10 05:12 AM
Hi All,
I am trying to connect my p-Nucleo-wb55 board to a joystick using Bluetooth.
the joystick I am working on is DualShock 4, and I have obtained its address from my PC.
So is it possible to make a connection with the MCU with just the Bluetooth address?
What Example would you recommend to use to build my project? I think it would be P2P_SERVER/CLIENT.
Thanks in advance
Mahmoud.
2022-08-10 06:34 AM
As this joystick should interface to your PC in a way a mouse or a keyboard would do, I would recommend to have a look at the BLE_Hid (human Interface device) project under
STM32Cube_FW_WB_VX.Y.Z\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_Hid