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 / *3085 (-20)
  Re: Programming for Scout using RCX2.0Beta
 
(...) You just have to select "Scout" in the Brick pull-down menu and everything works OK. -- Michael (24 years ago, 15-Aug-00, to lugnet.robotics.rcx, lugnet.robotics.scout)
 
  Re: RCX 1.0 and RCX 1.5 - ANY differences???
 
The only difference between the 1.0 and 1.5 hardware is the power jack. IMO, the 1.0 RCX is more valuable because of this. I'm not sure if the 2.0 firmware will run on the 1.0 & 1.5 but I can't imagine LEGO would put out an upgrade that wasn't (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx)
 
  Re: CVS write problem solved
 
(...) Well, after fiddling lots, I finally got it working. Turns out :ext: is correct, dunno why the CVS page at SourceForge says :pserver:. Anyway, I successfully commited CONTRIBUTORS (had my name wrong!), and will soon be putting in some code to (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown - CVS write problems
 
(...) Sorry. Linux. (...) Hmmm. Tried this (checked out the whole module to a new dir), but same problem. (...) My connection string is the same except ext->pserver. Must be a Unix thing. Is there any developers out there using cvs under Linux? I (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Programming for Scout using RCX2.0Beta
 
I am using RCX2.0Beta to test Scout, but it seems Beta doesn't support Scout, although there is some saying in readme.txt file, if you compile the Avoider.scout with Beta version, you will get the error as follows: Error (0xe0050832) from VPBrick (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx, lugnet.robotics.scout)
 
  Re: About Scout programming
 
(...) The Scout only supports passive sensors externally (touch and temperature). The light sensor is supposed to be used as an active sensor (although in some cases you can use it passively and get reasonable results). The Scout does have its own (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: RCX 1.0 and RCX 1.5 - ANY differences???
 
I think only RCX1.0 and coming RCX2.0, you confused RIS1.0 and RIS1.5 Here is a list, maybe it is useful: RCX RIS Release 1.0 1.0 1998 1.0 1.5 1999 2.0 2.0 2001 Zhengrong (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx)
 
  About Scout programming
 
Hi I have a light-seeker NQC program for RCX, I want to port for Scout, does anyone know how to do it? Then does Scout use external light sensor? BR Zhengrong (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  RCX 1.0 and RCX 1.5 - ANY differences???
 
I just purchased 20+ LEGO Mindstorm kits from DACTA (to use in a freshmen Elementary Computer Programming course) and they came with the RCX 1.0 units (with the power jack). Are these units (other than having this jack) ANY different functionally (...) (24 years ago, 14-Aug-00, to lugnet.robotics.rcx)
 
  Re: Idle Powerdown - CVS write problems
 
(...) login (...) But when I (...) I've checked sourceforge and you have correct permissions. What platform are you using? Windows? (...) before - (...) My problem was that if you checked-out files as "anonymous", you need to re-check-out them. CVS (...) (24 years ago, 14-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown
 
(...) Paolo, Maybe you can help with mine, too. Luis gave me CVS access, and I can login using my sourceforge name & password, and checking out's no problem. But when I try to check in, I get: cvs [server aborted]: "commit" requires write access to (...) (24 years ago, 14-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Need help with my program
 
(...) Yeah, I could really make my programs simpler. Like I said, this is one of my first. (...) (24 years ago, 14-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help with my program
 
Your program is pretty difficult for me to follow...way too many tasks starting and stoping one another. For something as simple as the algorithm you described, you can probably take care of all the light seeking in a single task. If you still want (...) (24 years ago, 13-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC stdin & stdout
 
(...) I'm not sure about the specific calls, but when you invoke one program from another you typically can control what file handles are used as stdin, stdout, and stderr by the launched program. Usually these are just handed off from (...) (24 years ago, 13-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Idle Powerdown
 
(...) need to (...) You can send the code/patch to me, Rossz. I can commit it for you. As anyone knows :-) I've solved my old problems with CVS (WINCVS). Please feel free to contact me if you need to solve your CVS problem too. :-) Bye, Paolo. --- (...) (24 years ago, 13-Aug-00, to lugnet.robotics.rcx.legos)
 
  Idle Powerdown
 
I've successfully implemented an idle powerdown into the legOS kernel. On more than one occasion I have left my RCX on overnight, resulting in the need to buy a new set of batteries. The tricky part was doing a successful powerdown from within the (...) (24 years ago, 13-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Multiple RCXs
 
If the functions you wish to perform can be done in simple tasks you could probably program each RCX to recognize a specific range of message numbers. In this way, a 'function' on the RCXs can be 'invoked' by the PC by having it send a specific (...) (24 years ago, 12-Aug-00, to lugnet.robotics.rcx.legos)
 
  Linux & RCX mini-HOWTO- comments/thoughts?
 
Hi, everybody- Because I'm sick of Linux people telling me "I thought you couldn't use the RCX with Linux" I've put together a mini-HOWTO (for eventual inclusion in the Linux Documentation Project archives) on the use of Linux and the RCX. So far, (...) (24 years ago, 12-Aug-00, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: questions, comments, and suggestions
 
(...) If you don't find it defined in gcc-2.95.2/config/h8300/*, then yes. Eddie C. Dost ecd@skynet.be (24 years ago, 12-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: questions, comments, and suggestions
 
(...) only (...) Do you know if RCX_COMPILER patch need to be used in GCC 2.95.2 cross compiler too? (...) Fixed right now. I'm ready to commit. (...) indicator (...) could (...) It will be changed in 0.2.5, but two notes: 1) The counter is in ms. (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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