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 / Search Results: range USB IR long Tower
 Results 1061 – 1080 of about 2200.
Search took 0.02 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: Ir transmission
 
(...) My next project is to port the IR proximity dectector originally posted by Mark R. David (markdavid@mediaone.net) in sort-of-Spirit code which I reposted in NQC whan I had got it working. It is the best performing detector I have found so far. (26 years ago, 4-Apr-99, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.895)

  Re: emulegOS: a new release
 
Just a note about a small bug. The supplied sample program ir-rover.cpp doesn't work on the real RCX. I think this may be due to IR complications under legOs. I'm working on a version which will work on both the emulator and the real system and will (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.895)

  Re: Blocking IR
 
Regarding your program. Try sending 0s, not xs, i.e.: char *buffer = "\0\0\0\0\0"; Zeros are coded with the IR on 91% of the time, while xs are coded with the IR on only 45% of the time, neglecting the modulation, which cuts that all down by half. (...) (25 years ago, 16-Jun-99, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.895)

  Wake On IR -- is it possible????
 
All, I was wondering if there is anyway to put the RCX into basically a stand-by power saving mode and have it wake up when sent a command through the IR, basically "Wake on IR". That would be real handy for my Lego Cam when I want to turn on the (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.895)

  Running IR in the background
 
Hi all Is there any way to switch the IR LED on and leave it on. (as a kind of a headlight for the light sensor.) Alternatively, what is the easiest way to just send a comtinuous string of 0's so it's on at least a lot of the time, without taking (...) (25 years ago, 23-Mar-00, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.895)

  Full IR packet networking
 
When I was looking over version 0.2.0, I saw that one of the features was Full IR packet networking. My question is what exactly does Full IR packet networking do. Does this capability allow individual RCX to be networked, meaning they can (...) (20 years ago, 30-Jul-04, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.894)

  Re: RCX to Spy messages thru IR communications route
 
(...) Boy, this RCX to Spy IR comm thing is sure going the right way! The SPYBOTICS are a little known and hidden LEGO gem. Gramps Eddie & Grandson CJ (21 years ago, 26-Mar-04, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 

ir
(score: 1.894)

  RE: Ir transmission
 
(...) YES!!! The standard FORTH word U. prints an insigned integer, while EMIT sends out an arbitrary byte. So, for a simple IR proximity detector, you would write something like: HEX 0 SENSOR_ACTIVE (labelled sensor #1) 3 1 SENSOR_TYPE (light (...) (26 years ago, 30-Mar-99, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.894)

  GP2D12 IR sensor RCX active sensor interface?
 
I recently acquired several Sharp GP2D12 IR distance sensors that I want to attach to the RCX for use in the robotics course I'm teaching at Vassar College. I found an RCX interface circuit for this sensor at (URL) I go ahead and build it, I though (...) (23 years ago, 5-Oct-01, to lugnet.robotics.rcx)
 

ir
(score: 1.894)

  RE: IR Problems
 
Are you sure your problem isn't interference? How did you "lock out" the RCS 1.0 from receiving (and responding) to the direct commands? You have two RCXs turned on and sending direct commands from the PC. They will both try to respond to the (...) (18 years ago, 2-Apr-07, to lugnet.robotics.rcx)
 

ir
(score: 1.894)

  Re: is IR considered broken?
 
Yes I would be interested in seeing the libRcx implementation of the IR functions. thanks, Mark (...) (25 years ago, 16-Jul-99, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.894)

  Decoding the LEGO IR remote control
 
Hello All - - I'm interested in using a LEGO IR remote control to control other things besides the RCX. Has anyone here done any PIC development along these lines? I would like to use a PIC to decode the output of a Sharp GP1U581Y and convert the 16 (...) (25 years ago, 17-Sep-99, to lugnet.robotics.rcx)
 

ir
(score: 1.894)

  Re: IR question
 
no, there is no difference in hardware between 1.0 and 2.0 ----- Original Message ----- From: "Jude Beaudin" <shiningblade@rogers.com> Date: Wed, 24 Jul 2002 17:05:15 GMT To: lugnet.robotics.rcx@lugnet.com Subject: IR question Is there a hardware (...) (22 years ago, 24-Jul-02, to lugnet.robotics.rcx)
 

ir
(score: 1.894)

  IR question
 
Is there a hardware difference between the RCX 1.0 and RCX 2.0 in regards to the IR? Or is the difference eliminated by firmware? Jude (22 years ago, 24-Jul-02, to lugnet.robotics.rcx)
 

ir
(score: 1.894)

  Yet another Q: IR messages
 
I can't figure out how to use the IR commands. I've tried, read a bit in the documentation, but still have no clue. I'd like to know how to: a) Send a message (and decide what message it should be) and b) learn how to recieve messages Thanks in (...) (24 years ago, 29-Mar-01, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.894)

  Re: Ir transmission
 
(...) Perhaps EMIT? would do (...) I'm nearly done with my NQC to pbFORTH port of the IR proximity detector, but I'm stuck where I have at present got a 30ms delay (Sleep(3) in NQC). I expect it isn't critical but the current detector works so well (...) (25 years ago, 14-Apr-99, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.893)

  Re: IR port Communication
 
(...) have you try to look at lnp.c and lnp-logical.c ? See the old version there are not the remote command it's easier It seems that lnp-logical.h use the S_RDR byte to understand what is send on the IR port look at this void rx_core(void) { (...) (22 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.893)

  RCX IR protocol
 
Hi all, I was looking at the IR protocol described at (URL) and i dont quite understand. In paricular: What is the packet header? what does the ~ mean? (eg "RCX reply opcode is always ~query opcode") I am asking because i am writing an application (...) (23 years ago, 2-Sep-01, to lugnet.robotics.rcx)
 

ir
(score: 1.893)

  Mindsensors IR servo controller
 
Hi I don't know if any robolabers have specific experience of this product (URL) It has caught my eye and would help in a current project - if the RCX can send the required IR signal under robolab control. What do people think, the info on the site (...) (23 years ago, 10-Feb-02, to lugnet.robotics.rcx.robolab)
 

ir
(score: 1.893)

  IR problems
 
Hi, I was having some problems in a program I'm writing in PbForth and it seems that it could be related to the way I communicate thru IR. I use the Lego remote control. I joined the following code to demonstrate. I use the word 'getHeader' from (...) (21 years ago, 9-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.893)

More:  Next Page >>


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