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 / *5600 (-20)
  Blocking problem?
 
Hi all, The model this is written for is a biped walker with each leg driven by it's own motor. The PB is a Scout. It uses a modified version of ping.nqc to do IR proximity detection. When it detects that there is an obstacle, it should back up, (...) (23 years ago, 3-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Is this group dead??
 
Hi, is Java for LEGO dead? I am interested in LEGO if it has a Java version for the RCX but it takes some activity to get a bug free VM for the RCX...or? /Morten (23 years ago, 2-Jan-02, to lugnet.robotics.rcx.java)
 
  Devantech SRF04 Ultrasonic Ranger interface to the RCX
 
Hi, Since the GP2D12 sensor interfacing has been sucessfuly been completed, here is another request. Can someone suggest a way to interface the Devantech SRF04 Ultrasonic Ranger to the RCX? This seems to be a great sensor to use for mapping... (...) (23 years ago, 2-Jan-02, to lugnet.robotics.rcx)
 
  Re: VC++6 and LegOS
 
Definitely it works. Thanks steve. Regards. -- CarlosLuis Rendón M. Network Manager "Steve Hassenplug" <steveh@mailcode.com> escribió en el mensaje news:GpBrn5.6nL@lugnet.com... (...) arguments' (...) (23 years ago, 2-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: VC++6 and LegOS
 
I have my Visual Studio set up so I can make programs, download programs, and download firmware all from the 'tools' menu in VS (VC++). So far, the only thing I'm not set up for is editing the 'makefile' file. Under 'Tools>Customize...' select the (...) (23 years ago, 2-Jan-02, to lugnet.robotics.rcx.legos)
 
  remote control using PIC16F877
 
Hello everyone. I've just developed a remote control for the RCX using the PIC16F877. It's very useful due to the fact that it does not need a computer, but still needs the ir tower (the serial one, sorry I'll try to adapt the project tu use the new (...) (23 years ago, 2-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Unable to compile helloworld.c
 
I've got 2 be honest: I'm new in LegOS, but I've had a similar problem. I decided to create a new project (inside de /demo dir) and I couldn't compile at the beginning, but I edited the file .depend and I copied the last section (the one for rover) (...) (23 years ago, 2-Jan-02, to lugnet.robotics.rcx.legos)
 
  VC++6 and LegOS
 
Hi, I'd like 2 know if there's a way to integrate VC++ 6 and LegOS, not 4 debugging, but for use VC as editor (very good as editor) and then just compile inside the IDE??? -- CarlosLuis Rendón M. Network Manager (23 years ago, 2-Jan-02, to lugnet.robotics.rcx.legos)
 
  My Lego Racer
 
Thank you Sir . sorry about the poor quaility of Pictures but my sony cybershot was not all that it was ment to be I guess. but this is my first very ever creation using only my brain and tyinal :) No instructions what so ever. (23 years ago, 31-Dec-01, to lugnet.robotics.rcx)
 
  Re: My Lego Mindstorms.
 
Nice work! I like the way the RCX is a part of the shape of the racer. It looks like a lively machine at that gear ratio. The cockpit is also well equipped. Thanks for sharing. -- Bob Fay THE SHOP (URL) <Xpack1@hotmail.com> wrote in message (...) (23 years ago, 31-Dec-01, to lugnet.robotics.rcx)
 
  Re: LNPD: communication between clients
 
(...) Great, thank you very much. Btw, didn't you diff in reverse order (I grabbed version 1.2.4.2)? The lines to add begin with "-"... Eric (23 years ago, 31-Dec-01, to lugnet.robotics.rcx.legos)
 
  My Lego Mindstorms.
 
Hi all this is my lego mindstorms racer I built for a compatition at michigan lurance uv. 1 touch 2 motors. took a week to build LOL (URL) (23 years ago, 31-Dec-01, to lugnet.robotics.rcx)
 
  Re: LNPD: communication between clients
 
In adding LNP support to EmuLegOS I needed this feature in the lnpd. If you grab EmuLegos there is a patch for lnpd that will add the feature you are looking for. The patch has nothing to do with EmuLegOS so you can apply it without setting up the (...) (23 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: host address
 
(...) Do you have a patch? (...) I'm writing a compiler (automaton model of the robot to C). With dynamic addresses, it could manage an "addresses pool", and simply add a call to change the address when the program starts... On the other hand, if (...) (23 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: host address
 
Eric, see the thread started by Zhengrong Zhang on 11/5/01 about this. short: we can't find any compelling reason to hardcode the address. I'm not sure about Zhengrong, but I've modified my copy of LegOS to support "dynamic" addresses (i.e. can (...) (23 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
 
  RCX radiocontrol
 
Hello Does anybody make a RCX radiocontrol? Thanks Gonzalo (23 years ago, 29-Dec-01, to lugnet.robotics.rcx)
 
  Re: How to make shared memory....not
 
Hi Steve, (...) Yes. Actually, I am working on a robot that finds a path trough a maze. After solving the maze, a second program can run through the maze with the informations from the first program. (I will do this with shared mem). Both programs (...) (23 years ago, 28-Dec-01, to lugnet.robotics.rcx.legos)
 
  LNPD: communication between clients
 
It seems that when a client of lnpd sends data to the IR tower, these are not sent to the other clients connected to the daemon. Unfortunately, I really need this feature... So I tried to call "deliver_packet(tx_buffer, tx_end-tx_buffer);" in (...) (23 years ago, 28-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: ROBOLAB 2.5 (USB) woes with Mac OS 9.2
 
This morning I tried reinstalling ROBOLAB, and now it works. I wish I knew why... Dean (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Re: How to make shared memory....not
 
(...) Yes, I'm sure I can. And I think it would be 'safer' that way. But Mike's idea about functions sounds interesting. I don't really have any idea about how I would use that in a real program, but it sure sounds interesting. Steve (23 years ago, 27-Dec-01, 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