 | | Re: LeJos threads / sleep() takes too long
|
|
The priority mechanism used in lejos is the same as that specified in the Real Time Specification for Java (RTSJ): Threads of a higher priority will absolutely block threads of a lower priority as long as they remain runnable. The sensor listener (...) (24 years ago, 1-Apr-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX as a PGP engine
|
|
(...) Definitely post it! Better than that, how about sending me the code and I'll add it to our robots section as a unique demonstration. (...) Shouldn't be a problem. Most of the source code in the official Sun package is easy to port to leJOS. (...) (24 years ago, 19-Mar-02, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX as a PGP engine
|
|
(...) I just 'ported' (euphemism for minor modifications) some code lingering on the web for fun and voila: MD5 on RCX is up and running (lejos). If anyone's interested, I can post the code. It allows for authentication (PC sends random challenge, (...) (24 years ago, 18-Mar-02, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | Re: Reading exceptions
|
|
(...) The 0078 is the method signature number of the method where the exception was thrown. The 8, is the least significant figure of the number referring to the exception class thrown. To get further information, you must add the -verbose option to (...) (24 years ago, 12-Mar-02, to lugnet.robotics.rcx.java)
|
| |
 | | Book on Programming the RCX with Java
|
|
If anyone would like more information on the new book "Core Lego Mindstorms Programming" check out my announcement on Lugnet: (URL) (24 years ago, 12-Mar-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.java)
|
| |
 | | Reading exceptions
|
|
Hello, I've recently started working with lejOS and was having some dificulty with my code. When ever I get an exception, there is a buzz, the arrow under the 2 lights up, and a number like "0078 8" shows up. I was wondering how I read this number (...) (24 years ago, 11-Mar-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX as a PGP engine
|
|
(...) They don't, but they need bignums (really big integers). (...) the API is in java.math.BigInteger . (...) You could just run PPP over it I suppose, with some encryption (IPSec?) on top of it. Would be dead slow, though. The charm of the RCX (...) (24 years ago, 10-Mar-02, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | Re: LeJos threads / sleep() takes too long
|
|
Hi Bart, (...) if you mean LISTENER_THREAD then that sounds plausible. (...) Yes, LISTENER_THREAD has maximum priority, so it runs before any threads of lower priority, even yield doesn't help. (...) Yes, I think we'll have to fix that somehow. (...) (24 years ago, 6-Mar-02, to lugnet.robotics.rcx.java)
|
| |
 | | LeJos threads / sleep() takes too long
|
|
Experimenting with Lejos, two 'major' problems: memory (cleaning up platform & lang: Math.class is huge!) and... threads. I have the impression my "try { sleep(nnn) }" takes a somewhat arbitrary time. It's 'at least' nnn milisec, but often much (...) (24 years ago, 6-Mar-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Communication between 2 Robots - Movement transmition
|
|
I did something simple in my book where each robot had an angle sensor, and could copy each other's 1D movement. Some grad students at Tufts did the same thing with 2 angle sensors on each robot and 2D movement. Both projects also then expanded to (...) (24 years ago, 27-Feb-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Java Mindstorms API
|
|
Hi Keith, (...) on the site I saw: To build an equivalent system for on-board ML programming of the RCX using the Lejos operating system Great project, finally there will be a decent programming language for the RCX ;-) Should better get going with (...) (24 years ago, 26-Feb-02, to lugnet.robotics.rcx.java, lugnet.robotics.rcx)
|
| |
 | | Java Mindstorms API
|
|
Hi all, I'm a 4th year computer science student and have just developed an add on to the RCXPort API for mindstorms control for the purpose of using with standard ML as part of my 4th year project. The website is www.dcs.ed.ac.uk/~kv...oject.html (...) (24 years ago, 25-Feb-02, to lugnet.robotics.rcx.java, lugnet.robotics.rcx)
|
| |
 | | Re: Communication between 2 Robots - Movement transmition
|
|
Hi Vasilis and Jürgen, I think it can be done with only 1 thread in each. In my Java line follower, the main loop reads the light sensors (I use 2) and issues commands to the two motors. It should be possible to encode the commands into a byte and (...) (24 years ago, 23-Feb-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Communication between 2 Robots - Movement transmition
|
|
Hi Vasilis, (...) I think the easiest is to pretend that the same type of communication that you want to have with the slave also goes on within the master. So you need (at least) two threads, one that looks at the line and one that does the (...) (24 years ago, 22-Feb-02, to lugnet.robotics.rcx.java)
|
| |
 | | Communication between 2 Robots - Movement transmition
|
|
Hi! I am a new member of your community, and i would like to ask the following question. Please excuse me if something similar has been already posted in the past, but i performed a seach in the previous posts and i did not found any answer to my (...) (24 years ago, 21-Feb-02, to lugnet.robotics.rcx.java)
|
| |
 | | IRC
|
|
Anyone who is a regular user of IRC can join my channel #LegoMindstorms (on dalnet). Coma and chat or give/recieve assistance. If you join you are welcome to Ops because anyone in here will know more about Mindstorms than me as i know almost (...) (24 years ago, 16-Jan-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Mac version
|
|
(...) If you are talking about Lejos, there has recently been a success report for Mac OS X. Replace gcc by cc in the Makefile and compile from source. If you succeed please post a diff with your modifications. Jürgen (25 years ago, 11-Jan-02, to lugnet.robotics.rcx.java)
|
| |
 | | Mac version
|
|
Subject speaks for itself. Is there a Mac port? (25 years ago, 11-Jan-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Is this group dead??
|
|
(...) No, see (URL) . (...) It contains so few bugs that there is no need for discussion :-) Jürgen (25 years ago, 3-Jan-02, to lugnet.robotics.rcx.java)
|
| |
 | | Is this group dead??
|
|
Hi, is Java for LEGO dead? I am interested in LEGO if it has a Java version for the RCX but it takes some activity to get a bug free VM for the RCX...or? /Morten (25 years ago, 2-Jan-02, to lugnet.robotics.rcx.java)
|