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 / *6915 (-20)
  WS3D RCX Challenge #5 Results
 
Yesterday was the Workshop 3D RCX Challenge #5. The Lego robotics competition took place in the Pacific Science Center in Seattle. Events were line following (two divisions), sumo, and puck gathering. The code-only line tracking event will be held (...) (22 years ago, 14-Oct-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.events, lugnet.org.us.smart)
 
  Transmission alternatives to IrDa ?
 
Hi, assume you want your PC to act as the brain of the robot. The PC should send from time to time comands to the robot during it works. The robot might be far away, so that IrDa transmission would not be possible anymore. Are there alternatives to (...) (22 years ago, 13-Oct-02, to lugnet.robotics.rcx)
 
  Re: Strip Command
 
(...) appears (...) Rick, Windows 98 is not correctly checked in the Makefiles. I have fixed this is the current CVS version. For now I would simply add CYGWIN_98-4.10 to all Makefiles which do this check. I believe that is only $ (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Starting Over
 
(...) The BrickOS for cygwin instructions ((URL) describe downloading the source code for gcc & binutils and building the Hitachi cross-compiler and associated tools in step 2. If you use the pre-built hitachi tools that Joseph Wooley posted about a (...) (22 years ago, 12-Oct-02, to lugnet.robotics.rcx.legos)
 
  Starting Over
 
Hello, According to John Hansens' instructions, I am assuming you do not need to download the bin-utils as called out in the original sourceforge instructions. Is this correct? Thanks again for the help. Here goes. Rick Bonari (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Strip Command
 
(...) In Makefile.common in the util subdirectory this code ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0 CYGWIN_NT-5.1 WindowsNT Windows_NT)) EXT=.exe CC =gcc CFLAGS+=-D_WIN32 endif pretty much guarantees that your (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  Strip Command
 
Hello, When I do a uname command, I get CYGWIN_98-4.10. It definitely appears that makefile.common has some problems with paths, etc. When I type the command: strip fontdesign.exe dll.exe makelx.exe fixdeps.exe genlds.exe firmdl3.exe as I mentioned (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  monitor and control external voltage
 
Could you build a voltage controlled switch out of the RCX? Do this: Monitor a voltage, when the monitored voltage does something, switch a motor output. 1) What would you have to do to monitor a voltage (safely)? Connect an input sensor to your (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx)
 
  Re: RCX and GPS systems
 
(...) It might be possible to run an IR transmitter directly off it, IIRC John Barnes posted a circuit diagram for that a while ago (he might also sell these things). Then you only need the software, where you need to send/receive single characters, (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx)
 
  BrickOS issues
 
First off, I'd like to say that I had ZERO problems installing, building, and testing BrickOS on my PC. That's even with the BrickOS name change release and the pre-built Hitachi tools. You guys do good work! There are a few issues I have come (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: RCX and GPS systems
 
(...) Also see the ACE-II from Trimble which could be powered and output directly to the normal sensor plugs; and can be run slow enough for it to nor be a problem to read. However... you are going to have issues with resolution and reception. (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx)
 
  Re: RCX and GPS systems
 
A big question is if the positioning resolution you could achieve would be worth the cost or effort. The GPS hardware I've seen tell you where you are within a few yards. Unless you can get that down to a few inches what's the point? Plus you still (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx)
 
  RCX and GPS systems
 
For sometime I have thought that a GPS interfaced with the RCX would be the answer to my navigational prayers. I have not found any information on an interface for the RCX (GPS-RCX or GPS-PC-RCX). I realize that this is not a trivial task with (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx)
 
  Re: Cygwin/Gcc/Legos-0.2.6 Installation
 
(...) Something is definitely not quite right with your setup. Makefile.common in the util subdirectory of the BrickOS tree has the following code in it: # # WindowsNT/Cygnwin, test against several values: # ifneq (,$(findstring $(OSTYPE),cygwin32 (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Cygwin/Gcc/Legos-0.2.6 Installation
 
Rick, I have never used 'make strip' and have been using legOS/BrickOS for quite some time now. So, if it doesn't work, that should not stop you from continuing. However, with BrickOS, the make strip command now executes 'strip fontdesign.exe (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 
  Cygwin/Gcc/Legos-0.2.6 Installation
 
Hello, I finally got make to complete without any apparent errors. At the end of the process, no errors were shown. I had to move the proper copy of objcopy.exe to the required directory and I also had to copy the proper copy of g++.exe to the same (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Gcc Problems
 
Rick, It sounds as if you have gcc working, however, the version of objcopy that you copied from another folder is incompatible with the hitachi h8 version of gcc. You need to have a special version of objcopy that is designed for the h8 (the RCX). (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Gcc Problems
 
Hello, There is a line under Hitachi H8 tool prefix that goes like this: HMSTOOLDIR=/usr/local/crossgcc. I changed it to HMSTOOLDIR=/usr/local and I changed TOOLPREFIX=$(HMSTOOL...tachi-hms- to TOOLPREFIX=$(HMSTOOL...i-hms/bin. After looking through (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Gcc Problems
 
Some versions of the gcc executables are named h8300-hms-*.exe (ex: h8300-hms-gcc.exe) The Makefile.common, as you pointed out expects h8300-hitachi-hms-*.exe If this is what you are experiencing, then you have two options: 1) make copies of them, (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Gcc Problems
 
(...) Your previous post indicated that you were running under cygwin, iirc, so the line to which you refer above is not where your problem lies. In Makefile.common there are several sections that only apply to a particular operating system, cygwin, (...) (22 years ago, 9-Oct-02, 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