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 / 2435 (-20)
  Re: Igor Last Quest (or my entry for the Booby Trap Contest)
 
(...) Great stuff Yaron! Great use of a 100$ part (the RCX) in a castle MOC!!!! :-) Terry (21 years ago, 3-May-04, to lugnet.castle, lugnet.build.contests, lugnet.robotics.rcx, FTX)
 
  Re: Igor Last Quest (or my entry for the Booby Trap Contest)
 
(...) Fun! I like the double whammy of both the ax and then the removal floor. All you need now is someone to come around and clean the blood (do lego's bleed?) from the floor for the trap to be reset. Sliding trapdoor instead of a breakaway one is (...) (21 years ago, 3-May-04, to lugnet.castle, lugnet.build.contests, lugnet.robotics.rcx, FTX)
 
  Re: Igor Last Quest (or my entry for the Booby Trap Contest)
 
(...) odd (21 years ago, 2-May-04, to lugnet.castle, lugnet.build.contests, lugnet.robotics.rcx, FTX)
 
  Igor Last Quest (or my entry for the Booby Trap Contest)
 
Some said a picture worth 1000 words... so I ask and how much a movie worth :) (URL) Enjoy! P.S. I forgat to mantioned that this is for the Booby Trap contest for CC:) Yaron "Webrain" Dori (21 years ago, 2-May-04, to lugnet.castle, lugnet.announce, lugnet.announce.moc, lugnet.build.contests, lugnet.robotics.rcx, FTX) !! 
 
  Re: RCX firmware download
 
(...) It sounds like firmware download is aborting when trying to shift from normal to fast speed. Fast firmware download with the USB tower has always been a bit touchy. Make sure you have the most recent version of MacNQC, since there was a fix a (...) (21 years ago, 27-Apr-04, to lugnet.robotics.rcx)
 
  Re: RCX firmware download
 
(...) Did anyone mention a more trivial possible explanation, that high frequency neons may extremely disturb LEGO IR-communication. When we worked over our Mars-mission telerobotics project, everything perfectly run in our rooms, but when we moved (...) (21 years ago, 26-Apr-04, to lugnet.robotics.rcx)
 
  Re: RCX firmware download
 
Hi Albert, (...) since you always get the error at the same point, maybe your version of NQC is too old? The firmware has increased in size, and some old versions can't handle that. Jürgen (21 years ago, 26-Apr-04, to lugnet.robotics.rcx)
 
  Re: RCX firmware download
 
(...) I have had this problem before as well. Sometimes this can be from too much ambient light or florescent light interfering with communication. Try isolating the tower and the brick by putting a small box or jacket over them. If this doesn't (...) (21 years ago, 26-Apr-04, to lugnet.robotics.rcx)
 
  RCX.NET lets you program directly from .NET code
 
Hi guys! Some weeks ago I was trying to build a remote controlled (web page) camera using my RCX and .NET. I tried many libraries and no one worked ok. Then I decided to built my own .NET library, and It worked perfect. Now I'm sharing this with (...) (21 years ago, 18-Apr-04, to lugnet.robotics, lugnet.robotics.edu, lugnet.robotics.rcx, lugnet.robotics.vc, lugnet.technic)
 
  RE: RCX firmware download
 
I don't have a Mac box... But there are quite a bit of Intel users have similar problems. By any chance your Panther box has hyperthreading turned on. For the Intel users, the final verdict is hyperthreading feature being the culprit. Some (...) (21 years ago, 25-Apr-04, to lugnet.robotics.rcx)
 
  RCX firmware download
 
Hi, Wonder if I can get some help in this forum, hope so ;) I've been trying to download the firmware (standard) to a RCX. After I turn it on, the cone signal blinks, and it accepts communication with the IR tower. Then it starts downloading and in (...) (21 years ago, 25-Apr-04, to lugnet.robotics.rcx)
 
  RCX IR to RF conversion
 
Hi, My name is Tiago, and I'm from Brazil. This is my first post here, but I'm watching this group for a long time. Recently I saw a post here about a RCX IR to RF converter, created by the NEAT group. I was wondering, does anyone build their (...) (21 years ago, 22-Apr-04, to lugnet.robotics.rcx)
 
  First LEGO Robotics course at Tel-Aviv University
 
Hi all, 2 weeks ago I finished teaching the first course of Mindstorms in Tel-Aviv University - Israel and wanted to share pictures from the entire course. (URL) Enjoy Yaron "Webrain" Dori (21 years ago, 21-Apr-04, to lugnet.loc.il, lugnet.robotics.edu, lugnet.robotics.rcx, lugnet.robotics.events, FTX) ! 
 
  Re: control RCX from PC
 
(...) I usually use the Microsoft C++ 6.0 compiler for my Windows programs, although the code should compile with little/no modification in any Windows-compatible C++ compiler. (Both the Borland and the GNU/GCC compilers should be able to rebuild (...) (21 years ago, 19-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
(...) Thanks for this suggestion, but I don't want to use Lejos. It is too much a high-level language for the purpose of this class. (...) That's also one of my problems: I only use Linux, but the school uses Windows for this class. (...) Merci. (21 years ago, 18-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
(...) I just looked over it, and it seems very near to my needs. I may try to modify it for writing to the USB tower. Thanks. By the way, which C++ compiler do you use ? (...) Remote" program. Am I right ? If so, it would be quite easy for me to (...) (21 years ago, 18-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
(...) Here are a couple of websites that may help: (URL) got them from other members in response to my request for help with communication via the USB port. My request was posted on the NQC site: (URL) (21 years ago, 18-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
Salut Benjamin, (...) Lejos can do that, and it could also be used on the RCX. (...) I would bet on the RemoteCommand (0xD2) LASM command. There is a description in the SDK 2.5, "LASM byte codes.pdf", page 61. The SDK can be found by (URL) could (...) (21 years ago, 16-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
(...) I have a simple WIN32 console application (with C source code) that opens the USB tower to listen for messages from the RCX. You can easily modify this program (using the WriteFile() API system function) to talk to the RCX. (URL) not exactly (...) (21 years ago, 16-Apr-04, to lugnet.robotics.rcx)
 
  control RCX from PC
 
Hi all, I'm writing down some practical work for students that learn computer science. The goal is to teach them how a serial communication works. Therefore, we want them to write a program that listens to serial communications. The PC will send (...) (21 years ago, 15-Apr-04, 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