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 / *8290 (-20)
  What is "Reset Event" for?
 
What exactly does the Robolab "Reset Event" icon do? Under what circumstances would or should it be used? The Robolab manual gives only a Microsoft-esque useless restatement of the name of the icon: "Event This command resets monitoring for an (...) (21 years ago, 27-Dec-03, to lugnet.robotics.rcx.robolab)
 
  Re: Lightsensor
 
If I shine a bright light into the light sensor it gets to 60 sometimes, but if I put the light sensor very close to a lamp, it gets to 100. I could never get a value lower than 25. "Michael Gasperi" <gasperi@alynk.com> wrote in the message (...) (21 years ago, 25-Dec-03, to lugnet.robotics.rcx)
 
  Re: Direct Link (was Global Objects was Strange RCX startup issues)
 
(...) perfect! Step by step directions. Thanks. (...) So, now I can use the 'run' button to do other stuff, right? Or, for that matter, I could do other stuff with the On/Off button. After I turn it off (using the code listed), then, I can just turn (...) (21 years ago, 15-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: Direct Link (was Global Objects was Strange RCX startup issues)
 
(...) Ok, I'll take a shot at it: 1) Make a new directory in the root BrickOS directory called pgm. 2) Copy the files config.h and Makefile from the boot directory to the pgm directory. 3) Copy your C files to the pgm directory. 4) Edit config.h (in (...) (21 years ago, 13-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: BricxCC release 3.3.7.6
 
(...) Thanks! It does work well! My files had a .txt extension. But since I've renamed them, it works beautiful. (...) Very impressive and useful features. (...) Now I get it! (...) You're right (...) I renamed the help files back and it's great (...) (21 years ago, 12-Dec-03, to lugnet.robotics.rcx.pbforth, FTX)
 
  Re: ROM image using USB tower
 
Okay, I gave in and bought one of the serial towers listed on bricklink. I now have a ROM image, but am unable to disassemble it. Whatever options I pass to h8300-hitachi-hms-objdump I get: BFD: rom.srec:12: Unexpected character `0' in S-record file (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx)
 
  Re: Vision command + linux
 
someone ask me to diffuse my code .... then it's here : (URL) can use it to make your own project. Please read the README and if you have any question mail me nanobapt (21 years ago, 12-Dec-03, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: Vision command + linux
 
(...) LOL, thanks (...) I wil try some method to fixe it nanobapt (21 years ago, 12-Dec-03, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: Vision command + linux
 
(...) This is a pretty cool technique! I really like the middle picture (movehead2.jpg) just as a work of art. (...) You could overcome this by subtracting out the minimum pixel change from all pixels. So if the entire picture gets brighter or (...) (21 years ago, 12-Dec-03, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Vision command + linux
 
I've test a new filter for the camera .... In my first study I applied a filter only in one image .... Now I take the "time" parameter ! I make a difference between two image and here is the result When nothing move : (URL) I move my head : (URL) (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: NQC's future
 
Sorry for the french .... But the description is true nanobapt (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Direct Link (was Global Objects was Strange RCX startup issues)
 
In lugnet.robotics.rcx.legos, Mark Riley wrote: ... (...) All right, this brings up an interesting question. I can use BrickOS well enough to make it do cool stuff, but I really don't know all the cool stuff BrickOS can do... If I read this (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: My problems with adding a Best Fit algorithm for memory management to kernel/mm.c
 
Mark Riley wrote: [snip] (...) This is easy enough to implement (1 or 2 lines), but raises the question: Should these memory strategies be included with BrickOS (with a config.h flag to control it)? I am sure the educators would rather leave that (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: Global Objects was Strange RCX startup issues
 
Understood. In this case, I am thinking that the option should be ON by default; such that a new, less experienced user would not encounter a problem; but an experienced user could turn the option off. // Joe (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: Global Objects was Strange RCX startup issues
 
(...) But, it perhaps should default to being enabled as this deficiency has caused some confusion in the past. Great work, Joe! Mark (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: Global Objects was Strange RCX startup issues
 
(...) I opt for option. Not much may be to much in some cases. And I don't want to program in c++ anyway. Regards, Michael (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: Global Objects was Strange RCX startup issues
 
(...) [snipped] (...) I simply added ctor_size and dtor_size to the *image*, *lx* and *program* structures. This allows the program manager to calc the start and end of these segments. (...) It wasn't as hard as I had thought. I have the fix (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: BricxCC release 3.3.7.6
 
(...) Unfortunately I haven't documented my pbForth support very well. Perhaps the following explanation will be useful to all BricxCC users who want to try pbForth. BricxCC figures out some things based on the extension of the file open in the (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.pbforth, FTX)
 
  Re: Memory, Motors and Odd Things
 
(...) no. Ok, that's my first problem. (...) hmm. yep. malloc()... (...) no, using the firmdl3. (...) Yes, it's recursive. And, I'm sure your hunch is right. (...) It sounds like it's the malloc() bug. I'm using 0.2.6.09 (?) I'm not going to switch (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos, FTX)
 
  Re: BricxCC release 3.3.7.6
 
(...) Wow! I've just discovered Bricxcc! Thank you very much for providing such a useful tool. I'm using PbForth and I was impressed by what you've included in BricxCC. Just to share with you, here's what I did so far. I've renamed the Help file so (...) (21 years ago, 11-Dec-03, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics, FTX)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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