 | | 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 (...) (23 years ago, 4-Jun-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Request for designs
|
|
(...) Sorry about the syntax. I was rushing to get that posting out while being called to dinner. I have Mario and Giulio's book and am in the process of getting permission from Syngress (the publisher) to use examples from it. They are such nice (...) (23 years ago, 4-Jun-02, to lugnet.robotics)
|
|
 | | RE: Request for designs
|
|
Catherine, Extreme Mindstorms: an Advanced Guide to Lego Mindstorms, Dave Baum Dave Baum's Definitive Guide to LEGO Mindstorms (Technology In Action), Dave Baum Building Robots With Lego Mindstorms : The Ultimate Tool for Mindstorms Maniacs, Mario & (...) (23 years ago, 4-Jun-02, to lugnet.robotics)
|
|
 | | RE: Request for designs
|
|
(...) Dave Baum's Definitive Guide to LEGO Mindstorms (Technology In Action) by Dave Baum, Rodd Zurcher (Illustrator) Publisher: APress; ISBN: 1893115097; Bk&Cd-Rom edition (2000) Extreme Mindstorms: an Advanced Guide to Lego Mindstorms by Dave Baum (...) (23 years ago, 4-Jun-02, to lugnet.robotics)
|
|
 | | RE: Request for designs
|
|
(...) What books are these? Catherine (23 years ago, 4-Jun-02, to lugnet.robotics)
|
|
 | | Re: Finished! Quadro Assembly Carousel
|
|
"Guido Heunen" <heunen@esrf.fr> wrote in message news:Gx6EIA.79@lugnet.com... (...) If you mean like, one of those MLCAD or LDRAW files, no I don't. I've fiddled around a little bit with that program but not enough to understand how to connect (...) (23 years ago, 4-Jun-02, to lugnet.org.ca.rtltoronto, lugnet.robotics)
|
|
 | | Re: Finished! Quadro Assembly Carousel
|
|
Iain, Do you have a .dat file available of your neat machine. I would like to understand more of the mechanisms you used. Guido (23 years ago, 4-Jun-02, to lugnet.org.ca.rtltoronto, lugnet.robotics)
|
|
 | | RE: Request for designs
|
|
FYI, the Ferrari brothers' book masterfully covers all of the topics you list, and in a coherent sequence as well (IMHO). Dave Baum covers a subset of them with more emphasis on programming in his book. No NQC in FLL? Ack! --Russ (...) (23 years ago, 4-Jun-02, to lugnet.robotics)
|
|
 | | Re: Request for designs
|
|
(...) Maybe it would help to lay out the format of the training course. 1. Structures I start out with how to build strong structures. There is a discussion of LEGO joining techniques. When is a friction type connection OK, and when is bracing (...) (23 years ago, 4-Jun-02, to lugnet.robotics)
|
|
 | | 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 (...) (23 years ago, 4-Jun-02, to lugnet.robotics.rcx.legos)
|