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 / *1915 (-20)
  Re: infrared communication
 
(...) I dont know what the max distance for two RCXs is. But i have had the infared transmitter as far as 40 feet from the RCX, with no obstructions in the way and they still communicate. I would bet they have a pretty good range. Jeff (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  RE: How much memory finally? ADDENDUM
 
(...) There is no user memory from 0x4000 to 0x8000 - It's all ROM space but it might not be used. I look at things in terms of replacement firmware, and the RCX is very flexible in this regard. The RAM for replacement firmware starts at 0x8000. (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  infrared communication
 
What is the maximum distance for infrared communication between two RCXs (say with new batteries)? Do the RCXs have to 'face' each other? Thanks, Michael (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: How much memory finally? ADDENDUM
 
Well, I checked with Kekoa's memory map, and indeed, thinks are not as simple. And Dave was right (Why did I doubt is sacred words?) Memory is divided into three main area of 16k. The first is ROM, containing the base programs. The two other (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: How much memory finally?
 
Thank for the answer, Dave, this is the kind of info I'm looking for. BUT! I don't think it is correct: 0x8000 is 32k: the firmware would start at the end of memory!?! 0xbfff is 48k: unless the 16k of the rom are counted of course... Then this mean (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: Tactical Robot - A robot that play a board game REALLY!!!
 
-- ___...___ Ferrara Francesco Jeffrey Baldwin <Heatwaaave@aol.com> wrote in message news:FpGE5u.B4w@lugnet.com... (...) know (...) TAR Know when it win, and make some sounds when it is in advantage... (relative to its score!) I have spent 2-3 (...) (25 years ago, 6-Feb-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: LNP Example please
 
(...) Well, it's mentioned in the README ;-), but obviously not detailed enough. The problem is: the dynamic loader doesn't find the library you linked against. The dynamic loader is a program that is started whenever you execute a dynamically (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: Using Servos with the RCX - Yes!
 
(...) YES! Great job Ralph! (...) I love this. I could drive up to 6 pneumatic cylinders with a single RCX... wow! (...) The circuit is very simple to set up even for a non-electronic guy like myself. Give me just the time to lay my hands on one of (...) (25 years ago, 10-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Re: LNP Example please
 
Just updated my libc version (I love apt-get on debian linux... woohoo... it took about 30 seconds to update about 6 core applications on my system with a single simple command !!) Ok. it now complies without a problem and lnp also appears to run (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: How much memory finally?
 
(...) I believe it has a 16K ROM and 32K SRAM. Within the 32K, 16K is occupied by the 'firmware' downloaded to the RCX. About 6K is reserved for bytecode program space and the datalog. Presumably the rest is working memory for the firmware (stack, (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Using Servos with the RCX - Yes!
 
Hi all, I've finally got my RCX servo driver circuit working. It was actually working months ago but I couldn't get the servo to stop jittering. Then I swapped in a different servo, and it worked like a champ! (URL) Before you get all excited, the (...) (25 years ago, 10-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  static version of lnpd uploaded to arthudent
 
Because of several reports about compiling problems with lnpd, i made a static version and uploaded it to arthurdent. It's quite fat: 373942 bytes, compared to the dynamic, which is 21352, but we all have at least 512 Megs, don't we ? I guess it (...) (25 years ago, 9-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: How much memory finally?
 
(...) If I remember correctly the RCX has a 16kROM for the basic routines. It has 32k RAM for firmware and programs. The scout has 32K ROM and only 1K RAM (400bytes for your program) Dean (25 years ago, 9-Feb-00, to lugnet.robotics.rcx)
 
  Re: rcx 1.0 and an ac adaptor
 
(...) The 'official' adapter, is 10VAC, 0.7A. I have seen one person who blew the rectification bridge, and he simply replaced this himself ((it was an old unit). There are two 'possibly combined' problems. DC, puts all the load on just one pair of (...) (25 years ago, 9-Feb-00, to lugnet.robotics.rcx)
 
  How much memory finally?
 
I'm trying to figure out how much memory the RCX has. Many sources claims that it has - 16k rom - 16k ram for the firmware - 6k reserved for our own programs Does this mean the RCX has 22k of RAM memory? What an odd number... Also, when I perform (...) (25 years ago, 9-Feb-00, to lugnet.robotics.rcx)
 
  Re: LNP Example please
 
(...) you are probably using an older version of glibc, which doesn't have the argp stuff. This has been reported several times, and i begin to think it was a bad decision to use this interface instead of getopt(). However, it's so easy to use... If (...) (25 years ago, 9-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: using the remote control with legOS
 
it would be nice to be able to use both LNP and remote control (advance tactical robots) I wrote last night a small win prog to figure out how the remote is talking and this is it: +++ // LEGO REMOTE CONTROL (#9738 = ~20 USD) FOR RCX MESSAGE (...) (25 years ago, 9-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP Example please
 
Just tell me if I am been lazy but I can't find the argp.h file anywhere. abacus:~/lego/lnpd+liblnp$ make depend for i in lnpd liblnp applications ; do make -C $i depend || exit -1 ; done make[1]: Entering directory `/home/mike/lego/lnp...blnp/lnpd' (...) (25 years ago, 9-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: rcx 1.0 and an ac adaptor
 
(...) (25 years ago, 9-Feb-00, to lugnet.robotics.rcx)
 
  Re: Too many sensors
 
(...) uhh, it looks i missed something quite important - how do you accomplish that ? --Martin (25 years ago, 9-Feb-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