To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / Search Results: range USB IR long Tower
 Results 1641 – 1660 of 2193.
Search took 0.01 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: Short term memory ablut sensor input???
 
(...) The program doesn't actually record in the Vectors array any information about where it saw an obstacle. It just records which direction the robot went and how far (according to the rotation sensor) during the last leg of the journey. Each (...) (24 years ago, 22-Sep-00, to lugnet.robotics.rcx)
 

ir
(score: 0.345)

  [ANNOUNCE] LegoVision release 0.0.3 (alpha)
 
LegoVision provides a framework for adding vision to LEGO Mindstorms. More information can be found on the project homepage at (URL) the approach is quite narrow at the moment due to hardware restrictions - I only have a Video For Windows compatible (...) (24 years ago, 11-Jul-00, to lugnet.robotics.rcx)  
 

usb
(score: 0.345)

  Communicatin between NQC and legOS
 
Hi folks, is it possible to communicate between two RCX, one running NQC, one running legOS ? I have to solve this problem for using a RCX programmed with legOS and the Vision Command camera. The vision command camera software requires an (...) (24 years ago, 20-Sep-00, to lugnet.robotics.rcx)
 

ir
(score: 0.345)

  Re: Creating sight for RIS/No Vision Command
 
Tough, I think that in order to do this you would need to do some very complicated electronics and programming of a computer that could all be carried on the rcx and use little power. This would probably involve lots of expensive stuff. Although (...) (24 years ago, 11-Sep-00, to lugnet.robotics.rcx.nqc)
 

ir
(score: 0.343)

  HomeBrew Rotation Sensor
 
Hello I recently built the sensor defined here (URL) used an emitter detector pair out of a mouse and built the circuit as defined, with the exception of using a 22uF capacitor instead of a 25uF capacitor. Will this reduce the effectiveness of this (...) (24 years ago, 18-Sep-00, to lugnet.robotics.rcx)
 

range
(score: 0.343)

  Re: Aborting from ISR
 
(...) Hi, the nice thing in this solution is that it doesn't inspect or touch the user return stack at all. The structures that are used to get to the FIP (instruction pointer) - namely: the position of the saved D-stack in the *private* R-stack and (...) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.pbforth)
 

long
(score: 0.343)

  Creating sight for RIS/No Vision Command
 
Hello Does anybody have any experience in adapting a small color video camera so that it will either send messages to the RCX via the IR port or connect to the RCX's sensor inputs ? I realize that at the very least I am going to have to create some (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.nqc)
 

ir
(score: 0.343)

  Re: detecting memory leaks
 
I've been experimenting with memory leak detection in the wake of recent discussions, and have some additional thoughts, including a potential kernel patch issue. This msg is a bit long, appologies. The proposed method of checking for memory leaks (...) (22 years ago, 16-Jul-02, to lugnet.robotics.rcx.legos)
 

long
(score: 0.342)

  Re: Announcing BricxCC release 3.3.5.6
 
(...) I wanted to publicly thank Rob Doucette for reporting the Access Violation bug and for helping me track down where it was occurring. I'd never have fixed it without his help. A big thank you also goes to David Schilling for reported the (...) (22 years ago, 13-Jul-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 

long
(score: 0.342)

  Re: anyone know how to check free space on RCX?
 
(...) My sources (gcc-3.0) say: #define INT_TYPE_SIZE (TARGET_INT32 ? 32 : 16) A short experiment revealed that sizeof(short)=sizeof(int)=2, sizeof(long)=4. So int is normally 16bit. Only with the switch "-mint32" I get 32 bit ints. This is with a (...) (22 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
 

long
(score: 0.342)

  Re: anyone know how to check free space on RCX?
 
That is very interesting Jason. It is interesting that mm_free_mem() returns a 16bit value using a 32bit return code. Both int and long are 32bit value on most computers/compilers these days; short would be a 16bit value; and char would be an 8bit (...) (22 years ago, 11-Jul-02, to lugnet.robotics.rcx.legos)
 

long
(score: 0.342)

  Re: anyone know how to check free space on RCX?
 
kenneth, I believe the code you are looking for is used in program.c (for LegOS v0.2.6) When you press the View button (with no program running) LegOS will show you "FREE", press again, you will get the most significant portion of the free memory (...) (22 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 

long
(score: 0.341)

  Re: Problems with datalog
 
(...) directly, but that's not possible. A careful examination of the DataLogNext command in the beta SDK documentation shows that the command is quite limited and that you can only log (global) variables, timers, sensor values and the watch/clock. (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 

ir
(score: 0.340)

  Re: Problems with datalog
 
(...) It is possible. If the datalog is created from outside the program (i.e. RCXcc) then my program correctly logs the IR messages. The problem I'm having is that I cannot get the RCX to create the datalog from within the program. From Dave's (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 

ir
(score: 0.340)

  re: connectivity for Windows CE
 
"> (...) i have a version of NQC for WinCe but i forgot who i got it from. ithe readme includes a small hack for using the rf tower directly from your device. if you would like me to e-mail it to you reply to mikefusion@hotmail.com or (...) (24 years ago, 14-Sep-00, to lugnet.robotics.rcx)
 

tower
(score: 0.340)

  MinuteTimer and currentTimeMillis()
 
I am writing a class which can be set with the actual time and then provide the value to other classes. It only has to be accurate to the minute. I've done this in NQC, but am trying to figure out how to do it using Lejos. If currentTimeMillis() is (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.java)
 

long
(score: 0.339)

  Re: L-Rex Escapes
 
(...) OMGoodness!! That is the neatest thing I have seen in a long time!!! It's up there with Mr. Sato's dog! Keep up the great work! Dave!! (22 years ago, 18-Jun-02, to lugnet.robotics.rcx)
 

long
(score: 0.339)

  Re: Idle Powerdown
 
Also, Paolo gets credit for the code that resets the idle counter inside IR activity. It will not reset on invalid packets or packets sent to a different RCX unit, so a unit will quietly go to sleep after 15 minutes in the midst of LNP (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 

ir
(score: 0.339)

  Re: GUI for legOS
 
(...) It really WOULD be nice if someone created a simplified way of getting up and running for legOS, even if it didn't actually contain a GUI interface for programming (though I by no means would discourage someone from providing THAT as well!) or (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 

long
(score: 0.338)

  Re: seting up legos 0.2.6
 
"Ed Manlove" <emanlove@ieee.org> wrote: <snip> (...) When you install from the net, setup.exe actually still d/loads and saves files locally, in a subdirectory with a long funny name (containing the name of the host you d/load from) in your "package (...) (22 years ago, 12-Jun-02, to lugnet.robotics.rcx.legos)
 

long
(score: 0.338)

More:  Next Page >>


©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR