 | | Mindstorms enthusiasts around Huntington Beach?
|
|
Hello, Just wanted to know if any list members live in or close to Huntington Beach. Send me an email and we could perhaps meet and exchange designs and ideas. N. (22 years ago, 11-Dec-03, to lugnet.robotics)
|
|
 | | 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 (...) (22 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
|
|
 | | H8 emulator
|
|
Hi, I saw a posting on lugnet from a year ago that you were working on an H8 emulator. Are you still working on it? I need an emulator for the processor for a class I'm teaching... Any info would be great! Thanks, Jason (22 years ago, 11-Dec-03, to lugnet.robotics)
|
|
 | | Re: Avoiding objects
|
|
(...) I haven't dabbled with Mindstorms for a while, but I had pretty good luck using the IR on the RCX in combination with a light sensor. Basically, have the RCX continously send out an IR message. The light sensor can detect the IR light when it (...) (22 years ago, 11-Dec-03, to lugnet.robotics)
|
|
 | | Re: Avoiding objects
|
|
Steve, Thanks for the info! I've placed an order for the US sensor (well, a pre-order, as they say they'll be shipping orders out only around Jan.2004). They are a little expensive though, I must say. Is this sensor easy to control when programming (...) (22 years ago, 11-Dec-03, to lugnet.robotics)
|
|
 | | 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 (...) (22 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 (...) (22 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 (22 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 (22 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 (...) (22 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Avoiding objects
|
|
(...) Roger, I'm happy to tell you my favorite sensor company ( (URL) just started production again) makes something that will work very well for you. (URL) I think their Ultra-sonic sensor is my favorite. I seem to use it more often than any other (...) (22 years ago, 11-Dec-03, to lugnet.robotics)
|
|
 | | Avoiding objects
|
|
Hello All, I'm new to the world of Mindstorms and to this list, and I have a question. Upgrading the Roverbot, which backs up when the bumpers feel something, is there a way of avoiding walls and objects on the floor. What is the best way to do (...) (22 years ago, 11-Dec-03, to lugnet.robotics)
|
|
 | | 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 (...) (22 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 (...) (22 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 (...) (22 years ago, 11-Dec-03, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics, FTX)
|
|
 | | Re: My problems with adding a Best Fit algorithm for memory management to kernel/mm.c
|
|
(...) <snip> (...) <snip> (...) <snip> I didn't have time to mention this in my earlier post, but this memory dump points out a potential problem with the way BrickOS allocates memory for programs. In the above memory dump, the 0x6B words at 0xB648 (...) (22 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
|
|
 | | Re: NQC's future
|
|
(...) click thru to: Présentation (URL) I found the English page: (URL) my eye, Babelfish seems to think the French there says: Legnoppix is a version of Knoppix Linux, bootable via CD even in a PC that ordinarily boots Windows. Legnoppix differs (...) (22 years ago, 11-Dec-03, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
|
|
 | | Re: Memory, Motors and Odd Things
|
|
(...) Hi Steve, Are you using BrickOS 0.2.6.10? In earlier versions, it was possible for malloc() to return pointers to RAM in the range [F010,FB7F], which was shared with the motor port controller. Writing to this memory adversely affected the (...) (22 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos, FTX)
|
|
 | | Re: Logging sensor data
|
|
(...) That's why I use brickOS nanobapt (22 years ago, 10-Dec-03, to lugnet.robotics.rcx.legos)
|
|
 | | Memory, Motors and Odd Things
|
|
I ran into something odd, and I'm wondering if someone can explain it. I have a pretty large BrickOS program, (the .lx is about 9k) and it uses around 2k for variables. (I think) I've noticed when the program is running, it's not doing anything with (...) (22 years ago, 10-Dec-03, to lugnet.robotics.rcx.legos)
|