I’m currently working on a project and i am trying to explain to my partner that I believe I cannot get a bluesmirf to connect to a wiimote because it requires the HID profile to communicate. Can someone help me with this because I am not completely sure, cause for some reason my partner still thinks there is a way around it. I’m already tried connecting in slave/master using different UUIDs and nothing. I know that the bluesmirf can see the wiimote but i believe it cannot connect to it because of the HID profile. Any help would be greatly appreciated.
You’re right, he’s wrong.
Sparkfun’s bluetooth products only do serial communication, not HID.
If there’s a HID-capable bluetooth module out there, I’ve never heard of it (but I’d love to be wrong).
Thank you very much, I was able to explain to him exactly why it wouldn’t work. So now we are just using a PC passing the data to the PC through the wiimote, using C# to parse what data we need then sending it to the bluesmirf from the PC. Thanks again for the help.