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 / *2415 (-20)
  Re: make error in Linux build for LegOS 0.2.4
 
"Steve morris" <smorris@nexen.com> ha scritto nel messaggio news:390E39A3.D49806...xen.com... (...) Have you tried using: $ make clean $ make realclean $ make depend I suspect that you miss .depend files (but I'm not sure). Bye, Paolo. --- Anyone (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
 
  Re: IR communications related questions (long)
 
(...) I guess what I am really looking for is some kind of quick reference guide. If Hendtlass's book is compatible then I can use his appendix. (...) Gaining experience with real time issues is not exactly my problem :) (...) I guess I need to look (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Alternatives for NQC Event Support
 
(...) 3. Definitely 3. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  make error in Linux build for LegOS 0.2.4
 
I haven't spent much time analyzing this yet but here is the log. This seems familar somehow but I can't remember why. I checked my 0.2.3 area and it builds fine. I've been diff'ing makefiles but nothing leaps out so far. Note that I do make twice. (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
 
  RE: IR communications related questions (long)
 
(...) Back? You're switching back? Great! Sorry for quoting so much, but the points are apropos the discussion... (...) I based pbForth on hForth, by Wonyong Koh. It is pretty much compatible with any ANSI forth as well. Check out (URL) for more (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Alternatives for NQC Event Support
 
(...) I like 3, given the +xx problem with try/catch. (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  It's time to release some patches for LegOS 0.2.4
 
I've just released on legos.sourceforge.net my patches for LegOS. I was waiting for some life signal from Marcus. In absence of those signals, I assume that all is right... ;-) Forgive me if I broke down something for Linux people, but if I didn't (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.legos)
 
  IR communications related questions
 
I've been working with LegOS for a while but am quite frustrated. I have been unable to get lnp working and am thus unable to to communicate with the host. It is all overkill for me since I merely want to capture some simple data. I am switching (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.pbforth)
 
  Alternatives for NQC Event Support
 
RCX 2.0 adds firmware support for events and resource acquisitiion. The primitives are rather straight-forward. For events, one command beings event monitoring on a set of events, another stops monitoring. If a monitored event occurs, control is (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help to put sound in Minerva Program.
 
Many Thanks to you Jonathan. This will help a great deal with this project. -- Bob Fay rfay@we.mediaone.net The Shop (URL) Knudsen" <jonathan@oreilly.com> wrote in message news:390D8A8D.11A2B9...lly.com... (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help to put sound in Minerva Program.
 
Hi Bob, I've attached a modified version of the Minerva program. It plays different sounds for each of the following events: 1. Moving forward : ascending arpeggio 2. Turning around : descending arpeggio 3. Found something to pick up : deedle-deedle (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help to put sound in Minerva Program.
 
Can you post the program please. I don't think the group excepts attachments, So just copy and paste text into a message. I think all that will be needed is to add PlayTone(freq, duration) where an event is monitored. James Bob Fay (...) (24 years ago, 30-Apr-00, to lugnet.robotics.rcx.nqc)
 
  RCX2 Lego Website Address
 
Gareth Jones I think this is the address your looking for (URL) (24 years ago, 30-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Need help to put sound in Minerva Program.
 
A person with a visual handicap is building Minerva. I would like to add sound to the program while Minerva is going forward, another when she is turning around, and another when she locates something to pick up. This will allow this builder to test (...) (24 years ago, 29-Apr-00, to lugnet.robotics.rcx.nqc)
 
  RCX2 API Update
 
I made some mistakes in the first release, so here is a new version. I've also added counter support. <-Readme.txt-> RCX2 Header file for NQC2.1r2 - 27 April 2000 - James Pritchard rcx2api.nqh - NQC Header file that contains constant and macros for (...) (24 years ago, 29-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: Makefile question
 
(...) I have added random number generators to either of the c library, or to the float library (v0.2.3, on Linux). What I did was cd to the lib/c (say) directory, and deposit my source files there. I then edited the Makefile in this directory, and (...) (24 years ago, 28-Apr-00, to lugnet.robotics.rcx.legos)
 
  Re: Has anyone used lnpd succesfully?
 
Yes. I have used it successfully, though not always... In my case it seems to be a problem with the uart 16550A. It does not switch to low lattency mode correctly making the tower blind to the RCX. I circumvented the problem setting the UART type as (...) (24 years ago, 28-Apr-00, to lugnet.robotics.rcx.legos)
 
  Re: Duplex Comms with RCX
 
(...) I have given this some thought in the past, although I haven't had the (significant!) time that it would take to try this out. I think the best hope for any kind of two-way communication protocol between the PC and one or more RCXes is to use (...) (24 years ago, 27-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Has anyone used lnpd succesfully?
 
(...) Are there known conditions where lnpd works and doesn't work? Are there versions of LegOS which support it better? Mostly I wish I had at least one report of success that would suggest that there is hope at the end of my tunnel. I cannot do my (...) (24 years ago, 27-Apr-00, to lugnet.robotics.rcx.legos)
 
  Re: Alternative Power Supplies
 
(...) I'm actually working on a small device that will connect directly to the battery posts in the RCX/Scout. It uses a relay and a few diodes to protect the RCX from reverse polarity and overload. The relay will allow you to switch from internal (...) (24 years ago, 27-Apr-00, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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