To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *7780 (-20)
  Re: LEGO remote controller problem
 
Hi Michael, Thank you for sending me your brickOS.srec and .lds files. When I use these ones, the remote control works just fine, with or without the lr_startup and lr_shutdown calls, and with or without a running program. (...) Yes, exactly. I have (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
"Michael Obenland" <obenland@t-online.de> wrote in message news:HIqqFv.1Iwz@lugnet.com... (...) starting (...) I think the call to lr_shutdown() in Christian's program clobbered things such that the remote may no longer be useable unless the power (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
(...) Strange. To get it clear: If you download a fresh made brickOS.srec, you can't use the remote control to start a motor or start a program and if you press the beep-key, the rcx does not beep?? Does your remote work with the original Lego (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
Try removing the calls to lr_startup() & lr_shutdown(). I think these already get called outside of your program. (Sorry, don't have time to test right now). Mark "Christian Hornung" <c-hornung@gmx.de> wrote in message news:HIq2o2.Ht4@lugnet.com... (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
(...) No, it doesn't. The IR indicator flickers, but running motors or starting the program doesn't work. In fact, I didn't know that there is a "default handler" until reading your message. Might the problem be caused by wrong versions of gcc or (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
(...) I compiled your program and it did everything. No problem on my side. If you don't start your program, does the remote control work? Attach a motor at A, B and C and try to run it with the remote. Or try to run your program with the P1 button. (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
Hi Michael, Thank you very much for your answer. Well, there isn't really much source, here we go: #include <conio.h> #include <unistd.h> #include <remote.h> #include <dsensor.h> int my_lr_handler(unsigned int etype, unsigned int key) { cputw(key); (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
Hi Christian, (...) No program, no help. If you send me the sources, I will take a look and try to figure out the problem. In fact, I use the remote control without a problem. Regards, Michael (21 years ago, 27-Jul-03, to lugnet.robotics.rcx.legos)
 
  LEGO remote controller problem
 
Hi, I have problems getting the LEGO IR remote controller to work (using brickOS 0.2.6.10). I wrote a small test program that installs a lr handler function which simply displays the received key value on the LCD. But when running this and pressing (...) (21 years ago, 27-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Missing .lx files
 
(...) helloworld.o (...) symbolsrec (...) helloworld.o (...) symbolsrec (...) ^^^...^^^ Did you think about investigating this error? Anyway, the version of binutils you are using is broken. Upgrade. (...) helloworld.dc1 (...) character" (...) (21 years ago, 27-Jul-03, to lugnet.robotics.rcx.legos)
 
  Missing .lx files
 
I have no .lx files in ../brickos-0.2.6.10/demo ! What I have done: 1. Looked for .lx in "demo": [ville@ville demo]$ ls c++/ c++.cpp helloworld.c helloworld.o linetrack.c Makefile robots.c rover.c rover.o sound.c trailerbot.c [ville@ville demo]$ 2. (...) (21 years ago, 27-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: light sensor question
 
"Jona" <jona@24tooth.com> wrote in message news:HIM3z8.t92@lugnet.com... (...) react and it (...) LEDs. (...) the light (...) something (...) sensor itself? I suspect that the spectral composition of the lights are quite different. As to what the (...) (21 years ago, 26-Jul-03, to lugnet.robotics.rcx)
 
  Re: light sensor question
 
(...) Here is another question...does incandescent light differ from the light given off by LEDs in terms of how the light sensor sees it? I am experimenting with some LEDs trying to get the light sensor to react and it seems to only see the light (...) (21 years ago, 26-Jul-03, to lugnet.robotics.rcx)
 
  Re: light sensor question
 
(...) According to Kekoa Proudfoot's RCX Internals webpage ((URL) if (raw < 187) // bug? this allows percent=101, should be raw < 189 sensor->value = 64 else sensor->value = (3ff - raw) * 19 / 9c Numbers are in hexadecimal (base 16). Jürgen (21 years ago, 24-Jul-03, to lugnet.robotics.rcx)
 
  Re: light sensor question
 
(...) The Analog to Digital converter of the h8/300 (the brains of the lego mindstorms) is 10 bits, so it has a range of 0-1023. I'm not sure how it converts that to the 0-100, it may do it by just dividing by 10 and rounding. If you want to see (...) (21 years ago, 24-Jul-03, to lugnet.robotics.rcx)
 
  Re: light sensor question
 
(...) What I'm looking for is really the latter of the topics. It seems to me that it must have some sort of units, because I've never seen it hit zero even with alterations (as Ralph Hempel has described on his site). It seems like it should be (...) (21 years ago, 23-Jul-03, to lugnet.robotics.rcx)
 
  Re: light sensor question
 
(...) Is this what your looking for? (URL) terms of what units it mesures it in I don't think it really has any. it is just a relative reading from 0-100. (21 years ago, 23-Jul-03, to lugnet.robotics.rcx)
 
  light sensor question
 
I am writing a research paper about work I have done with Mindstorms this summer. One thing that I used a lot was the light sensor, but I am having a hard time finding what exactly the sensor measures. I was wondering if anyone could give me any (...) (21 years ago, 23-Jul-03, to lugnet.robotics.rcx)
 
  dll problem added
 
I forgot to mention that i am working under Linux Red-Hat 7.3. (21 years ago, 23-Jul-03, to lugnet.robotics.rcx.legos)
 
  dll problem
 
Hi i am currently working on legOS and i installed brickOS-2.6.10 successfully and downloaded the kernel to the RCX without problems. However when i tried to download the helloworld program with dll an error occured "error deleting program". I used (...) (21 years ago, 23-Jul-03, 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