 | | 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)
|
|
 | | Re: cygwin messed up?
|
|
You can try a few things with the makefile.common in the util directory and change the tool prefix from cc to gcc. Later u might have another error related to ld at that point u'll have to put the extension .exe in front of ld in one of the (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | cygwin messed up?
|
|
i'm running the lates version of cygwin and i'm trying to follow the instructions at (URL) but, when i try to make depend i get some errors: $ make depend for i in util lib boot demo ; do c:/djgpp/bin/make.exe NODEPS=yes -C $i depend || exit 2 ; (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: NQC and BricxCC problem
|
|
John, The crash is because NQC is trying to print out an error message but doesn't have legitimate information about the lexical location (file, line number, etc) of where the error occurred. The error itself is from the "#pragma init" line - (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.nqc)
|
|
 | | an RCX programs another RCX
|
|
Hi all, I've posted a new page to our site http:/www.convict.lu...sIntro.htm that turns around the theme of programming an RCX from another RCX. A first application is a robot called SCOUT (it is a Rover2 taken from the Mars Exploration Set) (...) (23 years ago, 5-May-02, to lugnet.robotics)
|
|
 | | RE: Co-operative Multi tasking in pbforth 2.1
|
|
(...) Mario, Thanks for the feedback. As you all know, writin this stuff is hard. I figure 10 minutes of reading time is probably 2 or 3 hours of writing... (...) Ha! The dark side has won you over! Can you give us a tiny hint on the subject? I'll (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: tty problem
|
|
(...) try this: ../util/firmdl3 --tty=usb legOS.srec (23 years ago, 5-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | NQC and BricxCC problem
|
|
Dave (or anyone else who might have an idea), I'm trying to figure out a problem that a user reported regarding BricxCC and its interaction with NQC. (I've only tested it against the latest release of both BricxCC and NQC.) When attempting to (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.nqc)
|
|
 | | tty problem
|
|
Hello, I have recently downloaded the legos-0.2.6 version and have built it under windows Cygwin. when I give the command being in the boot directory where legOS.srec is export RCXTTY=USB ../util/firmdl3 legOS.srec it says USB: No such file or (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | is it possible to use the lego vision command with the handyboard?
|
|
I'm interested in using the lego vision command with my handyboard. But it seems to use a (usb) port. So is there a way to use a (usb) with the handyboard? And has anyone ever attempted to hack the lego vision command for their handyboard? Also does (...) (23 years ago, 4-May-02, to lugnet.robotics.handyboard)
|
|
 | | OT: H8S disassembler?
|
|
Ok, this is somewhat off-topic, but I'm hoping the people here can help. I'm looking for a disassembler for the H8S/2214 processor (and probably an assembler too). This is the processor used in the Cybiko Classic. I don't know how similar it is to (...) (23 years ago, 4-May-02, to lugnet.robotics)
|
|
 | | Re: makefile?
|
|
Fredrik, You can check to see what Cygwin packages have been installed on your system by using the cygcheck command. Try cygcheck -c If the output is too large for your dos window you can export it to a file by using the following command cygcheck (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Co-operative Multi tasking in pbforth 2.1
|
|
In lugnet.robotics.rcx.pbforth, Ralph Hempel writes: [...snip...] (...) Ralph, your recent additions to pbForth and to its documentation are simply great. Can't wait to see the next article... I'm currently in a "pbForth phase". Not only I do (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: Differential?
|
|
Thanks, I'm going to test out the Adder-Subtractor as soon as i get my hands on a second differential. Looks like that will do the trick. ----- Original Message ----- From: "Steve Baker" <sjbaker1@airmail.net> To: "Lego Robotics" (...) (23 years ago, 4-May-02, to lugnet.robotics)
|
|
 | | RE: makefile?
|
|
You need "make" installed on your system. Run the cygwin setup.exe and install it. Good luck. -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Fredrik Helin Sent: Saturday, May 04, 2002 6:48 AM (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | makefile?
|
|
Hi! The "make" command in Cygwin returns a: "command not found" after installing legOS 0.2.6 on a Windows 98 machine. I'm currently in the legos-0.2.6 catalogue and the Makefile, Makefile.common, Makefile.user, Makefile.kernel files are all there. (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.legos)
|