 | | ANNOUNCE: LEGO::RCX 1.00
|
|
All I would like to announce the release of version 1.00 of LEGO::RCX.pm. This perl module allows you to communicate with your RCX. It has been developed and tested under Linux, though it most likely will run under other UNIX's. To find out more (...) (26 years ago, 16-Apr-00, to lugnet.robotics.rcx, lugnet.robotics, lugnet.lego.announce, lugnet.announce)
|
| |
 | | Mars with video capture
|
|
I finally got my Mars Expansion Pack working with my Pinnacle Video Capture Card, type DC10 Plus. I can switch between the tiny black and white camera that fits on a robot much better, viewed through the card, and the USB QuickCam Pro golf ball (...) (26 years ago, 16-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: Help with RCX.pm
|
|
Clemens, The problem is that the documentation has a slight typo. Insted of $rcx = new RCX() try $rcx = new LEGO::RCX(). Sorry for any problems this may have caused you. John C. Quillan (...) (26 years ago, 16-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | RCX For Sale.
|
|
Hi there, I do have for sale: Lego partnumber: - 1 ex. RIS 1.5 9747. - 1 ex. Extreme Creatures 9732. - 1 ex. Car 8432. - 1 ex. Pneumatic Submarine 8250. Additional to the above these parts: - 1 ex. RIS Remote Control 9738. - 1 ex. Touch Sensor 9757. (...) (26 years ago, 16-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: broken "b" port on RCX 1.0
|
|
Does the arrows in the LCD appears when you turn the motor on/off? If yes, Teste with different orientation of the wires. mauro "Michael Kay" <Whompalompa@yahoo.com> wrote in message news:Fs3vy4.69B@lugnet.com... (...) an (...) port for (...) (...) (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: VB 6 subprocedure stumper
|
|
If your subs won't be called more than once, you can create a VB procedure with the code and "call" it where you want the code. It will work like a C macro, inserting copies of that code whenever called and keeps your code organized. I know it is (...) (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: Help with RCX.pm
|
|
Todd Lehman <lehman@javanet.com> schrieb in im Newsbeitrag: Ft0DL6.Apo@lugnet.com... (...) the (...) in (...) instead?: (...) i copied the rcx.pm into a folder named rcx instead of naming it lego! now it works with LEGO::RCX. thanks for help, Todd! (...) (26 years ago, 15-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: how detect other RCX robots with light sensors?
|
|
(...) This does put quite the strain on your batteries though... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (26 years ago, 15-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: how detect other RCX robots with light sensors?
|
|
Assuming both RCXs are facing each other, this can be done by using the IR transmitter of the RCX on the detected robot, and a forward pointing light sensor on the detecting robot. Set one robot (the detected robot) to send out constant IR messages. (...) (26 years ago, 15-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | RE: how detect other RCX robots with light sensors?
|
|
Maybe you can try the laser pointer that Mike Burger (and several others?) did for the RCX. And use the light sensor to detect it? Ram -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...net.com]On Behalf Of Manuel Cabido (...) (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | how detect other RCX robots with light sensors?
|
|
I want to know if there another RCX infront of me at a maximum distance of 30cm. I tried to use only the light sensors but it was not enough. Does anyone has already tried this. Maybe putting some light in the RCX like infrared (I'm trying this). (...) (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | (canceled)
|
|
|
| |
 | | Re: Help with RCX.pm
|
|
(...) Aha! OK, sounds like the docs are out of sync with the code. IIRC, John renamed the module from RCX to LEGO::RCX a while back, which means that the new() constructor is actually now in the LEGO::RCX package and no longer in the RCX package. (...) (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: Help with RCX.pm
|
|
"Todd Lehman" <lehman@javanet.com> schrieb im Newsbeitrag news:FsyM2E.KoA@lugnet.com... (...) i used the following: use RCX; $rcx = new RCX(); as described in the doc-file that comes with RCX.pm. thanks, Clemens (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: Help with RCX.pm
|
|
(...) Clemens, What are you using to invoke the new() constructor? Are you using LEGO::RCX->new(...) or LEGO::RCX->new("LEGO::RCX", ...) or new LEGO::RCX(...) or something else? --Todd (26 years ago, 13-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | (canceled)
|
|
|
| |
 | | Help with RCX.pm
|
|
when using the rcx.pm i only recieved the following error: "can't find method new in module rcx" it seems to me that perl finds the LEGO::RCX module but not its method "new". what am i missing? thanks for any suggestions! (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: USB->Serial Converts and IR Tower
|
|
(...) downloaded the latest drivers (Intel based). Also obtained a good troubleshooting doc to determine whether the S9 is configured correctly. Will gladly email to any interested. Problem: Having trouble getting the IR tower to talk to the RCX. I (...) (26 years ago, 12-Apr-00, to lugnet.robotics, lugnet.robotics.rcx)
|
| |
 | | Re: Lego Laser
|
|
(...) A resistor+zener fixes that nicely. Dw (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Controlling RCX with game controller
|
|
Hi everyone, I have developed a program for Windows 95/98/2000 that will allow you to control your RCX with a game controller via the infrared transmitter that comes with the RIS set. The program is called Remote Control X. One key feature is the (...) (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|