 | | Sensor Power
|
|
ok, I have a real question. I'm interested in sending messages between RCXs using only the sensor ports. I've tested and found by switching between active and passive, signals can be sent, however, when the port is set to active, it is not powered (...) (22 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Motor Display
|
|
For some silly reason, I was browsing through the BrickOS code and I noticed this: void motor_a_dir(MotorDirection dir) { dm_a.dir = dm_a_pattern[dir]; dlcd_hide(LCD_A_LEFT); dlcd_hide(LCD_A_RIGHT); if (dir == fwd || dir == brake) (...) (22 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: nop in NQC?
|
|
(...) you may try something like this: On(OUT_A+OUT_C); On(OUT_A+OUT_C); Off(OUT_A+OUT_C); or if you're looking for speed control, you could try: if (speed>5) On(OUT_A+OUT_C); else Off(OUT_A+OUT_C); if (speed>4) On(OUT_A+OUT_C); else (...) (22 years ago, 5-Jan-04, to lugnet.robotics)
|
|
 | | Re: Does RIS2.0 set use the fiber optics cable?
|
|
"Luke W" <lwenke@dont_spam_me...tmail.com> wrote in message news:Hr03BI.1Bsz@lugnet.com... (...) Look right. I can't find any use for it in the instructions either. (...) of (...) In my RIS 2.0 set it is actually 25L (25 studs) long. What is the (...) (22 years ago, 5-Jan-04, to lugnet.robotics.rcx)
|
|
 | | Re: nop in NQC?
|
|
(...) Try this: int i; i = i; Kevin (22 years ago, 5-Jan-04, to lugnet.robotics)
|
|
 | | nop in NQC?
|
|
Is there a NQC command that will translate to a simple nop bytecode? I'm looking for a way to do fine-precision timing, and frankly checking a timer takes too long. For very fine motor control, I'm trying to use sequences like: On(OUT_A+OUT_C); (...) (22 years ago, 5-Jan-04, to lugnet.robotics)
|
|
 | | Re: NQC for sale?
|
|
(...) Nope. NQC was released under the Mozilla Public License which afaik gives users of the software the royalty free license to do whatever the heck they want with it (including resell it). The idea here is they will make money off of the people (...) (22 years ago, 5-Jan-04, to lugnet.robotics)
|
|
 | | Re: The BrickOS Task Manager
|
|
(...) only as a side note: you shouldn't really do this. you are burning precious cpu-cycles here. it should look something like while(!(rowdone && coldone)) msleep(5); if you're in a hurry you can make smaller msleep's... (22 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: IR Tower and Hyperthreading
|
|
(...) HMM mindstorms user decrease ? .... that's so bad ! (...) Can we access to windows code driver ? nanobapt (22 years ago, 5-Jan-04, to lugnet.robotics)
|
|
 | | NQC for sale?
|
|
Did anyone notice that NQC is now for sale on a CD from Pitsco? Its in the latest catalog I just received. Page 12 - #991032 entitled C-BASED Programming Educator. This package apparently includes NQC and Interactive C, whatever that is. I hope this (...) (22 years ago, 5-Jan-04, to lugnet.robotics)
|