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 1101 – 1120 of 2193.
Search took 0.02 CPU seconds. 

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

  Re: Win98 installation of legos
 
Theresa, (...) cygwin. (...) What version of cygwin? If you are using Cygwin B20 you should upgrade. I don't have his book so I don't know his directions. Paolo Masetti has several sets of instructions which I feel is a good standard set. There can (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 

usb
(score: 0.532)

  Re: LEGO remote controller problem
 
(...) No, it doesn't. The IR indicator flickers, but running motors or starting the program doesn't work. In fact, I didn't know that there is a "default handler" until reading your message. Might the problem be caused by wrong versions of gcc or (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 0.528)

  LEGO remote controller problem
 
Hi, I have problems getting the LEGO IR remote controller to work (using brickOS 0.2.6.10). I wrote a small test program that installs a lr handler function which simply displays the received key value on the LCD. But when running this and pressing (...) (21 years ago, 27-Jul-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 0.528)

  IR questions
 
This is a whole bunch of IR questions, which come from my first serious fooling around with the IR. Since some of these are legOS or Linux specific, I've cross-posted- I hope no one is too offended. 1) Despite putting the bot in an infinite while (...) (25 years ago, 22-Jun-99, to lugnet.robotics.rcx.legos, lugnet.robotics)
 

ir, tower
(score: 0.528)

  Re: LEGO remote controller problem
 
Hi Michael, Thank you for sending me your brickOS.srec and .lds files. When I use these ones, the remote control works just fine, with or without the lr_startup and lr_shutdown calls, and with or without a running program. (...) Yes, exactly. I have (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 0.528)

  Re: LEGO remote controller problem
 
Hi Michael, Thank you very much for your answer. Well, there isn't really much source, here we go: #include <conio.h> #include <unistd.h> #include <remote.h> #include <dsensor.h> int my_lr_handler(unsigned int etype, unsigned int key) { cputw(key); (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 0.527)

  Ball Passing between RCX Robots
 
Hello everyone, I'm currently fooling around with my Mindstorms to get two RCX robots to ball pass between them. As there are only 3 inputs on RCX, I've used 1 for ball sensing, 1 for a touch sensor(to feel for the ball) and 1 which I'm planning to (...) (21 years ago, 7-Aug-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 

range
(score: 0.527)

  Black
 
Since I am currently working on line following, I did some tests with the Lego active light sensor. I mounted one on a small test cart pointing down a bit more than 1/8 inch above the "ground". The 1.5 test pad reads white 57 black 38 green 46 I (...) (25 years ago, 28-Jan-00, to lugnet.robotics.rcx)
 

range, long
(score: 0.527)

  Re: compiling the kernel winLegOS
 
Carlos, Last time I checked you were unable to compile the kernel using winLegOS or DJGPP. For those not familiar with the inner workings on winLegos it is essentially a pre-built Hitachi cross-compiler with several gnu utilities running under (...) (22 years ago, 3-Apr-03, to lugnet.robotics.rcx.legos)
 

usb
(score: 0.526)

  identifiers in NQC
 
Usually there is some compiler rule that states: identifiers must be unique within the first _____ characters. That is, long variable and other identifier names may be allowed to be quite long, but they must be unique somewhere in the first X number (...) (25 years ago, 24-Jan-00, to lugnet.robotics.rcx.nqc)
 

range, long
(score: 0.526)

  Re: BrickOS on Mac OS X
 
(...) At this point I have a working compiler and have successfully compiled BrickOS (except for the C++ tests, which I have to look into). I'm working on the USB stuff and making some progress (see my other post...). If you're interested in trying (...) (22 years ago, 29-Mar-03, to lugnet.robotics.rcx.legos)
 

usb
(score: 0.526)

  Re: BrickOS on Mac OS X
 
(...) I'll have to look at that. I currently have the compiler working from the GNU source but haven't been able to get the C++ BrickOS tests to compile. I used the raw GNU source, version 3.2.2 but I'll look at the darwin stuff (couldn't find it (...) (22 years ago, 29-Mar-03, to lugnet.robotics.rcx.legos)
 

usb
(score: 0.525)

  Re: Blocking IR
 
Here is some code for IR detection, with the help from Kekoa. However it doesn't work. I know the hardware is all working because if I run minicom and then run this programme and point the RCX at the lego tower junk appears on the screen. If I take (...) (25 years ago, 15-Jun-99, to lugnet.robotics.rcx.legos)
 

ir, tower
(score: 0.525)

  Re: BrickOS on Mac OS X
 
Matt, I have been working with Michael Zapp on "porting" brickOS to the Mac OS X. We too had a fairly easy time with the binutils (ver 20020918). And both of us had issues with GCC although we have been working on Ver 3.1. I have not kept up with (...) (22 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 

usb
(score: 0.525)

  Re: light sensor question
 
(...) The Analog to Digital converter of the h8/300 (the brains of the lego mindstorms) is 10 bits, so it has a range of 0-1023. I'm not sure how it converts that to the 0-100, it may do it by just dividing by 10 and rounding. If you want to see (...) (21 years ago, 24-Jul-03, to lugnet.robotics.rcx)
 

range
(score: 0.525)

  Re: Lego Network Protocol questions
 
Regarding the IR protocol, I have elsewhere suggested the following simple low-level format: 1 start, 1 stop, 2400 baud, odd parity 55 f0 f0 L ~L D1 ~D1 .. Dn ~Dn C ~C L is number of data bytes, valid range 1..255, less depending on buffer sizes Dx (...) (25 years ago, 6-Jun-99, to lugnet.robotics.rcx.legos, lugnet.robotics)
 

range, ir
(score: 0.522)

  pbFORTH needs better uploading, docs
 
So I've just been crawling over some broken glass, ERR, I mean, uploading pbFORTH text files to the RCX! It's hard to tell the difference! At the least, pbFORTH needs to: 1) accept \n, \r, \n\r or \r\n all as it does a single \r now. 2) have a mode (...) (25 years ago, 8-Jan-00, to lugnet.robotics.rcx.pbforth)
 

ir, long
(score: 0.522)

  Re: RF Connection To RCX
 
(...) If you take an COTS rf module, such as those from Siemens or Montorolo, or for example the bluetooth sample module, (though I used one from a cheap radio shack wireless phone) you'll find that the di and do have very similar voltages and (...) (25 years ago, 7-Jan-00, to lugnet.robotics.rcx)
 

ir, long
(score: 0.522)

  Re: RCX remote jammer
 
(...) I haven't actually used the program in a long time, and I'm getting compiler errors now - I think I've updated BricxCC/NQC since then, and I might have to adjust a few things. At any rate, it shouldn't be far from working, so play around with (...) (18 years ago, 17-Apr-06, to lugnet.robotics.rcx.nqc, FTX)
 

long
(score: 0.521)

  Java 2 pbFORTH console, version 0.2 source release
 
Hello, This is not for the faint of heart. I wrote a Java 2-based pbFORTH console that strips out repeated characters when talking with the RCX (most of the time). It still chokes when the IR tower awakens, but you can get some pretty clean-looking (...) (25 years ago, 3-Jun-99, to lugnet.robotics.rcx.pbforth)
 

ir, tower
(score: 0.521)

More:  Next Page >>


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