 | | Re: Three kinds of motors?
|
|
(...) All three work with Mindstorms. * The micromotor is low in power and low in speed - you'd really only want to use it where space is at a premium. The micromotor is just 2x2 studs and two bricks high! * The motor that comes with RIS and RDS is (...) (24 years ago, 17-Dec-01, to lugnet.robotics)
|
|
 | | Three kinds of motors?
|
|
Looking at brickbay for an extra motor for mindstorms i found three different kinds of motor: - Technic motor (not the one it came with RIS) - Technic Mini-motor (RIS one) - Technic Micromotor (?) Can someone explain the differences, and most (...) (24 years ago, 17-Dec-01, to lugnet.robotics)
|
|
 | | Shuting up the RCX
|
|
Hi all. Just a simple question, does anybody know if there is anyway to stop rcx beeping everytime i turn it on or off. It is terribly annoying at 2:00 in the morning :-) Thank Francis (24 years ago, 17-Dec-01, to lugnet.robotics.rcx)
|
|
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
This program turns on motor A and leaves it running until a touch sensor attached to input 1 is pressed, then it turns off the motor and plays a sound: task main() { On(OUT_A); until(SENSOR_1 == 1); Off(OUT_A); PlaySound(SOUND_UP); } Dave (...) (24 years ago, 16-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
|
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
Hi Chris, (...) this is a bit crazy, unless your sensor value is a bit pattern. (...) This is sensible, but are you sure it's ok to use equality and not inequalities like SensorValueRaw(1) < 240? (...) but it's equivalent, also in C, where & is (...) (24 years ago, 16-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
|
 | | Re: Home-made One-way valve
|
|
(...) stuff. You say it is not possible to use an air tank in the old style circuit, but would it work with two air tanks, one on the high pressure hose and the other on the vaccuum hose, between the pneumatic "diode" and valve? Jennifer (24 years ago, 16-Dec-01, to lugnet.robotics, lugnet.technic, lugnet.build)
|
|
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
I've sort of solved my problem, but not in a way which really makes total sense. Both of the below fragments work as expectd: #1 if ((SensorValueRaw(1) & SensorValueRaw(0)) != 255) #2 if ((SensorValueRaw(1) != 255) || (SensorValueRaw(0) != 255)) (...) (24 years ago, 16-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
|
 | | How to read the touch sensors on the Scout in NQC?
|
|
All, I'm feeling pretty stupid right about now. I've read the NQC docs, looked in the newsgroups, books, etc, but I can't seem to figure out how to read the touch sensors on my Scout. I want to implement a bumper checking task but no matter how I (...) (24 years ago, 16-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
|
 | | Re: About SensorValueRaw(SENSOR_3) in Scout
|
|
Zhengrong, I'm sure you figured this out by now, but I just got it last night so here is a task which reads the light sensor and outputs a sound based on the raw reading. task drone() { CalibrateSensor(); while (shut_up==0) { int b = (...) (24 years ago, 16-Dec-01, to lugnet.robotics.scout)
|
|
 | | Re: MIDI to NQC/RIS2.0 translator "Midi2LSC"
|
|
Makino-san, I'm gald you did this because you just saved me the trouble of doing it myself!!! Thanks, Chris Barker (...) (24 years ago, 16-Dec-01, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
 | | Installation Problem: RIS2.0 USB on Fast Athlon ??????
|
|
Anyone heard of this?? Getting desparate!! I have installed RIS2.0 on about 12 machines of various types at the local school, and on my wife's IBM laptop: no problems. I recently built a new machine. Fast (1.4G) AMD Athlon, 512M, ASUS motherboard. I (...) (24 years ago, 16-Dec-01, to lugnet.robotics)
|
|
 | | Home-made One-way valve
|
|
For those who are willing to dismember their Legos, here's how to make your own one-way valve from the hand pump: (URL) designed by Christophe Masclet from France. To be sure, Chris has some more home-made pneumatics stuff coming up. Btw, the (...) (24 years ago, 16-Dec-99, to lugnet.robotics, lugnet.technic, lugnet.build)
|
|
 | | Re: legOS
|
|
Luis Villa wrote a howto for legOS. (URL) is a legOS list at lugnet. Andy ----- Original Message ----- From: "nanobapt" <nanobapt@nordnet.fr> To: <lego-robotics@crynwr.com> Sent: Friday, December 14, 2001 2:38 PM Subject: legOS (...) (24 years ago, 15-Dec-01, to lugnet.robotics)
|
|
 | | Pictures from Mindfest in Texas
|
|
almost 4 months late, but who is counting? Pictures of spin-art machines from Mindfest in Forth Worth: (URL) Erwin (URL) (24 years ago, 15-Dec-01, to lugnet.robotics.rcx)
|
|
 | | Re: learning RoboLab (long)
|
|
(...) I haven't seen this but I imagine that it is similar to the Control Lab version, only taking advantage of the multi-processing capability of the RCX. At least that was my $0.02 during the brainstorming session for this packet. :) (...) If this (...) (24 years ago, 15-Dec-01, to lugnet.robotics.rcx.robolab, lugnet.edu, lugnet.dacta, lugnet.books, lugnet.robotics.scout, lugnet.robotics.vll)
|
|
 | | Re: Injection-Molding Factory
|
|
Great job! The fiber optics are just super in the movie. -- Bob Fay THE SHOP (URL) Kalpin" <jdkalpin@sympatico.ca> wrote in message news:GoCoIG.L0o@lugnet.com... (...) Molding (...) (24 years ago, 14-Dec-01, to lugnet.robotics)
|
|
 | | Re: Injection-Molding Factory
|
|
Oh, that's cool! I worked with Injection molding machines as part of my college degree, and worked a few jobs with IM machines--killer job! -Scott (...) (24 years ago, 14-Dec-01, to lugnet.robotics)
|
|
 | | Re: Forced to use IR Tower?
|
|
(...) built into your (...) this is not (...) You understood me correctly. <snip> :-( (24 years ago, 13-Dec-01, to lugnet.robotics.rcx)
|
|
 | | Re: I'm not into robotics myself but........
|
|
[snip] (...) The software sounds like an interesting project, but I'd have to know how the hardware works and I'm not sure I could even do it. Keep us updated if you decided to build it. (24 years ago, 14-Dec-01, to lugnet.robotics)
|
|
 | | legOS
|
|
Did some help me for an introduction to legOS ??no howto please ... nanobapt (24 years ago, 14-Dec-01, to lugnet.robotics)
|