 | | Re: An OrthoGlide Mill
|
|
Beautiful! I saw that page on parallemic as well... Looks like you did a good job making the lego version! I liked the multiple worm gear setup you used to take up the backlash. Just a couple of questions... What are the crossed rubber bands for? Do (...) (23 years ago, 7-May-02, to lugnet.technic, lugnet.robotics)
|
|
 | | Re: Powered Sensors
|
|
No, the RCX knows nothing about the diodes. That is why devices like the light sensor only send a current signal in the range 0 - 0.32mA back to the RCX. This current then creates a voltage drop across the 10k reference resistor with respect to the (...) (23 years ago, 7-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Powered Sensors
|
|
Hello all, I recently purchased "Extreme Mindstorms - An Advanced Guide to LEGO Mindstorms" and I must say it is one of the best books out there for the power user. I have a number of questions regarding powered sensors. First of all, when the RCX (...) (23 years ago, 7-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: IR tower for ordinary infrared communication
|
|
I have heard of people using universal remotes that can "learn" commands to control their RCXen. Try a web/lugnet search. (...) (23 years ago, 7-May-02, to lugnet.robotics)
|
|
 | | Space Shuttle - quite a model!
|
|
Hi All: I was lucky enough to get a mint sealed Space Shuttle kit (8480) on EBay recently at a good price. I must say, I am quite impressed by the clever engineering incorporated in the model. Particularly interesting is the function gearshift (...) (23 years ago, 7-May-02, to lugnet.robotics)
|
|
 | | Re: IR tower for ordinary infrared communication
|
|
Is it possible to use the IR tower or RCX as a TV remote? Or use a universal remote to control an RCX? (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | Re: An OrthoGlide Mill
|
|
"Bob Fay" <rfay@attbi.com> wrote in message news:GvoyrL.G8x@lugnet.com... (...) You put a lot of work into it, and have a great result! Iain (23 years ago, 6-May-02, to lugnet.technic, lugnet.robotics)
|
|
 | | Re: Differential?
|
|
You can find complete building instructions on my site: (URL) you will need at least 2 differentials. ----- Original Message ----- From: "Ryan Humes" <nomad@celabs.com> To: <sjbaker1@airmail.net>; "Lego Robotics" <lego-robotics@crynwr.com> Sent: (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | Technic/Mindstorms™ at BrickFest 2002
|
|
BrickFest 2002 is planning on expanding on last year's events and themes by adding a selection of Technics/Mindstorms™ activities. This will include three categories of fun and games spread throughout the three day fest - MOC display, competitions (...) (23 years ago, 6-May-02, to lugnet.events.brickfest, lugnet.technic, lugnet.announce, lugnet.robotics) !
|
|
 | | Re: Next test version avail. 0.2.6.05 - have time?
|
|
(...) I'm not sure if that's a good idea. Of course, they can always be a compiler switch to turn them off if you don't want them. The thing is, though, that there are lots of tradeoffs between speed, memory use, and accuracy in this kind of (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Next test version avail. 0.2.6.05 - have time?
|
|
Ok, this brings up an interesting question... What is the best way to use LNP with windows? the version of WinLNP that I see is _ancient_ and requires VC++ to work.... so I see that there is a linux version, I was wondering it would be possible to (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: how to use RCX under linux?
|
|
(...) Did you really try to find the answer yourself before asking here? Entering "ris 2.0 linux" into google gave me this link: Lego Mindstorm with Linux Mini-HOWTO www.ibiblio.org/pub/...OWTO/mini/ other-formats/html_s.../Lego.html If you are (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | Re: legomin
|
|
I figure other people are going to wonder the same thing I did, and that is "WTF is a theremin?" So I'll give you the benefit of my search: (URL) it's a musical instrument you play by waving your hand near, without touching. (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | An OrthoGlide Mill
|
|
I have posted some pictures and a movie of my attempt to build a working OrthoGlide Mill. I was only moderately successful. I have cut candles, toast, sidewalk chalk and now the ........ Well, you will see! (URL) Fay THE SHOP (URL) (23 years ago, 6-May-02, to lugnet.technic, lugnet.robotics)
|
|
 | | how to use RCX under linux?
|
|
Is there a good guide on how to use my RIS 2.0 under linux? (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | legomin
|
|
I'm a big fan of the theremin and this is the lego version. its basicly the lightsensor above the IR port (as in a proximitie sensor) and the folowing code in nqc int level; task send_signal() { while(true) {SendMessage(0); Wait(10);} } task (...) (23 years ago, 5-May-02, to lugnet.robotics)
|
|
 | | Re: cygwin messed up?
|
|
Jason, There is a problem within the Makefile logic atleast with some windows OS. What OS are you trying it on? I submitted a bug to the legOS project on sourceforge ((URL) and submitted a suggestion for a fix here ((URL) is happening (atleast on my (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Next test version avail. 0.2.6.05 - have time?
|
|
We are looking for help testing our next very-early integration. We have revised the LNP support and have reworked the support for the LEGO Infrared Remote Control to create this 2nd test version. This version mimicks the stock firmware behavior. (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Program() always returns 0
|
|
SetUserDisplay does not work like that. You need to specify either a sensor, timer, or global variable. Once you have done that it will continuously update the display as the value changes. In your case you should write your program something like: (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Program() always returns 0
|
|
The following code always displays 0 regardless of the program slot in which it is run. Is this a bug, or do I not understand the purpose of Program()? I'm using the 2.0 firmware and NQC 2.4 r2. task main() { SetUserDisplay(Program(),0); (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.nqc)
|