Connecting WiiMote to Arduino UNO

Hello,

For a project, I wanted to turn on or off a LED on a Arduino UNO board, simply by using the Wii Remote. I’ve connected a R232 Bluetooth Modem to the board.

Every is okay until this point. The light on the modem is blinking. Now I need to connect the WiiMote to the Bluetooth modem, and I have no idea how.

This is the scheme:

Arduino UNO → Bluetooth Modem - - > Wii Remote

Does anyone know how I can solve this?

Thanks in advance.

Because nobody reacted, I assume nobody knows the answer. So I’ll change the question.

How can I connect my Arduino UNO to a device withiut a GUI.

I thought of something like this:

connect.Serial( F1.01.PI.7A.00 ) //example code of the WiiMote

Of course this example doesn’t work. I’m just telling my idea.

Thanks in advance

Hey,

Have you downloaded the Wii Nunchuck library? This may help you.

http://todbot.com/blog/2008/02/18/wiich … available/

GonZoUK

the chuck is wired via I2C so it’s easy. Using the wiimote is hard because of bluetooth.

To the OP, have you learned anything yet? I’m very interested in this.