Bluetooth module for connecting to Wiimote

I’m kinda new on here. I have a working knowledge of electronics however it is no where near the level I want it to be at.

I am wanting to interface a wiimote with an arduino via bluetooth. Would someone be able to point me in the direction of a bluetooth modules that I can plug into the arduino which would allow me to connect it to a wiimote.

Most bluetooth modules do not support the bluetooth HID profile in a way that can be used with game controllers like the Wiimote and PS3.

For the arduino the only way I know is to add a USB Host shield http://www.sparkfun.com/commerce/produc … ts_id=9628 and a bluetooth dongle http://www.sparkfun.com/commerce/produc … ts_id=9434.

I didn’t publish part 4 of my articles yet on http://www.circuitsathome.com/arduino_u … d_projects, but did upload a sketch using the wiimote over bluetooth on arduino.