Page 1 of 1
NXT with x124 remote control 3801/9738 RCX Robotic Invent
Posted: 14 Sep 2013, 10:17
by HaWe
hey,
is anyone experienced or knows certain details about how to use
LEGO® x124 remote control from 3801/ 9738 RCX Robotic Invention kits
in combination with any NXT IR receivers or detectors (e.g., by Hitechnic) )
Re: NXT with x124 remote control 3801/9738 RCX Robotic Invent
Posted: 14 Sep 2013, 14:53
by mattallen37
I am quite familiar with that remote, and as far as I know there are no ready-made solutions.
When holding a button, the remote continually sends a UART (i.e. RS232 type serial) stream using IR.
It probably sends the data too fast for the HT IR Link (since the NXT would need to use I2C to constantly keep reading the Rx buffer).
You probably aren't looking for a DIY type of solution, but you would probably need a custom receiver (e.g. an Arduino with a TSOP1138). Another possibility would be to connect the TSOP1138 to the RS485 port of the NXT, and parse the data on the NXT (which would probably be fairly resource intensive without the use of interrupts).
Re: NXT with x124 remote control 3801/9738 RCX Robotic Invent
Posted: 14 Sep 2013, 16:53
by HaWe
thank you, indeed I was looking for a sensor which already understands that RC.