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 / *3768 (-20)
  WinLNP has been found!
 
(...) WinLNP among other tools can be found here: (URL) (20 years ago, 24-Jun-04, to lugnet.robotics.rcx.legos)
 
  pc to rcx communication
 
Hi all, I am working on my graduation project and I am stuck at one problem. I want to send commands to my rcx from a win32 aplication(Visual C++ 6.0). Firmware is Brickos. The only way I colud find was lnp. But for the Pc side there is no solution (...) (20 years ago, 23-Jun-04, to lugnet.robotics.rcx.legos)
 
  Re: brickos with suse 9.1
 
(...) download the packages from debian and use alien to convert thenm to rpm. That was the only way it worked on my fedora box. (20 years ago, 23-Jun-04, to lugnet.robotics.rcx.legos)
 
  Re: lego pneumatic
 
(...) Good reasearch..... Using the mindstorm motors, who's torque is a good match for the small pump, the small pump gets to a static pressure faster than a large pump using hte same kind of motor. The small pump does not keep up with the total (...) (20 years ago, 9-Jun-04, to lugnet.robotics.rcx.legos, lugnet.technic)
 
  RE: lego pneumatic
 
Hi , According to the (URL) a mini-compressor (using a single small pump) is actually more efficient than using double pump. It said more efficient, but not generate higher output though, correct??? (URL) produces a more persuasive test. However, (...) (20 years ago, 9-Jun-04, to lugnet.robotics.rcx.legos, lugnet.technic)
 
  Re: lego pneumatic
 
(...) Interesting project. Will your car have a pneumatic engine? Pneumatic steering? The large pump can run the engine with no externally controlled switches. Steering on the other hand would require control of two switches. Both pistons expanded (...) (20 years ago, 8-Jun-04, to lugnet.robotics.rcx.legos, lugnet.technic)
 
  RE: lego pneumatic
 
Hi Kevin, Thank you very much for the info. I'll purchase the book and visits those sites for info. I am trying to build a pnematic car capable of turning by reacting to light and touch. My current problem is to automate the valve switch by (...) (20 years ago, 6-Jun-04, to lugnet.robotics.rcx.legos, lugnet.technic)
 
  Re: lego pneumatic
 
(...) Hi Liz, One of the books I co-authored in has a Mindstorms based adding machine that performs arithmetic using pneumatics. Since the printing of that book, pneumatics design has advanced quite a ways. I build a lot pneuatic things, and would (...) (20 years ago, 5-Jun-04, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.legos, lugnet.technic)
 
  lego pneumatic
 
Suggestion on a good book which focus on more penumatic construction with LEGO? -- thanks, Elizabeth Mabrey (20 years ago, 5-Jun-04, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.legos)
 
  Re: brickos with suse 9.1
 
Hi, I tried to install brickOS-0.2.6.10.6 in SuSE 9.0 machine and faced the same problem. You can install an older version of brickOS (like brickOS-0.2.6.10) and it works fine with SuSE 9.0. Mohammed (...) (20 years ago, 3-Jun-04, to lugnet.robotics.rcx.legos)
 
  Re: lego fiber optics light unit
 
For the "Fiber Optics Element" only, try: (URL) fiber optic related items, try: (URL) are a lot of elements for sale, as well as cables, and even some sets with the FOS. (...) (20 years ago, 28-May-04, to lugnet.robotics.rcx.legos)
 
  lego fiber optics light unit
 
Hi, By any chance that anyone knows where I may be able to find the fiber optics light units? -- thanks in advance E (20 years ago, 28-May-04, to lugnet.robotics.rcx.legos)
 
  brickos with suse 9.1
 
I'm tying to get brickOS started on a Suse 9 System, Did anybody install brickOS and the gcc-hitachi on Suse 9 System? After I download the brick.srec to the RCX it crashes. thx KHL (20 years ago, 27-May-04, to lugnet.robotics.rcx.legos)
 
  Re: table brickos light to percent
 
In my opinion, the best way to approach this is the following: When the program starts, begin a Calibration, by first activating the light sensor, then reading the value. You can either wait a specific amount of time or have the user press a button (...) (20 years ago, 27-May-04, to lugnet.robotics.rcx.legos)
 
  Re: table brickos light to percent
 
(...) Hi Thomas, Here's the formula used in the dsensor.h include file: #define ds_scale(x) ((unsigned int)(x)>>6) //!< mask off bottom 6 bits #define LIGHT(a) (147 - ds_scale(a)/7) //!< map light sensor to 0..LIGHT_MAX This maps the raw sensor (...) (20 years ago, 27-May-04, to lugnet.robotics.rcx.legos)
 
  table brickos light to percent
 
i there a table or converter from brickos light readings to light percentage ( and vice versa ) Thomas (20 years ago, 27-May-04, to lugnet.robotics.rcx.legos)
 
  Re: issues with 6-legs bot
 
(...) Your approach is pretty common. As it turns out, you can (should) remove the wait time, also. Many people think they need to tell the robot how long to turn, or how long to go forward. It's like driving down the road in a car. You don't look (...) (20 years ago, 20-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  RE: issues with 6-legs bot
 
Hi Steve, Thank you very much for your put! (...) Can't take the credit. I got the idea from the Sato book, instead of 4 legs, I thought the 6 legs are much more stable. (...) That's pretty much what I did initially, except I used to put in "wait" (...) (20 years ago, 20-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  Re: issues with 6-legs bot
 
What if you were to make a small platform for the light sensors in between the legs that rest on the ground and has a slide somewhere so when the robot moves up or down it stays touching the ground. ----- Original Message ----- From: "Elizabeth (...) (20 years ago, 20-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  How to increase address range in brickos ?
 
Does anyone know a way to increase the address range in brickos beyond 0 through 15 ? When I cycle through the address range via View + Prgm it stops at 0xF0. The port is always set at zero. What if I modify the port value ? Or does that affect (...) (20 years ago, 19-May-04, 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