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 / 2870 (-20)
  Re: Sign of center pin on power adaptor
 
(...) I once came across a box full of old wall wart power supplies at a rummage sale and after digging through it for 10 minutes or so I found three that had 12V AC and the correct plug for the RCX. They work perfectly and I think I paid about $1 (...) (17 years ago, 10-Jul-07, to lugnet.robotics.rcx)
 
  Re: Sign of center pin on power adaptor
 
(...) 9V (orientation doesn't matter). But I wouldn't recommend it as there have been reports of burnt out rectifiers from people doing that. Hope this helps, ROSCO (17 years ago, 10-Jul-07, to lugnet.robotics.rcx)
 
  Sign of center pin on power adaptor
 
I am looking for the sign of the center pin on the RCX 1.0 power adaptor plug. I have a DC 9v 200ma transformer and want to plug it into the RCX but I do not know what the sign is on the center of the plug. It looks like the rush on buying the old (...) (17 years ago, 10-Jul-07, to lugnet.robotics.rcx)
 
  RCX Code - Light Raw Values
 
Hi people, Its possible to configure/read RAW light sensor values with RCX CODE? I think i saw it sometime ago, but i could not find it. Thanks in Advance Patrick J. Levy ___...___ Omiccron Programação Gráfica Ltda. 11 3288-4832 (...) (17 years ago, 30-Jun-07, to lugnet.robotics.rcx)
 
  Alternate firmware upload from MacOSX
 
Hi all, We're trying to wrap up our alternative runtime for the RCX (first), and soon the NXT. I am struggling, however, to upload our firmware from the Mac using a USB tower. I can upload using a serial or USB tower from both Windows and Linux... (...) (17 years ago, 10-Jun-07, to lugnet.robotics.rcx)
 
  Re: IR Problems
 
(...) tom@tomlohre.com is my private address (18 years ago, 14-Apr-07, to lugnet.robotics.rcx)
 
  Re: IR Problems
 
(...) tom@tomlohre.com Dear Claude, Thanks for your message. I have delayed in replying to the excellent advice concerning communication with more than one RCX. Last night in a dream I realized that I could just bypass communication placing two push (...) (18 years ago, 13-Apr-07, to lugnet.robotics.rcx)
 
  Re: IR Problems
 
(...) Thank you for the excellent information concerning communication with more than one RCX. Last night in a dream I realized that I could just bypass communication placing two push button sensors where needed driving the additional RCX. The (...) (18 years ago, 13-Apr-07, to lugnet.robotics.rcx)
 
  Re: IR Problems
 
Hi Tom, I tried to send you a private mail, but the email address I have doesn't work anymore. Could you give me the new one? -Claude (18 years ago, 3-Apr-07, to lugnet.robotics.rcx)
 
  RE: IR Problems
 
Elizabeth is quite right. It's easy to get collisions on the IR "bus" if two devices are sending (or replying) simultaneously. What I've done in the past with two RCXs is define one RCX as primary that is periodically (every 100 to 250 milliseconds (...) (18 years ago, 2-Apr-07, to lugnet.robotics.rcx)
 
  RE: IR Problems
 
RCX IR does not require direct line of sight. All sorts of reflections will work. Especially if you're in a "smallish" (bedroom, home office) room. The RCX firmware always has the IR turned off. "Wait for mail" and "send mail" is just a higher (...) (18 years ago, 2-Apr-07, to lugnet.robotics.rcx)
 
  RE: IR Problems
 
IR communication is no where near the reliability like a tcp/ip. You can easily lose a message ... so program must be either extremely simple one way communication. The sender should be programmed to handle message loss. What I had the kids done was (...) (18 years ago, 2-Apr-07, to lugnet.robotics.rcx)
 
  Re: IR Problems
 
(...) Thanks for your reply. I had to return the 1.0 RCX and motor back to school today. Those things are like gold. The 1.0 faces the 2.0 and is not in direct line of sight of the tower. The 1.0 is just to the side of the tower. I think my problem (...) (18 years ago, 2-Apr-07, to lugnet.robotics.rcx)
 
  RE: IR Problems
 
Are you sure your problem isn't interference? How did you "lock out" the RCS 1.0 from receiving (and responding) to the direct commands? You have two RCXs turned on and sending direct commands from the PC. They will both try to respond to the (...) (18 years ago, 2-Apr-07, to lugnet.robotics.rcx)
 
  IR Problems
 
I have been running RoboLab 2.54 B on a Dell Inspiron 1100 with little problem until of late. I am using direct mode, tower set to high and the 2.0 RCX and tower are 3” from each other with the 2.0 RCX raised up 1” to better line up with the tower. (...) (18 years ago, 2-Apr-07, to lugnet.robotics.rcx)
 
  Re: IR tower problems on a laptop with NQC
 
(...) Now this is interesting. The Control Lab works just fine. (18 years ago, 13-Mar-07, to lugnet.robotics.rcx, FTX)
 
  Re: IR tower problems on a laptop with NQC
 
(...) I forgot to mention the green light. Ever since I enabled the serial port in the BIOS, the green light will only come on now when NQC is trying to transmit, which is what's supposed to happen. But then it reports the error I provided earlier. (...) (18 years ago, 13-Mar-07, to lugnet.robotics.rcx, FTX)
 
  Re: IR tower problems on a laptop with NQC
 
(...) Does the green light in the tower come on at all when you try to send the message? Is the light only on when you are trying to communicate? If the light is always one I would look for another application that is trying to use the serial port. (...) (18 years ago, 12-Mar-07, to lugnet.robotics.rcx, FTX)
 
  Re: IR tower problems on a laptop with NQC
 
I also figured out what COM3 was: the internal modem. I disabled it in Device Manager and now the only port that I can find in my C# app or in Hyperterminal is COM1, the serial port. But the IR tower is still not working. By the way, the built-in IR (...) (18 years ago, 10-Mar-07, to lugnet.robotics.rcx, FTX)
 
  Re: IR tower problems on a laptop with NQC
 
I feel kind of dumb: the serial port was disabled in the BIOS. However, now that it is enabled and is assigned COM1 (and shows up in Device Manager under Ports), I'm still having problems: C:nqc>nqc -SCOM1 -v -d test.nqc Downloading Program:Tx: 55 (...) (18 years ago, 10-Mar-07, to lugnet.robotics.rcx, FTX)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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