 | | 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)
|