 | | Re: somewhat off topic, but...
|
|
I'm NOT biased because I DIDN'T write the thing... Forth is a wonderful language that has a proven track record. I don't use it in my job simply because management has never heard about it. I don't mean to imply that languages are chosen by (...) (23 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: latest legOS strangeness
|
|
(...) is (...) Not really.. braking using the current generated by the motor (acting as a generator) once the power is removed from it. H-Bridge has what is called a break bit. The break bit simply shorts the two terminals on the motor together, (...) (23 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: latest legOS strangeness
|
|
(...) Maybe make this selectable with a build option? The bad thing about brake is that it actually draws current (=reduces battery life) ROSCO (23 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: where buy Rot Sensor and Micro Mot in EU
|
|
You can buy the micro motor from your local Lego Dacta distibutor. See a list here: (URL) can get the rotation sensor in the Ultimate Acessory Set (#3801), which has lots of other useful bits, including the remote control and a touch sensor. (...) (23 years ago, 16-May-02, to lugnet.robotics)
|
|
 | | Re: Microscout assembly?
|
|
Hmm... Well, you could try www.mindstorms.com (or whatever it is) and look fo the configuration. I remember looking around that side and seeing some diagrams and shematics. I have that set too, and I have no intentions of taking it apart (lucily) (...) (23 years ago, 16-May-02, to lugnet.robotics, lugnet.robotics.microscout)
|
|
 | | 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)
|
|
 | | BrickFest 2002 Presenters Wanted
|
|
BrickFest 2002 is putting extra focus on both Technic and Mindstorms activities this year. With that in mind, the organizers are looking for individuals or organizations who are interested in giving related presentations. There are already a few (...) (23 years ago, 16-May-02, to lugnet.robotics, lugnet.technic)
|
|
 | | Custom ROboloab Investigator projects
|
|
does anyone know of any documentation on creating custom projects for use in robolab investigator? the manual at the tufts site ((URL) suggests such a thing exists but i haven;t been able to track it down asa yet TIA tony (23 years ago, 16-May-02, to lugnet.robotics.rcx.robolab)
|
|
 | | Re: latest legOS strangeness
|
|
(...) Nope, shorting the motors has no effect on the batteries actually.. when you spin the motor, it acts like a generator... by shorting out the motor you are actually using the motors own reverse emf (electromotive force) to brake system. I (...) (23 years ago, 16-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Robotics Courses
|
|
Hi, Firstly, can I say that the book mentioned in a previous post on this thread, and its sister publication regarding Lejos, are excellent; I received evaluation copies for a new module we are developing - see later - and they are to be recommended (...) (23 years ago, 16-May-02, to lugnet.robotics)
|
|
 | | Re: latest legOS strangeness
|
|
(...) To ansswer my own question. The problem was caused by memory corruption. In this case the memory corruption was caused by downloading a very large program in slot 1, and a small program in slot 7. The loading of the program in slot 1 seems to (...) (23 years ago, 16-May-02, to lugnet.robotics.rcx.legos)
|