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 / *6515 (-20)
  LBrick.com is up and running
 
All, I have just finished getting my new site running ((URL) it contains various Lego projects that I have been working on, including... - Lego CAD stuff - LMosaic (my Lego mosaic software) - LRex - a mindstorms biped that I built. Anyway go check (...) (22 years ago, 8-Jul-02, to lugnet.general, lugnet.cad, lugnet.robotics.rcx, lugnet.technic)
 
  Re: [ANN] pbForth Version 2.1.5 Release and IR Data Tutorial
 
Hi Ralph, I just tried the latest version and I can't setup the IR port (mine is USB). I get the following message: Error: can't read "portID": no such variable Works fine with the previous version. Thanks Mario (...) (22 years ago, 8-Jul-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx.legos)
 
  [ANN] pbForth Version 2.1.5 Release and IR Data Tutorial
 
The new 2.1.5 Version of pbForth has a minor fix that affected programmers using the MARKER and LEAVE words. Thanks to Alexander Cech of Austria for supplying great bug reports! I recommend you get the new 2.1.3 GUI while you're at it because it (...) (22 years ago, 8-Jul-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx.legos)
 
  Re: Controlling Multiple RCX's from one PC
 
Hi, Roger and Jonathan!! I'd like to get your code too as I'm also interested to do the same thing as Jonathan. Would you mind also sending your source code about controlling multiple mindstorms using one PC to me? I'd like to have more exchange (...) (22 years ago, 8-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: Controlling Multiple RCX's from one PC
 
(...) Source code will help. Thanks. Jonathan D. (22 years ago, 7-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: Controlling Multiple RCX's from one PC
 
(...) Hi Jonathan, I send messages from the PC to 3 RCX's with no problem, but I use the Tower object running on my PC, and Serial in the RCX. I don't use Stream objects because they actually only send one byte at a time and not yet very reliable. (...) (22 years ago, 7-Jul-02, to lugnet.robotics.rcx.java)
 
  Updated NQCEdit
 
Hi Everyone! NQCedit version 1.61 is released. The change is a bugfix to reflect the the changes of Nqc return codes. So if you are running Nqc 2.4. r1 or higher you need to update to version 1.61. The new version can be found at (URL) Eriksson (22 years ago, 7-Jul-02, to lugnet.robotics.rcx.nqc)
 
  Controlling Multiple RCX's from one PC
 
I'm working on a project that requires four RCX's to be controlled by one laptop. The program on the laptop is written in Java and the program on the RCXs is written in lejos. I'm using RCXPort to establish a connection between them. The problem I'm (...) (22 years ago, 7-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: Re: Scheduler patch
 
I posted some code and a simple explaination of my implementation. Here is the link: (URL) me know if you need clarification or want more information/code (I have the .tar.gz to compile a LegOS kernel that is somewhere between 2.6 and 2.7 and my (...) (22 years ago, 7-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Problems with changing LNP_HOSTADDR
 
did it work now ? nanobapt ----- Original Message ----- From: Kai Koehne <Kai.Koehne@student....otsdam.de> To: <lugnet.robotics.rcx...ugnet.com> Sent: Friday, July 05, 2002 1:52 PM Subject: Problems with changing LNP_HOSTADDR Hi, since a few hours, (...) (22 years ago, 6-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Lego IR serial tower!
 
Hi! Agnus, I'm really sorry for my previous mail without acknowledge you! Where do you live? in US? How much do you want to sell your IR serial tower? is it in a good condition? Are you using JavaAPI or anything else to control mindstorms robot as (...) (22 years ago, 6-Jul-02, to lugnet.robotics.rcx)
 
  Re: Lego IR serial tower!
 
Hi! Thanks for Maggie first! Second, Where do you live? in US? How much do you want to sell your IR serial tower, is it in a good condition. Have you used JavaAPI or anything else to control it, are you working on windows9x enviroment, I 'd like to (...) (22 years ago, 5-Jul-02, to lugnet.robotics.rcx)
 
  Re: Lego IR serial tower!
 
look on ebay ? I'd sell you mine (and buy a USB one) but the postage from here to HK might be huge? "Laurence Yip" <95459906@moscow.cityu.edu.hk> wrote in message news:3D259F9E.9B8891....edu.hk... (...) (22 years ago, 5-Jul-02, to lugnet.robotics.rcx)
 
  Re: Lego IR serial tower!
 
(...) Go to Bricklink (URL) order one. (Everyone listing these ships internationally!) HTH-- Maggie C. (22 years ago, 5-Jul-02, to lugnet.robotics.rcx)
 
  Lego IR serial tower!
 
Hello! I'd like to use leJOS on linux but it seems not so good support for usb IR tower, so I'd like to get one IR serial tower like the one from RIS 1.0/1.5, as no parts' sales in HK. Can anyone tell me what should I do? Rgds, Laurence (22 years ago, 5-Jul-02, to lugnet.robotics.rcx)
 
  Re: Problems with changing LNP_HOSTADDR
 
(...) With the default CONF_LNP_HOSTMASK (0xf0), the host adress is encoded in the higher 4 bits, so you should write #define CONF_LNP_HOSTADDR 0x10 Eric (22 years ago, 5-Jul-02, to lugnet.robotics.rcx.legos)
 
  Problems with changing LNP_HOSTADDR
 
Hi, since a few hours, I'm trying to give an RCX another LNP_HOSTADDR - so I changed the appropriate line in boot/config.h from #define CONF_LNP_HOSTADDR 0x00 //!< LNP host address to #define CONF_LNP_HOSTADDR 0x01 //!< LNP host address and compiled (...) (22 years ago, 5-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Displaying info while debugging
 
Hi Ralph, I mentionned a while ago (see msg #508) that I have a problem with SAVE-SYSTEM. Could it be the same problem? Could it related to the USB driver and that, while saving the system, there is no period of inactivity and the buffer gets full (...) (22 years ago, 4-Jul-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Linux driver for USB tower
 
Hi, (...) Good point. The tar file can be found at (URL) (22 years ago, 2-Jul-02, to lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
Here it is... : wait 15 0 timer_SET BEGIN 0 timer_GET 0= UNTIL ; I go with 0,15 seconds to be on the safe side; 0,10 seconds is too border line. So now, the first example becomes: : TEST 100 0 DO I CR . wait 7 1 0 MOTOR_SET LOOP 7 4 0 MOTOR_SET ; (...) (22 years ago, 3-Jul-02, to lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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