 | | Cybermaster or equivalent
|
|
I take it the cybermaster, radio controlled kit is not available. Is there an equivalent radio controlled program to work with the RCX? I know we have some folks here at UMaine working on such, but it seems like there used to be a solution. Any info (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | Re: Lego Rotation Sensor Internals - and fix
|
|
(...) Philo, I hope a LEGO Engineer sits in on this newsgroup and does something useful with your work. There has been a lot of 'traffic' here describing the problem in different ways, but you are the one who finally got to the bottom of it. Great (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | Re: Lego Rotation Sensor Internals - and fix
|
|
(...) I agree, excellent work! (...) These values seem a bit low when compared to Michael Gasperi's (see his rotation sensor page), perhaps my batteries were exhausted. I noticed that the sensor is quite sensitive to temperature (I even considered (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | Re: Hacker rcx
|
|
Hi, It looks like you really meant a single "byte". To my understanding from the RCX 2.0 (with usb port) SDK available from Lego, the "byte" would have to be wrapped up in a certain way, such as leading sync bytes plus a number of conditions to form (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | RE: Lego Rotation Sensor Internals - and fix
|
|
Philippe: This is a very good review of what goes on in the sensor. And of course the simple fix is wonderful. I know how much work even one page like this is and I would like to thank you for taking time to post it. (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | Re: Hacker rcx
|
|
Yes my rcx have the firmware !! So i send the Byte by the SENDBYTE command which include in the port.dll which I use thanks nanobapt ---...--- "la cuillère n'existe pas" (URL) : 94470030 ----- Original Message ----- From: PC CHAN To: nanobapt Cc: (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | Re: Hacker rcx
|
|
I want to send message directly by the serial port And i use Visual Basic and a dll program : port.dll. This program give me access to the serial port. It's very simply to use. thanks nanobapt ---...--- "la cuillère n'existe pas" (URL) : 94470030 (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | A link of interrest
|
|
Hi, I dont know if anyone would be interrested or if this has come up before on the group, but heres a nice link that I found today, while searching for information on gears. Thanks Mark (URL) MIME ATTACHMENTS DISCARDED: 1. Content-Type: text/html; (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | Lego Rotation Sensor Internals - and fix
|
|
Hello fellow Mindstormers, After a few hours lent over my oscilloscope, here is what I learned about Lego rotation sensor : (URL) will find there theory of operation, schematics and a fix to the random count problem at low rotating speed. Enjoy ! (...) (24 years ago, 22-Jan-02, to lugnet.robotics, lugnet.announce) !!
|
|
 | | Re: thread class for legOS
|
|
(...) In the post you replied to saying "static doesn't matter", the proposal was: private: static int runWrapper(...) ; I then replied to your post, etc. Anyway, let's not degenerate into he-said-she-said. We're really just talking past each other (...) (24 years ago, 22-Jan-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: NQC 2.4 r1 released
|
|
Its been brought to my attention that Lego has already released the Mac SDK and driver for the USB tower (sorry I didn't see it!): (URL) should be able to post an updated version of NQC with USB support for Mac OS9 tomorrow. Dave (...) (24 years ago, 22-Jan-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: broken motor, how to take apart?
|
|
I don't think lego has any time limit on their warranty, you should call them and see if they will replace it. (...) (24 years ago, 22-Jan-02, to lugnet.robotics)
|
|
 | | Usb-uhci fix that works with legousbtower + nqc
|
|
Hi Georg, I have tried usb-uhci.c version 1.275 found in the usb cvs. It works. Great, we now have an official fix for those who prefer to use the newer usb-uhci module instead of uhci. Thank you very much, P.C. (24 years ago, 21-Jan-02, to lugnet.robotics)
|
|
 | | Re: thread class for legOS
|
|
(...) In fact, neither of these suggestions will work with the code as it stands, because the runWrapper() function tries to call the Run() function, which is a non-static member function. You could pass a pointer to the class instance (this) in the (...) (24 years ago, 21-Jan-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Re: broken motor, how to take apart?
|
|
I've never had one of these motors, so I don't know what's inside. However, I used to rebuild starter motors for vehicles and a problem like this was usually associated to solidified grease, especially in gear reduction motors. We used to set the (...) (24 years ago, 21-Jan-02, to lugnet.robotics)
|
|
 | | Re: broken motor, how to take apart?
|
|
I have had luck bringing motors of all sizes back to life, by soaking them in WD-40 overnight and then spinning them up with an electric drill. Robb, (...) (URL) (24 years ago, 21-Jan-02, to lugnet.robotics)
|
|
 | | Re: broken motor, how to take apart?
|
|
This general subject has been discussed here before. I'm sure you can search the lugnet archives for more info. However, as my supply of motors has aged, I too have noted that they do tend to seize or at least stiffen up with lack of use. I have (...) (24 years ago, 21-Jan-02, to lugnet.robotics)
|
|
 | | broken motor, how to take apart?
|
|
Not sure if this is the right group...anyway Just got back into Lego robot and rebuilt one of my bots. But one of the motors has become very tight, will just about turn. The motor was left unused for a bout 9 months in a dry room so not sure what (...) (24 years ago, 21-Jan-02, to lugnet.robotics)
|
|
 | | Re: Handyboard Sonar question
|
|
I don't have any connector in the J11 space (middle right edge of the expansion board). All I have are 9 holes in the board that are in the same configuration as the bottom of the sonar module's 9-pin male connector. So if I solder the bottom of the (...) (24 years ago, 21-Jan-02, to lugnet.robotics.handyboard)
|
|
 | | Re: thread class for legOS
|
|
(...) Unless you define a function as a member function, there is no this parameter at all. In the example given, it was not a member function at all (nor should it be). I believe you are thinking of a static member function vs. a non-static member (...) (24 years ago, 21-Jan-02, to lugnet.robotics.rcx.legos)
|