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 / *4200 (-20)
  Remote control patch
 
Hi all. I've uploaded Chris Aquila's remote control patch to Sourceforge. I've included a README, and a user-space module to make using it a bit easier. Just look under the patches section in the legOS project. Regards, ROSCO (24 years ago, 25-Feb-01, to lugnet.robotics.rcx.legos)
 
  Agenda PDA version of NQC available
 
Hi, I have setup a page at (URL) with information on using NQC on the Agenda Linux Based PDA ( (URL) ). There are cross-compile instructions, a ready to go binary for NQC, and a link to a Notepad like GUI editor for the Agenda. Right now, I use a (...) (24 years ago, 24-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: article in JavaWorld and Garbage Collection
 
Great article, Jonathan! That's exactly what I need to get started. Your point about garbage collection (esp. lack thereof) reminded me of a question I have for everyone: Since LeJOS doesn't currently implement garbage collection, it seems there are (...) (24 years ago, 24-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
 
  Re: About IR Tower
 
No matter if your tower is connected before booting, it's not a PnP device ! What's more, a serial port can safely be added/removed because it's just a text device. On Linux, you can easily test your IR tower : echo 'RCX please show me a sign' (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  Re: 2 new robots
 
Hi Mario, Look at this new one : (URL) uses use a differential, suspension,... and is a bit larger. Anyway, its a prototype, but works fine. Christophe (...) (24 years ago, 24-Feb-01, to lugnet.robotics.rcx)
 
  Re: My RCX doesn't work!
 
(...) I suppose the obvious question is: Have you checked the batteries in both the RCS and the IR tower? And I do mean have you CHECKED the batteries - never assume that a "new" battery right out of the package hasn't been sitting on a store shelf (...) (24 years ago, 24-Feb-01, to lugnet.robotics.rcx)
 
  ANN:lVI v1.1.2
 
This version can be downloaded at www.geocities.com/gombos_2000/. It fixes the option saving bug, and adds syntax coloring. The classes have been put into packages for easier mantinence, so note the startup changes. Thumbnails up soon. Andy BTW This (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx.java)
 
  Re: About IR Tower
 
The tower must be connected before you boot the computer. Have you tried using the other COM port? If your mouse is using the other port, swap it and try the tower in that port. Remember to reboot. If all else fails, you need a friend to loan you a (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  Re: multiple "execi" with different priorities
 
(...) have (...) Yes, I actually went & checked after I'd posted. Maybe I should've checked before 8?) Anyway, Stig Nielsson emailed me the following, which explains it a lot better, and will probably be useful for Thanasis to work out the original (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx.legos)
 
  Re: My RCX doesn't work!
 
The green light always is on when I tried to find it, also when I boot PC, I think maybe the IR light is fault, what do you think? I also tried near 100 times, change different position, far or near, stand up and lie down tower or RCX/Scout, all are (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  About IR Tower
 
I remember I connected to serial port without power off when I use IR tower every time, can it let IR tower get fault? Zhengrong (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  Re: My RCX doesn't work!
 
I would replace the battery in the tower again. Watch the green light on the tower as you boot the computer. It should turn on once for a short time and then for a longer time as the boot sequence is completed. Check the cable connections at both (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  Re: My RCX doesn't work!
 
Where can I buy IR tower? Zhengrong (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx, lugnet.robotics)
 
  Re: My RCX doesn't work!
 
I didn't say clear, I just used new battery both for tower and RCX, I tried my Scout at the moment, it also can't be detected, it seems the problem is in tower, May I need to change a new tower? Zhengrong (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  Re: My RCX doesn't work!
 
I had the same Problem with my cybermaster after I took a new battery for the tower (no accu !) it worked fine again. Stefan (...) -- ***...*** Dipl.Inf. (FH) Stefan Prescher Fachhoschchule Oldenburg/Ostfriesla...helmshaven Fachbereich E+I / (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  My RCX doesn't work!
 
I haven't used my RCX for a while, I found it doesn't work when I want to download firmware to it today. In fact, it is near non working! The RCX2 tools, nqc, lejos and WinNQC all can't find this RCX, but it can be found in 1% chance even if I put (...) (24 years ago, 23-Feb-01, to lugnet.robotics.rcx)
 
  Re: multiple "execi" with different priorities
 
(...) Actually legOS multitasking is preemptive :-) bye Bernardo (24 years ago, 22-Feb-01, to lugnet.robotics.rcx.legos)
 
  Re: X Windows front-end for NQC?
 
(...) Thats great! I have a working GCC cross compiler for the Agenda (A Linux Based PDA (URL) ). The little box uses standard /dev/ttySx so I suspect the porting will go well. This means I will have the tower hanging off the PDA, but I really hope (...) (24 years ago, 22-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: X Windows front-end for NQC?
 
(...) I'm not familiar with the Agenda, but if you have a gcc compiler for it, several hundred K of heap space, and basic file I/O, then the port of NQC itself generally comes down to one thing: serial interface class (platform/PSerial_xxx.cpp). For (...) (24 years ago, 22-Feb-01, to lugnet.robotics.rcx.nqc)
 
  equiv. to SetRandomSeed() for firm0309?
 
Is there a way to do the equivalent to SetRandomSeed() with 1.x firmware (3.09) which--if I understand correctly--is only available for RCX2 (3.28)? Maybe some kind of low level code to set the appropriate memory address? Thanks, Rik. (24 years ago, 22-Feb-01, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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