Wii Remote
Posted: Sat Apr 05, 2008 11:26 pm
Hi,
(I'm a complete newbie.)
As people here are probably aware, the Wiimote (the remote control that comes with a Wii) has a built-in IR "camera". It has a resolution of 1024x768 and can track up to 4 "blobs" at 100 Hz. The Wiimote uses bluetooth and there are code libraries to interface to it without needing a Wii.
For a project I'm working on I'd like to make it pick up signals from another IR remote control. I believe that since the Wiimote only samples at 100 Hz, the bit rate for the remote control would have to be below 50 Hz. I've read that some universal remotes can do this, so I thought I might be able to use JP1 to program a universal remote to talk to the Wiimote. (I'm already writing and adapting code on the other end to decode and use what the Wiimote gets from the IR sensor anyway.) But I thought I'd better ask here first before going too much further with this.
So my biggest questions are:
1) can I safely ignore the carrier frequency and just focus on the bit rate?
2) can I get the bit rate slow enough?
3) are there any "gotchas" or things I just am ignorant about that make this a dumb/undoable idea?
Thanks in advance!
(I'm a complete newbie.)
As people here are probably aware, the Wiimote (the remote control that comes with a Wii) has a built-in IR "camera". It has a resolution of 1024x768 and can track up to 4 "blobs" at 100 Hz. The Wiimote uses bluetooth and there are code libraries to interface to it without needing a Wii.
For a project I'm working on I'd like to make it pick up signals from another IR remote control. I believe that since the Wiimote only samples at 100 Hz, the bit rate for the remote control would have to be below 50 Hz. I've read that some universal remotes can do this, so I thought I might be able to use JP1 to program a universal remote to talk to the Wiimote. (I'm already writing and adapting code on the other end to decode and use what the Wiimote gets from the IR sensor anyway.) But I thought I'd better ask here first before going too much further with this.
So my biggest questions are:
1) can I safely ignore the carrier frequency and just focus on the bit rate?
2) can I get the bit rate slow enough?
3) are there any "gotchas" or things I just am ignorant about that make this a dumb/undoable idea?
Thanks in advance!