 | | Psion 5mx and pbForth
|
|
I've mentioned my attempts to get a psion series 5 to talk to pbForth before. I've finally got it sorted enough to be useful. Anyone with a Psion Series 5mx machine (possibly a series 5 also) may like to look at (URL) It transfers firmware and text (...) (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: Single acting pneumatics with spring return
|
|
(...) True, but there is one notable difference, as others have pointed out before: When compressiong air, the pressure difference is limited only by implementation details. The pressure inside the tank usually is not just slightly higher than (...) (23 years ago, 7-Mar-02, to lugnet.technic, lugnet.robotics)
|
|
 | | New Book - Core Lego Mindstorms
|
|
As some of you know I've been working on a Lego Mindstorms book for Java programmers. The official release date is March 15, 2002 so it seems like a good time to announce it. The intent of this book is to get Java programmers interested in Lego (...) (23 years ago, 9-Mar-02, to lugnet.announce, lugnet.robotics) !
|
|
 | | Re: RCX as a PGP engine
|
|
(...) If you need floating point numbers the leJOS JVM for the RCX uses floating point: (URL) seems like a very intersting idea. I actually wanted to skip the RCX altogether and somehow link up a networking protocol using just the IR Towers. One (...) (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: RCX as a PGP engine
|
|
(...) It really isn't that limited when you consider other platforms that run full PK systems, such as the Dallas Semiconductor iButton. It has a much more limited processors, more limited RAM, and you write your code in Java so it has to be (...) (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: RCX as a PGP engine
|
|
(...) Excellent point, Benton Jackson e-mailed me with the following: (...) Good idea using a external sensor to seed some sort of random number generator function. However, the codebase for PGP is pretty darned large and after looking at the source (...) (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: RCX as a PGP engine
|
|
(...) The key word is a "good" generator. Random() is way too predictable to use in a crypto application. (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: exponents, e^
|
|
(...) Remote control and lejos: You can download a Java object to accept commands from the remote. Check out (URL) lejos. Roger (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: NQC "No reply from RCX" Help Please
|
|
Wow! Hey..thanks..that was it. I hadn't changed my batteries in any of my RCX since I got them. When I changed all of them a few weeks ago, I must have lost the firmware. I saw your name..and was like.."hmm where have I heard of you before" then I (...) (23 years ago, 9-Mar-02, to lugnet.robotics)
|
|
 | | Re: NQC "No reply from RCX" Help Please
|
|
Is the firmware still installed on the RCX? When you turn it on if it just shows a single digit, then there isn't any firmware. With firmware loaded you should see something like "00.00!1" where ! is the LCD icon of a person. If firmware is not (...) (23 years ago, 9-Mar-02, to lugnet.robotics)
|
|
 | | Re: Deleting Programs
|
|
(...) If you mean wiping the firmware, press ON and Prgm at the same time. If you want to delete individual programs, I've cooked up a little C code (on the PC side) to do that. It requires liblnp and lnpd. If you want, I'll post it or e-mail it to (...) (23 years ago, 9-Mar-02, to lugnet.robotics.rcx)
|
|
 | | Re: Makefile command to make *.map files
|
|
I had a similar problem with the "sort" program apparently not functioning and then someone kindly looked at my error output and pointed out that I should make sure that the CYGWIN bin path was added to the FRONT of my path as declared in my (...) (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: RCX as a PGP engine
|
|
(...) Even if it needed FP, legOS supports that. (...) Well, maybe. Maybe not. legOS has a random() function, right? Once the TCP/IP patch is stable, why not use an RCX as an echo server with built in en/decryption? You could just telnet to it, type (...) (23 years ago, 9-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: BricxCC release 3.3.4.2
|
|
(...) First, you are doing a great job! The support for pbForth is a good idea. And there is only one thing to make BricxCC better, if someone port it to Linux. Best Regards Joerg (23 years ago, 8-Mar-02, to lugnet.robotics.rcx)
|
|
 | | Re: Attention cygwin and windows users
|
|
Quoting Ed Manlove (emanlove@ieee.org): (...) If we actually get to the point of doing another release (and thus finding a maintainer for the project, etc) maybe this is something we should consider integrating? Anyone else building on Cygwin and (...) (23 years ago, 8-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Attention cygwin and windows users
|
|
For those using the cygwin tools under a windows OS as described in the article "LegOS 0.2.4 - Instructions for installing on NT/Win9x with Cygwin" you could be experiencing a conflict with dos and cygwin tools. In particular is you are following (...) (23 years ago, 8-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Compile error when make demos
|
|
Zhengrong, I know this is an old post but what was your setup for this build (OS,cygwin?, etc)? Ed (...) (23 years ago, 8-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Makefile command to make *.map files
|
|
For clarity I am running under Win98 using CYGWIN tools as outlined by the instructions "LegOS0.2.4 - Instructions for installing on NT/Win9x with Cygwin". I was looking for help on the sort command using $sort --help but I was getting a similar (...) (23 years ago, 8-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Part 572 in UBS
|
|
I see one reason for that: 1x1 Square Plates tend to turn and don't stay aligned. You don't have this problem with round pieces... Philo www.philohome.com (...) (23 years ago, 8-Mar-02, to lugnet.robotics)
|
|
 | | Re: Makefile command to make *.map files
|
|
Quoting Ed Manlove (emanlove@ieee.org): (...) I can't speak for absolute certain about this, not being familiar with that part of the code, but sort -u is used to unique a list of strings. That is, if you pipe a file: spam spam spam eggs through (...) (23 years ago, 8-Mar-02, to lugnet.robotics.rcx.legos)
|