Wiimote Bluetooth HID connection to UBW32

Hi, I’m just a beginner using microcontrollers and I’ve been advised to choose the UBW32 for this project.

I want to use the UBW32 with a usb bluetooth module (I’ll need to create the driver for it) to read data from the wiimote via the Bluetooth HID protocol.

I would appreciate any help on which bluetooth module to use, how to use it (driver creation) and on the further stages of this project.

Thanks, Rui.

The UBW32 can most likely do this OK, though it is not a simple project.

Take a look here for some ideas and data sources:

http://www.circuitsathome.com/mcu/progr … eld-part-1

I use CSR based bluetooth modules because the data is available, though any HCI compliant device should be usable.

Thanks for your answer! I think that site can be a great help! What CSR module are you actually using? I want to start doing something like is shown on the first video (wireless control of servos). Thanks again :stuck_out_tongue: