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 / *3684 (-20)
  Re: Spurious bad readings from sensors
 
(...) Because of the way BrickOS uses interrupts to handle active sensors, it's possible for sensors to be deprived of power for 300us or more, though typically the interval is only 30us or so. This is due to long interrupt latencies in BrickOS that (...) (20 years ago, 25-Feb-04, to lugnet.robotics.rcx.legos)
 
  Spurious bad readings from sensors
 
Hi, I instrumented Steve Hassenplug's legway code so that after it falls over it can dump sensor data and motor control valiables out to a PC. One of the things I noticed in this process is that aperiodically, the sensor inputs give a sensor reading (...) (20 years ago, 25-Feb-04, to lugnet.robotics.rcx.legos)
 
  cannot install brickOS
 
Hi, When I'm trying to install the Hitachi H8 cross compiler (on win2000), I have some errors during the installation like : sys/types.h: No such file or directory But at the end it says : GCC install end Done. :---...--- End Wed Feb 25 14:05:50 (...) (20 years ago, 25-Feb-04, to lugnet.robotics.rcx.legos)
 
  Use of lnp_addressing_write() in an RCX program.
 
Hello all. I wrote a small program using lnp_addressing_write() to remotely change the host address of one RCX from another. It doesn't work. I get an occasional flash of IR icon on receiving unit - that's it. Please take a look: int main(int argc, (...) (20 years ago, 24-Feb-04, to lugnet.robotics.rcx.legos)
 
  How to send button cmd or run pgm remotely from one RCX to another ?
 
I am trying to use lnp_addressing_write() or lnp_assured_write() to send commands (e.g. CMDdelete, CMDsethost) from one RCX to another. This seems to be the way it is handled in loader.c of the DLL utility. I am not having any success. Is there an (...) (20 years ago, 19-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: How to get RCX to display/change its LNP host address ?
 
In program.c, you will find: cputw(lnp_hostaddr); This is used by the program manager to display the current host address (use the View button on the RCX)... while displaying the host address, if you hit the Program button on the RCX, it will (...) (20 years ago, 19-Feb-04, to lugnet.robotics.rcx.legos)
 
  How to get RCX to display/change its LNP host address ?
 
1) I am trying to write a small program which will change the host address of the RCX to something else. I am making a call to lnp_set_hostaddr(). But I would like to verify the change, so: 2) I am also trying to get the RCX to display its current (...) (20 years ago, 18-Feb-04, to lugnet.robotics.rcx.legos)
 
  Solved my problem with lnpd
 
Hi, I've solved my problem that RCX didn't receive correctly from tower. I've posted the patch at the brickos project site at sourceforge. (URL) it doesn't work try: (URL) and click on the link " View and post Patches at brickOS project site" (...) (20 years ago, 18-Feb-04, to lugnet.robotics.rcx.legos)
 
  Release candidate brickos-0.2.6.10.6 AvaIl. for testing
 
Thanks go to Michael Obenland for pointing out a problem with compiling under the new gcc versions. This caused me to recognize that I failed to include 5 of the latest file versions in 10.5. If you've started to work with 0.2.10.5, please download (...) (20 years ago, 17-Feb-04, to lugnet.robotics.rcx.legos)
 
  Sending messages using LNP
 
Does anyone know where I can find some sample code or demos explaining how to send simple messages back and forth between RCXs using LNP ? (20 years ago, 13-Feb-04, to lugnet.robotics.rcx.legos)
 
  Release candidate brickos-0.2.6.10.5 available for testing
 
The brickOS team is pleased to announce our next test release. (Can you believe we are days shy of a year since our last?) We will likely do one more before our formal brickos-1.0.0 release. Our plan is to release 0.2.6.11 followed by a testing (...) (20 years ago, 16-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS: No rule to make target
 
(...) Try to substitute the line PROGRAMS=helloworld.lx rover.lx linetrack.lx robots.lx c++.lx sound.lx by this one PROGRAMS= and then "make helloworld.lx" I had also to modify the line in Makefile.common (included by the demo Makefile) which sets (...) (20 years ago, 12-Feb-04, to lugnet.robotics.rcx.legos)
 
  BrickOS: No rule to make target
 
Hi, I'm trying to build the BrickOS demo programs on windows98. I have gcc v3.2 and make v3.8 installed from cygwin. make clean and make realclean work but when I try to just do a make, the .depend files get built in both the demo directory and in (...) (20 years ago, 12-Feb-04, to lugnet.robotics.rcx.legos)
 
  YAL, Yet Another LegWay
 
YAL: Yet Another LegWay ===...=== (2 URLs) Allen Foster> and (URL) Harold Jarvie> posts showed me that it was possible to build a LEGO-only self-balancing robot, inspired by the famous (URL) Steve Hassenplug's LegWay>. Here are some details of my (...) (20 years ago, 5-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.legos, lugnet.announce, FTX) !! 
 
  Re: Cannot receive with LNP.
 
(...) Ok cool !! Can you make a report after make this work ? nanobapt (20 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: How does?
 
(...) lnp_integrity_byte is called from the function rx_handler in lnp-logical.c Bye! Gerard. (20 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  How does?
 
Hi, How does the lnp_integrity_byte function ever get invoked? I see it defined in kernel/lnp.c, and I see it referenced in boot/brickOS.lvs. Is there some magic to the number 0x9419 (0x8000+0x1414)? Is the ROM receiving a byte and then calling this (...) (20 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: Cannot receive with LNP.
 
(...) Hi, For the moment I've achieved that the PC can receive from the rcx. I've done it commenting some error check from lnpd and it seems to work properly both the addressing and the integrity layer. Now I'm trying to do the other way (from pc to (...) (20 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: Cannot receive with LNP.
 
(...) I never seen the adressing message work .... Try to search if you have the good adress setup in the lnp_adressing_write function. nanobapt (20 years ago, 30-Jan-04, to lugnet.robotics.rcx.legos)
 
  Re: BricxCC release 3.3.7.7
 
(...) Upon further review, it would appear that (at least on my machine and one other that I have heard about) the new release of BricxCC (3.3.7.7) does, in fact, correctly download the brickOS firmware. My previous tests were using an old copy of (...) (20 years ago, 30-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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