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 / *7555 (-20)
  Re: remote control and rcx
 
Chris Phillips's utterance expressed in news:HEL5rn.1DrD@lugnet.com: (...) okay - bought the rc after I had upgraded the old rcx. (...) hmm seems a little embarassing for TLC. I've had ir-devices for many years and this is the least functional thing (...) (21 years ago, 9-May-03, to lugnet.robotics.rcx)
 
  Re: remote control and rcx
 
(...) Chris, Do you own any Spybots? If you leave the remote in "ping" mode (as kids tend to), you will have a horrible time downloading anything. This has happened to me many times. I still do a little head scratching each time, until I think (...) (21 years ago, 9-May-03, to lugnet.robotics.rcx)
 
  Re: Dr. Vegetable's Virtual Remote
 
(...) Not GPL, really. More of a "come-n-get it" license. My programs are free to any taker for personal use, but are not automatically licensed for redistribution in shareware collections or warez sites without explicit permission. That being said, (...) (21 years ago, 8-May-03, to lugnet.robotics.rcx)
 
  Re: Dr. Vegetable's Virtual Remote
 
(...) Is your program under GPL (and then think about free mean :)) And do you want that I integret it to legnoppix ? nanobapt (21 years ago, 8-May-03, to lugnet.robotics.rcx)
 
  Re: remote control and rcx
 
(...) The RCX will not respond to the remote until you succeed in downloading the firmware. The built-in romware does not listen to the remote. The remote can be used with many RCXes at once, since it is a one-way protocol with no response messages. (...) (21 years ago, 8-May-03, to lugnet.robotics.rcx)
 
  Re: remote control and rcx
 
nanobapt's utterance expressed in news:3EBAD33D.309020...anadoo.fr: (...) nope - only one at a time - but that shouldn't have any influence since the rc is one-way-only. The pc is another thing - here it is very important that only one rcx is turned (...) (21 years ago, 8-May-03, to lugnet.robotics.rcx)
 
  Re: remote control and rcx
 
(...) Does you use RC with 2 RCX powered on ? nanobapt (21 years ago, 8-May-03, to lugnet.robotics.rcx)
 
  remote control and rcx
 
Hi! I recently bought another rcx, but when I tried to use the remote control it didn't respond. I can use the rc to control the old rcx, so the rc does work. I have tried changing the batteries in the rcx, so that should not be the problem either. (...) (21 years ago, 8-May-03, to lugnet.robotics.rcx)
 
  Re: TIME STAMP for a LNP distributed robot
 
Thanks Mark for your idea, it's better to have a different global time than the one of the kernel. Best Regards, CarlosLuis Rendon M. "Mark Riley" <markril@hotmail.com> wrote in message news:HEIyDt.16s5@lugnet.com... (...) (21 years ago, 7-May-03, to lugnet.robotics.rcx.legos)
 
  Re: What sort of signals(values) can be transmitted and received by the RCX
 
(...) LNP is very nice, but as far as I understand it sends sequences of bytes and it is upon you to do the conversion to/from the data, where Lejos has some partial support on top of LNP. (...) If it weren't a coincidence then a mile would be (...) (21 years ago, 7-May-03, to lugnet.robotics.rcx)
 
  Re: TIME STAMP for a LNP distributed robot
 
BTW, make sure you include: #include <time.h> Otherwise, get_system_up_time() will only return 16 bits! Mark (21 years ago, 7-May-03, to lugnet.robotics.rcx.legos)
 
  Re: TIME STAMP for a LNP distributed robot
 
Hi, The sys_time variable is the basic timekeeper for BrickOS. It is a 32-bit integer that is incremented every millisecond by the kernel. In older versions of the kernel you could access the variable directly, however, in 0.2.6.10 and later you (...) (21 years ago, 7-May-03, to lugnet.robotics.rcx.legos)
 
  Dr. Vegetable's Virtual Remote
 
I have just released a freeware utility program for Windows that emulates the MindStorms infrared remote control using a USB or RS-232 IR tower. The program supports all functions of the remote and does not require any other support software to be (...) (21 years ago, 7-May-03, to lugnet.robotics.rcx) ! 
 
  TIME STAMP for a LNP distributed robot
 
Hi, I'd like to make a basic implementation of a time stamp on a distributed schame, using Lamport's algorithm. It states basically that when a node receives a message, it get the time stamp that's contained on it, and compares with it's own, if the (...) (21 years ago, 7-May-03, to lugnet.robotics.rcx.legos)
 
  Re: brickos-0.2.6.10 .text is not within region ram
 
(...) Dear Mark I will check the demo programs and more stuff. If i'm not wrong it looks to me that now we have 16K for the kernel ( c000-b000) = 4Kb more. If i got the results, i'm coming back to the forum. best regards Bernhard (21 years ago, 7-May-03, to lugnet.robotics.rcx.legos)
 
  Re: Ideas!
 
I have a LOT of school work to do but i'll try to make it. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system ((URL) 6.0.476 / Virus Database: 273 - Release Date: 24/04/2003 (21 years ago, 7-May-03, to lugnet.robotics.rcx)
 
  Re: math.h
 
Oh note : you need to compile with -lfloat your kernel if you want to include it into kernel just add -lfloat to $LIBS in the Makefile.kernel nanobapt (21 years ago, 6-May-03, to lugnet.robotics.rcx.legos)
 
  math.h
 
Hello all, I've written some math usefull library ! here is my work. It's not really optimized and I'm afraid cause I see the memory place down ... If someone want help me ... Have fun nanobapt /*test.c*/ #include <math.h> #include <conio.h> int (...) (21 years ago, 6-May-03, to lugnet.robotics.rcx.legos)
 
  Re: Upgrade RCX?
 
(...) take a look at Robobricks (URL) also playing around with such an idea, but smaller (most devices should fit in a 2*4 brick) and faster (115 kBaud bus). My first notes can be seen here (URL) regards, Stef Mientki (...) (21 years ago, 6-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: brickos-0.2.6.10 .text is not within region ram
 
Hi Bernhard, Apparently the kernel is getting too big! By defining CONF_DSENSOR_MUX, enough extra code was generated to make the kernel exceed 12K. If you go to Makefile.user in the main BrickOS directory, change the following lines: # Base (...) (21 years ago, 6-May-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