To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *730 (-20)
  Re: Decoding the LEGO IR remote control
 
(...) The Lego IR protocol is pretty simple. If you have demodulated output, why not dump some samples here so we can see if they make sense? The encoding is straight serial, but inverted - a pulse of light indicates a zero or a low voltage on a (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx)
 
  Re: Tasks vs. program slots
 
(...) They are one and the same. When transmitting, the IR tower just uses the RS-232 TXD line to switch on the 38kHz carrier. It also has some timing circuitry to keep it alive, and an Rx side, but the Tx is painfully simple. You'll probably see (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Tasks vs. program slots
 
(...) The Sharp GP1U581Y is a 38kHz receiver that incorporates an amp, a limiter, a bandpass filter, and a demodulator ... outputs a low while receiving an IR signal, a +5V high when not. It does NOT do any decoding. (...) From what I've been seeing (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  [OT] Decoding the LEGO remote control
 
Hi All - - A couple of weeks ago I received my LEGO MindStorms #9738 remote control. It's really cool to be able to select, start, and stop programs ... override the motor controls ... send messages, etc. If fact, it's SO COOL that I want to be able (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Decoding the LEGO IR remote control
 
Hi All - - A couple of weeks ago I received my LEGO MindStorms #9738 remote control. It's really cool to be able to select, start, and stop programs ... override the motor controls ... send messages, etc. If fact, it's SO COOL that I want to be able (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx)
 
  Re: Tasks vs. program slots
 
(...) What exactly does the Sharp IR receiver do? If it uses Sharp's ASK modulation, then you may have a problem. Ideally, what you want is something like a phototransistor to a good preamp, followed by a bandpass around 38kHz, then some sort of (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Code Repository
 
(...) I agree, a central site is key to this working. I thought a web site might be able to give the best interface, especially if it had a java front end that facilitated checking code in/out. (...) In the sample code that came with the NQC (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Performance problem with Java API
 
Hi! I am currently working on a Java API for the RCX to implement the features of the PBrick (SPIRIT.OCX) interface in Java. So far, using the Java Comm API 2.0 and Kekoa Proudfoot's description, it does everything right except for one thing: (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx)
 
  Re: Code Repository
 
(...) Pick one to be master and have the others shadow it for better performance? (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Code Repository
 
Whoops, there are already 4 propositions of nqc code repository. Which one is ideal? imho, the best we can have is only one place, with all the stuff. Or some kind of colaboration between the different hosts. Else, this won't be as usefull as it (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Decoding the LEGO IR remote control
 
(...) Ah, so the infamous d2 opcode is finally fully explained. What the d2 opcode did was discovered a while back when the firmware was disassembled, but people could only guess as to why Lego put such an opcode into the RCX. It was never connected (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx)
 
  Re: Tasks vs. program slots
 
Hello Dave, First, let me thank you for NQC ... you've made my RCX playing tremendously more rewarding. I've been wanting to use a Sharp IR receiver to demodulate the signal from a LEGO remote control, and then a PIC to decode the rx output for use (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Tasks vs. program slots
 
(...) Too bad! So, the next thing I wonder is if there's any way to get an RCX to _send_ these packets to another RCX... (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  NQC API
 
I've been using NQC a bit ... and when the NQC 2 Request was posted, I got to thinking ... What about making a standard API that is not changed (except for officially) and a 'macro library' that can be added to and downloaded off of a website or (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Decoding the LEGO IR remote control
 
Dennis, Dave Baum just posted the remote control codes ... they are below: - Nick - Dave Baum wrote: [snip] (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx)
 
  Re: Tasks vs. program slots
 
(...) The remote control always sends the same sort of packet: d2 xx yy where xxyy is a sixteen bit bit-field indicating what features should be activated: xxyy 0001 Message 1 0002 Message 2 0004 Message 3 0008 Motor A Forward 0010 Motor B Forward (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Decoding the LEGO IR remote control
 
(...) Hello Kekoa - - I apologize for not being able to make myself clear. I want to use the LEGO #9738 to control robots that use something other that the RCX for a controller. I envision a Sharp GP1U581Y IR receiver driving a PIC. The PIC will (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx)
 
  Re: Tasks vs. program slots
 
(...) This is why it might be nice to get the remote control reverse engineered -- we may discover a way. (25 years ago, 17-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Tasks vs. program slots
 
(...) RCX contains 5 programs. Each program can have up to 10 tasks and 8 subroutines. Only one program may run at any given time, multitasking is between tasks in the same program. There is no known programmatic way of transferring control from one (...) (25 years ago, 17-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: Decoding the LEGO IR remote control
 
(...) Do you want to connect the PIC to the IR tower to receive signals from the Lego remote control, or do you want to build your own IR receiver, and attach the PIC to that? The encoding of the IR is pretty simple. The IR tower contains a circuit (...) (25 years ago, 17-Sep-99, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR