To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *32983 (-10)
  Re: where buy Rot Sensor and Micro Mot in EU
 
(...) If you check eBay you will find them sometimes. Do a search on 'Lego Mindstorms'. In fact, one Micro Motor just went up for auction to-day. Look here: (URL) (23 years ago, 16-May-02, to lugnet.robotics)
 
  Re: where buy Rot Sensor and Micro Mot in EU
 
(...) Well, you can try www.bricklink.com . They are worldwide and are sort of like Ebay for LEGOs. Or maybe check E-Bay. They`ve got lots of LEGO's cheap. Car (23 years ago, 16-May-02, to lugnet.robotics)
 
  where buy Rot Sensor and Micro Mot in EU
 
Does anybody know where I can order the Rotation Sensor (#9756) and MicroMotor (#5119) from Europe (I live in Belgium) ? I asked "Lego Direct Europe", but they claim these are not for sale separately. Many thanks ... (23 years ago, 16-May-02, to lugnet.robotics)
 
  cygwin error
 
i got this error while trying to setup legOS 0.2.6 i'm running windows XP scott@FAMILYCOMPUTER /legos-0.2.6 $ make depend for i in util lib boot demo ; do make - --unix NODEPS=yes -C $i depend || exit 2 ; done make[1]: Entering directory (...) (23 years ago, 16-May-02, to lugnet.robotics.rcx.legos)
 
  Re: nqc question
 
(...) I don't see how that could possibly work - where does this code turn the motor off? You need something like: task sensor_to_motor () { while ( 1 ) /* Do this forever... */ { Off ( motor ) ; /* Turn the motor off */ while ( sensor == 0 ) /* (...) (23 years ago, 16-May-02, to lugnet.robotics)
 
  RE: nqc question
 
Roel, If it's not critical to monitor/control the motor with the RCX, you could use Lego's 9V battery box (part #5391 on S@H). It has a pushbutton-type switch. This saves you a motor port, sensor port, and programming. However, it is larger and not (...) (23 years ago, 16-May-02, to lugnet.robotics)
 
  Re: latest legOS strangeness
 
I was torn between 'float' and 'brake' when implementing the remote control handler. I eventually opted for 'brake' since that is how the Lego RCX firmware does it. With regard to the strange motor behavior. I too noticed this while debugging the (...) (23 years ago, 16-May-02, to lugnet.robotics.rcx.legos)
 
  Re: nqc question
 
(...) What combinations of if while and until did you use? I'm not sure if you tried this already, but I would think that you could simply use the following code: while(1) { if(SENSOR_X == 1) On(OUT_Y); until(SENSOR_X == 0) } that should check it (...) (23 years ago, 16-May-02, to lugnet.robotics)
 
  output to input connection
 
I was sitting at my desk trying to figure out what it would take to send a variable value to the computer using NQC, and I couldn't figure anything out. I thought I might be able to use datalogging with a rotation sensor and a motor, but then I (...) (23 years ago, 16-May-02, to lugnet.robotics)
 
  nqc question
 
I want to have a motor turn as long as i press a touch sensor and stop when i release it. This is probly a very simple problem but I cant seem to solve it. I tried if while and until but for some reason it didn't work *** email: (...) (23 years ago, 16-May-02, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR