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) )
NXT with x124 remote control 3801/9738 RCX Robotic Invent
-
- Posts: 1818
- Joined: 02 Oct 2010, 02:19
- Location: Michigan USA
- Contact:
Re: NXT with x124 remote control 3801/9738 RCX Robotic Invent
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).
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).
Matt
http://mattallen37.wordpress.com/
I'm all for gun control... that's why I use both hands when shooting
http://mattallen37.wordpress.com/
I'm all for gun control... that's why I use both hands when shooting
Re: NXT with x124 remote control 3801/9738 RCX Robotic Invent
thank you, indeed I was looking for a sensor which already understands that RC.
Who is online
Users browsing this forum: Semrush [Bot] and 0 guests