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 / *1770 (-20)
  Curious problem with download
 
I just got Mindstorm set, and since I do not have a PC, NQC seemed like a great place to start. I tried Mac NQC and did not get very far downloading the RCX firmware. Every attempt resulted in the IR tower not seeing the RCX. I have a G3 blue and (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: LegOS does not work on 1.5 RCX
 
Before anyone replies to my previous message, found the problem. I have a light over my desk and this was interfering with the IR transmission. Turned the light off and moved the RCX a little closer to the tower and hey presto, all OK. Does legOS (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  LegOS does not work on 1.5 RCX
 
Hi I installed the win version of legOS and downloaded the firmware legOS.srec to both my RCX's. The older RCX from a 1.0 set seems to accept .lx files OK the first time after the firmware is downloaded. The new version will not accept any .lx (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  more on the rotation sensor
 
I did some more experiments last night. My conclusion is that the majority of apparent 2-state transitions never actually occur (that is: the sensor does not actually travel through 2 states between two consecutive sensor readings). The order of the (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  legOS timers
 
Hi! Did anyone write any 'nicer' wrapper functions for handling the RCX timers? Or am I blind and can't find them? 8^) /Vlad (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  FW: installation problem!
 
-----Original Message----- From: George Lampke [mailto:glampke@verinet.com] Sent: Thursday, January 27, 2000 12:50 PM To: Ralph Hempel Subject: Re: installation problem! You are right Ralph. Using the command line version of NCQ works to load (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  RE: installation problem!
 
(...) I've only verified pbForth being uploaded using the commandline version of NQC. (...) This is good. Has anyone else out there tried RCXCC to upload the pbForth firmware???? Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Light sensors
 
(...) more light and is working.... Erm... it isn't really working - it exhibits the same 'inverted' behaviour, looking for a white line on a black background... /Vlad (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  Light sensors
 
Hi! Maybe this is obvious for all experienced legOS users - I am displaying the values read from the light sensor on the LCD, and I get values of ~30 for light and ~520 for darkness... This seems very strange - is it the display wrong, or are these (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: Firmware startup bug?
 
I have replaced my batteries without erasing the firware several times. The trick is replacing the batteries one at a time with the brick turned off. You have then several (10 or so) seconds between each replace. If you leave the brick switched on (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  installation problem!
 
Running Windows98. All works well with original RCX firmware and NCQ programs. Was anxious to try out pbFORTH as an alternative!! Unzipped pbforth111.zip and used RCX Command Center to download pbForth.srec. Progress window looked good UNTIL the (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.pbforth)
 
  Re: opposite of float command for nqc ?
 
Thanx. That solved my problem. (...) including a (...) directions (...) drives. (...) used (...) where (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Firmware startup bug?
 
Probably related to the garbage on the lcd that you get when turning off the RCX with a sensor active: if there is a light or rotation sensor or a pressed touch sensor connected to the RCX when you download firmware legOS will crash immediately (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: opposite of float command for nqc ?
 
In NCQ & RCX Code, "Off" is the closest one gets to "locking" a motor. It will resist being turned, but in a crane application I can envision enough force to externally turn the shaft. You can prevet this from happening by including a worm gear in (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.nqc)
 
  opposite of float command for nqc ?
 
is there a command for ncq the lock a motor in place, sorta opposite to the float command? I have a arm that i have made and it sits sorta like a crane with a motor to rotate it up and down. Problem is i need it to stop at the bottom to pick an (...) (25 years ago, 27-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: rotation sensor mystery solved?
 
(...) That's one of the reasons I got mine. I was trying to make a simple balancer when I built the pendulum I described (with 4.5 degree accuracy). There were a lot of problems with my mechanism, but the overriding problem was that the 0 point (...) (25 years ago, 26-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: rotation sensor mystery solved?
 
(...) which (...) I added code to assume that 2 step transitions were 2 steps in the last known direction of travel. The results were MUCH worse than just ignoring those steps, as the current code does. This seems to suggest that the 2-step (...) (25 years ago, 26-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: rotation sensor mystery solved?
 
(...) I got a letter two days ago indicating that the two rotation sensors I ordered the first week in January are nicely on backorder and will ship in a month or so. This is similar to what I was told on the phone when I ordered them from Shop and (...) (25 years ago, 26-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: rotation sensor mystery solved?
 
(...) I tried hacking something like this into the old rotation sensor code, and it didn't go real smoothly, but is definitely a necessity (I think) if you want the sensor to handle very, very high speed apps. (...) I am. I'm almost tempted to steal (...) (25 years ago, 26-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: rotation sensor mystery solved?
 
(...) What exactly do you intend here, Martin? I spent quite some time working on this over the summer and in the fall, and had a great deal of problems but also some success. I'd be happy to help you out with my experiences if you have some idea (...) (25 years ago, 26-Jan-00, 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