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 / *3410 (-20)
  Re: text location for apps and q?
 
(...) I don't recall for certain, but I think that those are hardware specific. You could always try changing them to see what happens :) (Anyone who is more up-to-date on the compiler magic, feel free to correct me.) (...) Unfortunately, there are (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP Packet Handlers on RCX
 
Michael- I seem to recall something about LNP not being completely thread safe. However, there is no documentation on that at all. Stig Neilsson (if he is around) may be a good person to ask, since he has studied the threading model in detail, and (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: text location for apps and q?
 
Ooops. Did not finish my last email before sending it. (...) It sounds like it was built improperly (i.e., without --exec-prefix). Where did you get it from exactly? Luis ---...--- "It's clear to us that Microsoft isn't the competition anymore. They (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: compiler problem - help needed please
 
Niels- Sorry about the delayed response. Have you modified your Makefile.user at all? It does appear like it is getting called correctly, but I want to be sure. Also, how did you install legOS? From tarball or via the RH 6.x rpms? If you installed (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Millenium and ActivePerl
 
Haven't heard of anything. Sorry about that. Then again, I run Linux for a reason- it isn't possible for a program to do that to me. On the plus side, unless you recompile your kernel, you shouldn't need Perl for a legOS install anymore. Luis (...) (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  NQC and RCXCC
 
Using NQC together with RCXCC (by Mark Overmars) is a fine combination that fulfills my demands for writing software, debugging and testing. Unfortunately, Mark Overmars, the author of RCXCC will not do any further development for this product. (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.nqc)
 
  Connecting 2 RCXs
 
The IR interface is one way to establish a "connection" via messages between 2 RCXs and it works fine if both of the RCXs will receive a message - directly or by multiple reflections within the room. However, it is a slow communication. My problem (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.nqc)
 
  (canceled)
 
 
  Millenium and ActivePerl
 
Its been a while since I've posted in here, but I finally started my dissertation on Genetic Programming with Lego Mindstorms, and I'm already (day 1) having problems. I was ruuuunning Legos on a Win2K machine with no problems, however when I (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  LNP Packet Handlers on RCX
 
I remember reading somewhere a while back, when I first started dabbling with LNP, that LNP handlers on the RCX side were called from interrupts and therefore doing things like memory allocation, msleep, heavy processing, etc. were not good ideas. (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Vision Command
 
No. There isn't any. You cannot control the camera form NQC or the RCX for that matter. You can respond to the messages that the Camera sends to the brick via Message(). I hope this syntax is right.... until(Message)>0); switch(Message()) case 1: // (...) (24 years ago, 18-Oct-00, to lugnet.robotics.rcx.nqc)
 
  Vision Command
 
Is there syntax that I am missing to address the "Vision Command" camera? Thanx! Ed (24 years ago, 18-Oct-00, to lugnet.robotics.rcx.nqc)
 
  compiler problem - help needed please
 
Hello everybody I have installed the crosscompiler and legos 2.4 as descriped in the HOWTO. My system is redhat 7.0. The kernel seems to compile just fine, but whenever I try to compile one of the demo programs I get an error. Here is an output from (...) (24 years ago, 18-Oct-00, to lugnet.robotics.rcx.legos)
 
  text location for apps and q?
 
hi all, in Makefile.user there are BASE1 and BASE2 which point to 0xb000 and 0xb210. are those address changeable or are they defined by h8/300 platform? also what is makelx? what does it do with .ds1 and .ds2 which both are the same object file? (...) (24 years ago, 18-Oct-00, to lugnet.robotics.rcx.legos)
 
  RCX communication
 
Hi, (Sorry, my English is not good) I would like to know if it's possible to use legOS (LNP) to get communications between RCXs without the PC, I mean, without an intermediate between the RCXs. And, if it's possible, how can I do that ? I'm using 3 (...) (24 years ago, 17-Oct-00, to lugnet.robotics.rcx.legos)
 
  robotics competition
 
prizes: - three LEGO Droid Developer Kits - three LEGO Vision Comand - three Ultimate Accessory Sets Check it out under (URL) are: - Fred Martin MIT media lab - Scott Savage Marshal Space Flight Center, NASA - Dennis Clark Colorado State University (...) (24 years ago, 16-Oct-00, to lugnet.robotics.rcx.legos)
 
  LEGO robot competition
 
Hi LEGO robotics fans, I am organizing the “First Internet Robot Contest”, a robotics paper contest. Submit your bot in the “LEGO robot category” and win one of the following LEGO prizes: - three LEGO Droid Developer Kits - three LEGO Vision Comand (...) (24 years ago, 16-Oct-00, to lugnet.robotics.rcx)
 
  RE: Motion/Tilt Sensor from Analog Devices and the RCX
 
Not exactly.... The output is an analog voltage, meaning it's not exactly a digital TTL 0 volts or 5 volts, but ranges from 200mv (call this low) to Vcc-200mv (call this high). But this is a PWM output, meaning that with the chip stationary with (...) (24 years ago, 16-Oct-00, to lugnet.robotics.rcx, lugnet.robotics)
 
  Re: Motion/Tilt Sensor from Analog Devices and the RCX
 
Sorry for my ignorance, but doesnt the datasheets mention that it contains both analog and digital outputs and either may be used. Ram (...) (24 years ago, 16-Oct-00, to lugnet.robotics.rcx, lugnet.robotics)
 
  RE: Motion/Tilt Sensor from Analog Devices and the RCX
 
From looking at the data sheets, it's going to be a bit more of a project than just "hooking it up". At a minimum you'll need to have a small micro to decode the dual PWM outputs, and they (AD) have a data sheet describing the use of a Parallax (...) (24 years ago, 16-Oct-00, to lugnet.robotics.rcx, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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