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 / *2880 (-20)
  Re: LegOS + Lego Remote
 
Chris- Do you have a patch for that? I'd love to test this myself (not sure if I can- MB crash last week has me still under pretty limited capacity) and if it works reliably, integrate it into the actual source tree... Luis (...) ---...--- (...) (24 years ago, 15-Jul-00, to lugnet.robotics.rcx.legos)
 
  Re: LegOS + Lego Remote
 
um, never mind... i just set parity to odd for both the LegOS kernel and compiled a new version of dll.exe with odd parity, and it worked fine... have a callback that works for the remote in unofficial 0.2.4 now... a bit unexpected though, with the (...) (24 years ago, 15-Jul-00, to lugnet.robotics.rcx.legos)
 
  Re: Strange crash (and possible fix)
 
(...) Well, it'd be nice to know, certainly, but I'm not going to look into it too hard. The fact is that it works wonderfully now. I compiled and downlaoded probably twenty versions of my program over the past two hours or so, and not a single one (...) (24 years ago, 14-Jul-00, to lugnet.robotics.rcx.legos)
 
  Re: Strange crash (and possible fix)
 
Mike- I wish I knew. I have frequently seen the same kinds of "random" changes produce better results. For example, I had one piece of code that used a switch statement- 19 statements in all. I added a 20th and poof... it froze. I have no idea what (...) (24 years ago, 14-Jul-00, to lugnet.robotics.rcx.legos)
 
  Strange crash (and possible fix)
 
I had a strange experience today. My program likes to crash a lot. I accept this as a fact of life now; part of it is the difficulty in debugging it, and part seems to be the beta-ness of legOS. However, today, I tracked down one particularly evil (...) (24 years ago, 14-Jul-00, to lugnet.robotics.rcx.legos)
 
  Seeking Programming Assistance
 
Hi, my name is Jude Tomasello. I am a US Army civilian and am currently taking a class in which we are involved in using the Lego Mindstorm as a simulation for an unmanned ground vehicle. Because of its versatility, we are using NQC instead of the (...) (24 years ago, 13-Jul-00, to lugnet.robotics.rcx.nqc)
 
  Re: Minor bug in DCP sound sensor support
 
Yeah, I noticed this in China at one of the first workshops there... and of course I hadn't tested the demo beforehand, so I had to quickly rewrite it with forks. This was back around April 15. (URL) :) -Ben (...) (24 years ago, 13-Jul-00, to lugnet.robotics.rcx.robolab)
 
  Re: LugNet links
 
Some time ago I asked the powers that be at lugnet to change the links, and never heard a word from them about it. Maybe it is time to hassle them about it again. Luis (...) ---...--- "Summertime... and the living is easy... fish are jumping and the (...) (24 years ago, 12-Jul-00, to lugnet.robotics.rcx.legos)
 
  Re: LinuxPPC success
 
(...) I would like to add it to the HOWTO, or at least to someplace where it is widely publicly available- probably with the instructions at (URL) On another note, where does one find the LNP stuff these days? Arthurdent (...) /Everything/ is a bad (...) (24 years ago, 12-Jul-00, to lugnet.robotics.rcx.legos)
 
  LinuxPPC success
 
Well, Dave's advice worked like a charm. Thanks, Dave! It seems like this would be a good thing to add to the HOWTO, although who knows how many other people want to use legOS on LinuxPPC. On another note, where does one find the LNP stuff these (...) (24 years ago, 12-Jul-00, to lugnet.robotics.rcx.legos)
 
  LugNet links
 
Hey, everyone. I was just checking out the lugnet page, and was thinking it might be a good idea to update the LegOS links. Perhaps include a link to SourceForge, and fix the HOWTO link. What do you think? And how does one go about this? ROSCO (24 years ago, 12-Jul-00, to lugnet.robotics.rcx.legos)
 
  Re: LegOS on LinuxPPC
 
(...) The problem is due to a bug in gcc 2.95. The assembly version of memcpy fixes the LegOS kernel, but all your user programs are subject to the same bug. Until it's fixed in gcc, you're stuck with egcs. Regards ROSCO (24 years ago, 12-Jul-00, to lugnet.robotics.rcx.legos)
 
  LegOS + Lego Remote
 
Hi All, I've tried patching LegOS 0.2.3 lnp_integrity_byte's state machine to capture the transmissions by the Lego remote. The problem is, I only get a response when I press some combinations of two remote buttons at a time, other combinations and (...) (24 years ago, 11-Jul-00, to lugnet.robotics.rcx.legos)
 
  dll 0.2.3 fails on SGI
 
Hello all, My first time on this list... I've been trying to get LegOS running in my recently aquired RCX 1.0. I created an egcs cross-compiler for Solaris. I used this to compile the kernel. The IR tower is connected to an SGI (an O^2 running IRIX (...) (24 years ago, 11-Jul-00, to lugnet.robotics.rcx.legos)
 
  [ANNOUNCE] LegoVision release 0.0.3 (alpha)
 
LegoVision provides a framework for adding vision to LEGO Mindstorms. More information can be found on the project homepage at (URL) the approach is quite narrow at the moment due to hardware restrictions - I only have a Video For Windows compatible (...) (24 years ago, 11-Jul-00, to lugnet.robotics.rcx)  
 
  Re: LegOS on LinuxPPC
 
(...) Ah, excellent. I saw this post when you posted it, but didn't think about it much at the time. I'll give this a shot and report back. Thanks very much. -- "Do not go gentle into that good night. Rage, rage against the dying of the light." - (...) (24 years ago, 11-Jul-00, to lugnet.robotics.rcx.legos)
 
  Re: LegOS on LinuxPPC
 
In article (...) I have had better luck with egcs-1.1.2 rather than gcc 2.95.2. I've heard that there's a problem with the way gcc 2.95.2 generates code for memcpy. I've also heard that the fix is to use an assembly version of memcpy instead of (...) (24 years ago, 11-Jul-00, to lugnet.robotics.rcx.legos)
 
  LinuxPPC gcc errors
 
Ok, I have some error messages here. I'm following the exact instructions in the HOWTO, except for using gcc 2.95.2 instead of egcs 1.1.2. I recall trying egcs with similar results. The make proceeds fine for a while. Then I get this message, and (...) (24 years ago, 11-Jul-00, to lugnet.robotics.rcx.legos)
 
  Re: Expanding the available input/output ports of the RCX
 
in article NEBBIHKHBKAFAGKCCILO...s@olf.com, Ram Meenakshisundaram at rmeenaks@olf.com wrote on 7/7/00 9:58 AM: (...) I am a Lego purist, so I don't want to modify my pieces. Of course, if Lego ever creates an official multiplexer, I'll probably get (...) (24 years ago, 10-Jul-00, to lugnet.robotics, lugnet.robotics.rcx)
 
  LegOS on LinuxPPC
 
I recall somebody writing to this list about a problem with LegOS under LinuxPPC, and the message seemed to imply that things were mostly happy. I can't make the compiler compile. I'm using gcc 2.95.2. The make proceeds for a good while, then I get (...) (24 years ago, 10-Jul-00, 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