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 / *4195 (-20)
  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)
 
  Re: please help with threaded robot program
 
(...) Thanks for the pointer. I'll go check it out. (My bad for not actually searching on "subsumption" -- I think I searched for +lejos +thread.) Susan (24 years ago, 22-Feb-01, to lugnet.robotics.rcx.java)
 
  Re: multiple "execi" with different priorities
 
(...) of (...) The call looks fine, but as Bernado said, you have to make sure that higher priority tasks relinquish control regularly. IIRC all tasks of a given priority must get a slice before any lower priority tasks get any slice. And remember (...) (24 years ago, 21-Feb-01, to lugnet.robotics.rcx.legos)
 
  Re: multiple "execi" with different priorities
 
(...) That line seems ok to me. Setting priority for a task above 10 (normal priority) may cause starvation to other tasks. This depend on what your function process() does. If it never waits (using calls like wait_event(), sleep(), sem_wait()...) (...) (24 years ago, 21-Feb-01, to lugnet.robotics.rcx.legos)
 
  X Windows front-end for NQC?
 
Hi Folks, I have used the RCXCC under windows for quite a while, but now I am quite taken with my shiny new Linux install on my desktop and my Agenda linux PDA. I searched through the archives and found Joel asking about a GUI for NQC, but there (...) (24 years ago, 21-Feb-01, to lugnet.robotics.rcx.nqc)
 
  multiple "execi" with different priorities
 
Hi, I am trying to run three different tasks, with the "execi" command. When all of the have the same priority=10, everything works ok. When I change the priority in one of them priority=11 or 12, then everything seems to go much slower, and (...) (24 years ago, 21-Feb-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