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 / *1950 (-20)
  size of programs
 
Hi Is there an easy way of calculating the exact size of a program in bytes (for NQC). I would like to know how much I've got available for the datalog when the program is downloaded. The "dots" in the download-process, do they signify anything, or (...) (25 years ago, 14-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: patch for lnpd ( Collision problem in far-mode )
 
I applied the patch manually (ok. I admit it was fairly obvious where the changes had to be made) Maby I made a mistake applying the patch or something as I still get Collission errors. I tried two IR towers in both near and far mode, still the same (...) (25 years ago, 14-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: (fwd) Re: patch for lnpd ( Collision problem in far-mode )
 
(...) hmm, once again it looks like we need a public place to exchange such things.. is anybody still looking after the sourceforge stuff ? (25 years ago, 14-Feb-00, to lugnet.robotics.rcx.legos)
 
  How about LegOS & IR "long range"?
 
Well. It's a bit strange that under LegOS you "must" work only in "near"/"short range" mode. So I've modified my kernel to work always in "far" or "long range" mode (that works with near too)... Now I'm able to upload kernel and .lx to my RCX placed (...) (25 years ago, 13-Feb-00, to lugnet.robotics.rcx.legos)
 
  Martin's Patch for LNPD and the LEGO Remote
 
Interestingly enough, this patch makes it possible for me to modify the code inside lnpd to allow it to receive signals from the Lego Remote (9738). Prior to the patch, I was getting a framing error whenever the remote sent a message with a single (...) (25 years ago, 13-Feb-00, to lugnet.robotics.rcx.legos)
 
  (fwd) Re: patch for lnpd ( Collision problem in far-mode )
 
The problem is that lines in Martin's original message got folded over by email. You'll have to bring the patch into an editor and combine lines 8 and 9 of the original post (be sure there is a space between "..time, " and "tx _..." Then combine the (...) (25 years ago, 13-Feb-00, to lugnet.robotics.rcx.legos)
 
  RE: Drive R/C Servos with the RCX and pbForth (long)
 
<snipped discussion of the math of selling servo controller boards> (...) I'm not too worried about them stealing the idea. I can't imagine that none of their designers have thought about driving servos with the RCX. The circuit itself is so simple (...) (25 years ago, 13-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: Drive R/C Servos with the RCX and pbForth (long)
 
In lugnet.robotics, Ralph Hempel writes: <snip> (...) What they will do and what they can do are two separate questions. Basically they can do nothing about the sales. They can complain about not respecting their trademark, or of copying of their (...) (25 years ago, 13-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: patch for lnpd ( Collision problem in far-mode )
 
(...) Pardon, Mike, i should have anticipated that, because i had the same problem when i first tried to apply a patch. The usage of patch is a little uncommon: You have to provide the patch through stdin !. Thus, i'd suggest the following (...) (25 years ago, 13-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: patch for lnpd ( Collision problem in far-mode )
 
No matter what I do (opening the window, turning on more lights etc) I can't get the tower to stop seeing collissions. I must admit that IR reflects so well in my house that the TV remote works form other rooms. So I tried loading your patch (...) (25 years ago, 13-Feb-00, to lugnet.robotics.rcx.legos)
 
  patch for lnpd ( Collision problem in far-mode )
 
(...) i had never seen this interesting effect, because i always had my tower in near mode, where it only happens if you put the tower straight in front of a wall. I suspect it's a little more complex to explain what happens here, because the tower (...) (25 years ago, 12-Feb-00, to lugnet.robotics.rcx.legos)
 
  RE: Drive R/C Servos with the RCX and pbForth (long)
 
(...) Oops, forgot to answer the main question. Yes, I have thought about making boards...and as soon as I get out from under my current workload I'm going to give it even more thought.... It is just not worth my time and money to make any less than (...) (25 years ago, 12-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  RE: Drive R/C Servos with the RCX and pbForth (long)
 
(...) I hear you, John. Learning a new language can be a bit tricky, and I won't go into the details of why I think it's a good idea to learn different languages to get the benefit of different ways of thinking about problems...oops, don't get me (...) (25 years ago, 12-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: Drive R/C Servos with the RCX and pbForth (long)
 
Ralph - I'm interested in the use of servos with the RCX, but I have no interest in learning the quirks of another computer language. I'm already a bit familiar with Visual Basic,and control the RCX with it. Can your pbForth solution be duplicated (...) (25 years ago, 12-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: Having trouble with -D option
 
One other thing ... when I first made a simple program to demonstrate the problem, I used a lowercase d for my symbol and got this error: # Error: parse error File "rcx.nqh" ; line 118 # void SetDirection(const int o, const int d) { asm { 0xe1, (o) (...) (25 years ago, 12-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: Windows NT Success Story!
 
Thanks a lot for this really helpful and detailed post! Especially thanks for making the result of your success story available for download. This allowed me to simply download the whole thing and start experimenting with legOS applications rather (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx.legos)
 
  RE: LNP Example please
 
I have observed the same behavior... only by night. I think it must be the tower receiving echoes of its own packets. The sollution: place the tower far away from objects that can reflect light (including yourself). I also changed the tower battery (...) (25 years ago, 12-Feb-00, to lugnet.robotics.rcx.legos)
 
  RE: Drive R/C Servos with the RCX and pbForth (long)
 
(...) I should add here that no external power source is necessary to drive the servo. This is important since a micro or miniservo and an SMT version of the driver can be made to fit INSIDE a space similar to a worm gear box (6588 in LDraw). I'm (...) (25 years ago, 12-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  RE: Drive R/C Servos with the RCX and pbForth (long)
 
(...) No, the servo needs power to the + and ground terminals to drive the motor to the setpoint indicated by the signal wire. If I don't invert the signal there is no power for about 30msec and only 1 or 2 msec ov voltage on the motor port. By (...) (25 years ago, 12-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: Drive R/C Servos with the RCX and pbForth (long)
 
(...) If you're using a custom motor driver in pbForth, why use the inverter circuit at all? Why not just generate the desired waveform directly? Is there not enough current to drive the servo that way? --Ben (25 years ago, 12-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth, 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