| | 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)
|