To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *2614 (-20)
  Thread class
 
// Thread Class for Legos // By Pongsak Suvanpong // psksvp@ccs.neu.edu // use it anyway you'd like as long as this comment is here #ifndef __THREAD_CLASS___ #define __THREAD_CLASS___ #include <unistd.h> #include <sys/dsensor.h> #include (...) (22 years ago, 5-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: bug in setting lnp host address?
 
you'll probably hate me for being a nitpicker.... (...) technically, you should not do any bitshifting at all. There is always the odd case when someone decides to be clever and have a hostmask with interleaved zeros. for example, a hostmask of (...) (22 years ago, 5-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: bug in setting lnp host address?
 
You are correct in stating that I shouldn't have restricted you to 16 nodes X 16 ports. I did however, want to normalize the host address in the visible API and user interfaces to be a small 0..N number instead of a random hex byte value, properly (...) (22 years ago, 4-Jun-02, to lugnet.robotics.rcx.legos)
 
  bug in setting lnp host address?
 
include/lnp/lnp.h (from the cvs repository) 114: file://! set new LNP host address 115: extern inline void lnp_set_hostaddr(unsigned char host) 116: { 117: lnp_hostaddr = ((host << 4) & CONF_LNP_HOSTMASK); 118: } Why is host bitshifted by 4? This (...) (22 years ago, 4-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: help with setting up legOS 0.2.6 on Windows XP
 
Scott, I suggest you start by following the instructions by Paolo Masetti found at (URL) He has written a pretty thorough set of instructions that should get you started. I do suggest that you read it over once BEFORE starting so you don't miss (...) (22 years ago, 2-Jun-02, to lugnet.robotics.rcx.legos)
 
  help with setting up legOS 0.2.6 on Windows XP
 
I'm new to legOS and would like help setting up legOS on my computer thanks scott (22 years ago, 2-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: Mac OS X
 
Ed, Thanks, I was familiar with that thread. Unfortunately not much useful info came out of it. I was hoping for a report from someone who was ultimately successful in building legOS and its tools, as well as building the cross-compilers on a USB OS (...) (22 years ago, 2-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: Promising software
 
(...) I went over to the colibri.org website, and while they mention that "colibri currently supports one hardware platform - the Lego RCX brick", they also say that putting it in an RCX is "not useful", and actually tell people to use legOS (...) (22 years ago, 29-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Mac OS X
 
Brian, Someone recently asked the same question. Check out (URL) am not sure the results of their efforts so good luck! Ed (...) (22 years ago, 1-Jun-02, to lugnet.robotics.rcx.legos)
 
  Mac OS X
 
Hi, Has anyone had any success with building the legOS system under Mac OS 10.1.4? I downloaded version 0.2.6, put it in my user application folder, and then just typed make. Here is the result. [tw3rakitin:~/bin] rakitin% cd legos-0.2.6 (...) (22 years ago, 1-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: LegOS / Orignal Firmware
 
Thanks "Ross Crawford" <rcrawford@csi.com> wrote in message news:Gwy7Bn.DJu@lugnet.com... (...) this (...) this (...) can (...) (22 years ago, 31-May-02, to lugnet.robotics.rcx.legos)
 
  Re: LegOS / Orignal Firmware
 
(...) You can use the original LEGO download if you remove legOS first - this can be done by pressing the on/off button while holding the run button. HTH ROSCO (22 years ago, 30-May-02, to lugnet.robotics.rcx.legos)
 
  LegOS / Orignal Firmware
 
Hello All! If I have installed LegOS on the RCX (I have not done this yet!) and I want to go back to the orignal lego firmware, is it still possible to use the firmware download option in the orignal Minstorm Software? or I'll have to use firmdl3 (I (...) (22 years ago, 30-May-02, to lugnet.robotics.rcx.legos)
 
  Promising software
 
Hi everybody, there seems to be a new RCX operating system starting right now. Look at the following page: (URL) (22 years ago, 27-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Setting LNP host address
 
(...) Why not allow all 4? 1. Have a build option that the variable is set to by default; 2. An option on firmdl3 over-rides this if required; 3. An option on dll over-rides this if required; 4. An API (macro or in-line sub) to set it from a user (...) (22 years ago, 24-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Setting LNP host address
 
At first, it seems logical that firmdl3 would be the best place to make the change. However, it was very easy to allow the Host ID to be changed at runtime. Whether changed by a user program or changed via the RCX buttons/lcd, it is easy enough to (...) (22 years ago, 24-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Code-examples, books and papers in C/C++ for legOS?
 
(...) The best I've seen (and I've not seen all material available) is still Luis Villa's work: his HOWTO at our site ((URL) and that which is published in the book "Extreme Mindstorms" ISBN: 1-893115-84-4 Another good source is the customized HOWTO (...) (22 years ago, 23-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Code-examples, books and papers in C/C++ for legOS?
 
(...) There are, of course, many mindstorms books out there. I see in them (I have purchased at least six of them) that the majority of code examples is in NQC. As you might know we are working on the next major release and in that context let me (...) (22 years ago, 23-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Setting LNP host address
 
(...) Joe Woolley prototyped the firmdl3 mods, I think, and has now a user program which can change the Id. This now makes 4 approaches we have to consider ;-) My thinking on firmdl3 use was that it is a direct replacement for compile time set that (...) (22 years ago, 23-May-02, to lugnet.robotics.rcx.legos)
 
  RE: Code-examples, books and papers in C/C++ for legOS?
 
Hi, please post any programs to the group, or e-mail me as well. I am always interested in looking through example code, to see how others are doing things and to get new ideas. Thanks -----Original Message----- From: news-gateway@lugnet.com (...) (22 years ago, 22-May-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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