 | | Re: lego how to
|
|
(...) I never saw something like that. Do you really want to write an Assembler program in H8 assembler? You could do that with the gnu toolchain, get all some informations regarding the H8 at: (URL) you want to use the Lego runtime system, you (...) (22 years ago, 10-Oct-03, to lugnet.robotics)
|
|
 | | Re: disable LNP
|
|
(...) Steve, If no IR traffic (of any kind) is occurring, then there is very little overhead associated with LNP being active. In any event, this trivial amount of overhead (in systime.c) can't be disabled. What you really need to be concerned about (...) (22 years ago, 10-Oct-03, to lugnet.robotics.rcx.legos)
|
|
 | | RE: Mechanical pneumatic piston
|
|
They could have made the worm gear a different diameter so that the length could be adjusted. -----Original Message----- From: Mike Thorn [mailto:buachaille@neo.rr.com] Sent: Friday, October 10, 2003 9:38 AM To: lego-robotics@crynwr.com Subject: (...) (22 years ago, 10-Oct-03, to lugnet.robotics)
|
|
 | | lego how to
|
|
Hello everybody! Does anybody know, where I can get a good manual for the legorobot programming ind assembler? I need to know how to work with the rotating sensor and the IR from the RCX (not the IR sensor). Good would be something with Programming (...) (22 years ago, 10-Oct-03, to lugnet.robotics)
|
|
 | | Re: Linked Lists in BrickOS
|
|
(...) Michael, This will save you a few keystrokes: pNext = 0; :-) Mark (22 years ago, 10-Oct-03, to lugnet.robotics.rcx.legos)
|
|
 | | RE: Mechanical pneumatic piston
|
|
(...) Hmm...yes, now I see. Unless you owned sequential worms, it wouldn't fit. Thanks for clarifying. Now I see what Steve was driving at. ~Mike (...) (22 years ago, 10-Oct-03, to lugnet.robotics)
|
|
 | | Re: Mechanical pneumatic piston
|
|
(...) Ah... I missed this post and asked the same question (less clearly) in another post. (...) Kevin (22 years ago, 10-Oct-03, to lugnet.robotics)
|
|
 | | Re: Mechanical pneumatic piston
|
|
(...) The problem is that you would need a mold for each unique part that is cut. If the number of rotations/divided by the length does not give you length that is repeatable using quarter turns you need more than one mold. This is *not* good (very (...) (22 years ago, 10-Oct-03, to lugnet.robotics)
|
|
 | | Re: Mechanical pneumatic piston
|
|
(...) I'm not sure I agree with that. It seems to me that if you made these worms from one great long string, all you need to do is cut them wherever you want a new one. The helii (is that a word?) would still line up. I don't see why they couldn't (...) (22 years ago, 10-Oct-03, to lugnet.robotics)
|
|
 | | Re: Linked Lists in BrickOS
|
|
(...) Actually, it turned out that there was some leftover obj or mak files that were messing up the compiler. I purged the directory, and all was well. Thanks for the tip on tabbing. Just wanted to confirm that a BrickOS pointer is only 2 bytes... (...) (22 years ago, 10-Oct-03, to lugnet.robotics.rcx.legos)
|