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 / *4885 (-20)
  Hardware Hacking of RCX
 
Considering that LegOS talks directly to the hardware, this seems like a good place to ask the following questions. I am yet again frustrated at having only three inputs and three outputs on my RCX, and am wondering at the possibility of hacking the (...) (23 years ago, 18-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: working c++ program?
 
(...) Hi Jason, did you declare it as a control member variable ? 1. Project\Add To Project\Components and Controls... 2. Registered ActiveX Controls 3. Choose "Spirit Control" then "Insert" 4. Put the Spirit Control (the Lego Sign) in your (...) (23 years ago, 18-Jul-01, to lugnet.robotics.rcx)
 
  Setup of winlnp
 
Hello, I'm having problems setting up winlnp and getting it to work. I have downloaded, compiled and utilized legos 0.2.5 successfullyand have downloaded and compiled the winlnp visual c++ package. But i haven't found any thorough documentationon (...) (23 years ago, 18-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: newby question, anyway to say not greater than?
 
How 'bout less than or equal ? (23 years ago, 18-Jul-01, to lugnet.robotics.rcx)
 
  Drive a motor using the sensor port - safe?
 
I accidentaly discovered that when the sensor port on the RCX is set to light sensor type, a motor connected to it will run. The motor can only run in one direction with a low torque, but it can be useful when you just need the extra motion and (...) (23 years ago, 18-Jul-01, to lugnet.robotics.rcx)
 
  working c++ program?
 
Does anyone have a working c++ rcx program? I'm having trouble getting microsoft visual c++ 6.0 to integrate spirit.ocx successfully. Maybe if I had a working program to look at, I could figure it out. I got spirit "installed", however, I can't use (...) (23 years ago, 17-Jul-01, to lugnet.robotics.rcx)
 
  newby question, anyway to say not greater than?
 
Hello everyone, I am in the midst of my first programming attempt in years, attempting to discriminate 3 levels of light with a light sensor, and have it do different things depending on the maximum light intensity. This works fine for the upper and (...) (23 years ago, 17-Jul-01, to lugnet.robotics.rcx)
 
  Lie Detector with RCX
 
Fred Wolflink from Massachusetts College of Art made a nice lie detector. Scroll down to the bottom of the page and click on "Create your Lie Detector" (URL) (23 years ago, 17-Jul-01, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx, lugnet.robotics)
 
  Re: RIS 1.5 at TRU in Canada
 
(...) I saw 3 copies left in my local (St. Catharines) Toys R US..."regular priced" at 199.99 ....I thought they would reduce the price before the RCX 2.0 were to come out.... I guess I have no excuses not to pick up a set....actually with exchange (...) (23 years ago, 17-Jul-01, to lugnet.loc.ca.on, lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics)
 
  Re: CVS
 
(...) Recently sourceforge decided to get rid of the mixed case identifiers. You should use this CVSROOT: cvs -d:pserver:anonymous...root/legos login But it is still "co legOS" to checkout the sources Jochen (23 years ago, 17-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Uploading datalog - some confusion?
 
(...) Are you sure about the handshake, on a PC with a serial IR-tower there is no handshake (not necessairy because the PC is the master and the RCX is the slave). (...) best regards, Stef Mientki (23 years ago, 16-Jul-01, to lugnet.robotics.rcx)
 
  RIS 1.5 at TRU in Canada
 
Whoo hoo-- Toys R Us here in London, Ontario seems to have slashed the price on the RIS 1.5 down to $199CDN (about $120USD). That's a 1/3rd reduction in price and almost as good as the $150 that Future Shop online had last year. Now, how do I (...) (23 years ago, 16-Jul-01, to lugnet.loc.ca.on, lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics)
 
  Re: Problems installing in Win98
 
Thanks for the info. I'm downloading the sources for binutils and gcc even as I write this. I'll let you know how it turns out. regards (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
(...) You will need both source and binary tarballs of gcc and binutils, from the CygWin setup utility. You may also need autoconf, automake, flex, yacc, bison etc. -- or not, I don't know. They were installed when I did my build. You should also (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Suggested Makefile Changes
 
'make realclean' causes a rebuild of .depend in legOS/util/dll-src. This is inconsistent with other places .depend files are used. dependency building in the lib branch of the tree is not triggered, and would use the old-style makedepend program, (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
(...) Thanks for the reply. I looked at your post, sorry I'm not able to comment on what files are needed, I'm just now getting into all this. How difficult was it doing the build on your machine? Could you post or send me the steps you followed or (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
Yes, it is possible. I have legOS running under Cygwin 1.3.2 (latest net release). I did, however, compile the cross compiler from source. See my post 'Toolchain for Cygwin 1.3.2 (latest)', dated 14/07/01 18:34, 2 posts before yours. Given that (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Multiple source files
 
Hi, Assuming you have a.C and b.C, and you want to build b.lx, then the following Makefile fragment will work, if you patch your Makefile.user as given below. **** Begin Makefile Fragment **** all: b.lx # Specify all targets to build b.ds1 b.ds2: (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Problems installing in Win98
 
Hello, I am trying to install legOS on a WIN98 machine with cygwin 1.3.2. I am have problems with the cross compiler. I just noticed the statement on (URL) that the cross compiler was compiled against the older version of cygwin and that it won't (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  CVS
 
Hi all I'm trying to get the latest code from the cvs root as anonymous. It doesn't seem to let me login using the anonymous. I'm following the instructions on the sourceforge page: cvs -d:pserver:anonymous...root/legOS login but it tells me (...) (23 years ago, 15-Jul-01, 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