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 / Search Results: Mac BrickOS
 Results 561 – 580 of 789.
Search took 0.11 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  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)
 

brickos
(score: 1.210)

  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)
 

brickos
(score: 1.209)

  Use of LNP under Windows
 
Hello I'd like to send sensor values from the RCX to my PC. In this forum I've read that I can do this with the help of LNPD. The OS on my PC is Win 2000, I'm using Cygwin to compile my BrickOS programs, my IR-Tower is connected to an USB port. Is (...) (20 years ago, 12-May-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.209)

  problems with creating arrays of larger sizes
 
Hello, at the moment I try to get experience with the memory of the RCX. I've read somewhere that the brickOS firmware is about 8kB big. I loaded a program with a size of 2 kb down to the RCX. With the help of the program I created an array of the (...) (20 years ago, 14-May-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.209)

  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)
 

brickos
(score: 1.209)

  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)
 

brickos
(score: 1.205)

  brickOS v1?
 
Hi, I'd like to know if the v1 of brickOS with the support of the usb tower for linux (without patch) is going to come soon or not. Actually I have tried many things but without success. Thank's Nil (20 years ago, 7-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.205)

  Re: Problem
 
Trent, Make sure the following files exist in the paths listed below (within the main BrickOS folder): boot\brickos.srec util\firmdl3.exe If those do not exist, then you need to run the configuration routine and MAKE to build the firmdl3 application (...) (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.203)

  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)
 

brickos
(score: 1.202)

  Updated BrickOS Command Reference
 
Hello, Cleaned up the LegOS 0.2.4 Command Reference that I'd written like almost 4 years ago (has it been that long?!!) at the BrickOS site so that it is now current with BrickOS 0.2.6.10. Find it here: (URL) let me know if there are any errors, (...) (20 years ago, 31-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.201)

  Re: brickOS v1?
 
(...) doesn't it do that already with kernel 2.6? I have a serial tower, so I wouldn't know, but it sems logical (as nqc requires that driver and it's just there for me : fc2) Thomas (20 years ago, 24-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.200)

  Re: Problem
 
(...) Hi, try to use this command to install brickOs on your RCX: ./firmdl3 ../boot/brickos.srec Andreas (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.200)

  Problem
 
Hey all, I have winXP and have installed Cygwin and all and have everything i need to install brickOS on my RCX. Althought when i try to install brickOS on my RCX i type the command into the cygwin bash shell and it returns a error. The command is: (...) (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.200)

  Re: Communication Speed, PC -> RCX, LEJOS!
 
From the picture (d1_p31) it looks as though all 4 RCXs can see the tower. I don't know anything about pcrcxcomm.jar or rcxf7port; and not much about lejos, however, if all 4 RCXs try to respond to the tower, you will have collisions. Try covering (...) (20 years ago, 7-Jul-04, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
 

brickos
(score: 1.200)

  BrickOS improvements
 
Hello, I have created some patches to improve brickOS and set up a web page: (URL) the link above doesn't work try the long version: (URL) patches are against latest CVS version. I see no reason, why the first two patches should not be applied: The (...) (20 years ago, 17-Aug-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.199)

  Re: Updated BrickOS Command Reference
 
(...) Dave, This is good to see. You may have done this intentionally, but 'sleep' and 'msleep' are both listed twice. Also, under cputs and cputw, it says '(only forst 5 characters)' and should be '...first 5..' I've never been able to get the (...) (20 years ago, 2-Aug-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.199)

  Re: Problem
 
(...) You'd be up and running already without a hitch if you used my pre-built installers for cygwin & brickOS. Downloading the firmware using BricxCC is very simple as well. (URL) Hansen (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.197)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) I have reached the same stage as Rich had about a year ago: demos behave exactly as above. I couldn't find any further follow-up of this thread - I would appreciate any hints where should I look for ideas. I use cross-compiler and (...) (20 years ago, 3-Aug-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.197)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) Periodically I pick up this project again, get frustrated and give up. Then a few more months pass and I pick it up again... I seemed to have more success with the cross compiler this time around. BrickOS gave me a little trouble (strange (...) (20 years ago, 8-Aug-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.196)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) How did you do this? Since I can't get firmdl3 to download it, I wanted to try this, but had no success (renamed it as brickOS.rcx--but that's probably not right). (...) OK, I've got a cross compiler that SEEMS to work with both C and C++. At (...) (20 years ago, 11-Aug-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.196)

More:  Next Page >>


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