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 1021 – 1040 of about 2200.
Search took 0.02 CPU seconds. 

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

  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)
 

ir, tower
(score: 0.558)

  Solved my problem with lnpd
 
Hi, I've solved my problem that RCX didn't receive correctly from tower. I've posted the patch at the brickos project site at sourceforge. (URL) it doesn't work try: (URL) and click on the link " View and post Patches at brickOS project site" (...) (21 years ago, 18-Feb-04, to lugnet.robotics.rcx.legos)
 

tower
(score: 0.558)

  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: 0.558)

  Re: Decoding the LEGO IR remote control
 
In light of the underwhelming lack of response to my LEGO IR post, maybe I need to clarify a little: The RCX tower and the LEGO remote control (#9738) both transmit a 38kHz carrier which is modulated at a 2400bps rate. The encoding is 8 data bits, (...) (25 years ago, 17-Sep-99, to lugnet.robotics.rcx)
 

ir, tower
(score: 0.558)

  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)
 

ir, tower
(score: 0.558)

  Banging on the tasker
 
(...) That's my plan. The nice thing about the tasker is that people can write code in a format they are more used to. The same things can be done with event driven single task code but it inverts the control flow. It is more meaningful for most (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 

ir, long
(score: 0.558)

  [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)
 

ir, tower
(score: 0.557)

  LEGO Tower API and Filenames
 
All, I've been messing with the tower API and have discovered what I think is an error in the docs... Fisrt off, the API help file tells us to open "\.\LEGOTOWERx" In fact, the file name must look like this: "\\.\LEGOTOWERx" Even worse, the filename (...) (21 years ago, 4-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 

tower
(score: 0.557)

  Re: RCXCC and Visual NQC 2001
 
(...) require the Spirit OCX control (which may be why RcxCC didn't work). And with the latest NQC 3.0 beta (3.0 a2) you can take advantage of such cool things as pointers, integrated Spybotics API, and extended support for writable sources. (...) (21 years ago, 13-Feb-04, to lugnet.robotics.rcx)
 

tower
(score: 0.557)

  RE: LEGO Tower API and Filenames
 
(...) Claude, I've written a little C program that tries to open "\\.\LEGOTOWER1" and on otherwise identical computers (except one is running Win98SE and the othre runs Win2K) only the Win2K machine can open the file. Of course, the LEGO tools work (...) (21 years ago, 5-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 

tower
(score: 0.557)

  RE: LEGO Tower API and Filenames
 
(...) Yes, I escaped the characters. The identical code works on the Win2K machine and does not work on the win98SE machine with identical LEGO drivers installed. Hmmmm Ralph (21 years ago, 5-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 

tower
(score: 0.557)

  Re: LEGO Tower API and Filenames
 
(...) Did you escape the backslashes in the C string? CreateFile("\\\\.\\LEGOTOWER1", GENERIC_READ | GENERIC_WRITE, 0, 0, OPEN_EXISTING, 0, 0); Just a thought... it's easy to forget sometimes. Mark (21 years ago, 5-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 

tower
(score: 0.557)

  Brickos fun and games!
 
Hello. I have finally got gcc 2.95.3 - the official brickos compiler - installed on my computer (SUSE Linux). I can type "make" and compile all the brickos directory fine. firmdl3 works fine. BUT, dll doesn't seem to work. When I use dll to download (...) (21 years ago, 9-Jan-04, to lugnet.robotics.rcx.legos)
 

ir
(score: 0.557)

  Re: LEGO Tower API and Filenames
 
(...) Right with \\.\...., but at least with Win98SE the port is correctly found. Great to here you Ralph. (21 years ago, 5-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 

tower
(score: 0.557)

  NQC vs. NXC vs. MS-VC vs. RobotC
 
| |I downloaded RobotC from CMU - www-education.rec.ri.cmu.edu. It does |have a great long term potential. It does not have the capability to do |a lot of more advanced stuff though, such as events/interrupt. | |I'd like to compare 3 software in (...) (18 years ago, 11-Jan-07, to lugnet.robotics.rcx)
 

long
(score: 0.556)

  Re: Sensor Power
 
(...) Take a look at the functions ds_power_on() & ds_power_off() as defined in the dsensor.c kernel file. When you've set the sensor to passive mode, you should be able to manipulate the sensor power bits using these functions[1] or just use the (...) (21 years ago, 6-Jan-04, to lugnet.robotics.rcx.legos)
 

ir
(score: 0.556)

  RE: Which terminal on Linux? plus random thoughts.
 
(...) Umm, I mean cover the tower and the RCX with a box.... :-) (...) No, Ernst's idea has a preamble byte for the transfer, and then the RCX grabs all of the chars and sums them. If the sum is wrong, then it NAKs the packet and the host sends it (...) (24 years ago, 4-May-00, to lugnet.robotics.rcx.pbforth)
 

long, tower
(score: 0.555)

  Re: Lightsensor
 
(...) Keep in mind a "dynamics range" of 10 units is just fine, if the variation is normally only a couple units. In other words, you can reliably determine when you are seeing a light or dark surface. Making sure that the sensor is close (5 mm or (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx)
 

range
(score: 0.554)

  Re: problem wirh downloading demo program
 
The program "dll" attempts to delete the program in the slot on the RCX that the new program will be placed. It does this every time, because, it doesn't know if a program is there or not (better safe than sorry). The fact that you are getting this (...) (21 years ago, 26-Jan-04, to lugnet.robotics.rcx.legos)
 

tower
(score: 0.554)

  Re: Lightsensor
 
(...) Hi Thomas facing the same problem since very few days (I'm also a nebie) it seems that this behaviour is 'normal'. However this is not satisfying at all because the sensors dynamic range is to low for reasonable applications. Is there someone (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx)
 

range
(score: 0.554)

More:  Next Page >>


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