To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *34972 (-20)
  Mindstorm 1.5 CD
 
Dear List, My Mindstorm 1.5 CD is broken. Where can I find the software to download? Regards, Douwe Lycklama. (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  Re: Quick reference for NQC?
 
(...) Thank you everyone for the responses. Now I know where to get NQC along with the other goodies... -- Tony Hafner www.hafhead.com (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  Re: Quick reference for NQC?
 
(...) Tony, I'm sure eventually once you get past the installation and compiling and downloading and all that stuff a reference sheet with NQC commands will come in handy. I've found a few of them for you: (URL) it helps you somewhat. :-) ~Mike (...) (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  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 (...) (23 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Quick reference for NQC?
 
(...) Also, if you are running a Windows PC then you can use BricxCC ((URL) which ships with an NQC tutorial written by Marc Overmars. It is a nice intro to using NQC. The sample programs which come with BricxCC are tied to the tutorial. If you have (...) (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  Re: Quick reference for NQC?
 
(...) The manual that comes with NQC is well written and quite concise - it's hard to imagine something smaller that would still tell you all you need to know. I recommend that you RTFM. ---...--- Steve Baker ---...--- Mail : <sjbaker1@airmail.net> (...) (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  problems with USB tower
 
Hi!, Ive managed to get gcc, binutils and legOs 0.2.6 installed on my machine. As I connect with a USB tower, i also compiled and installed Bret Thaeler's USB driver. I presume it works, I get some unresolved symbol version errors from module (...) (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  I just did a quick scout around and....
 
(...) A few minutes ago, my curiosity got the better of me about this, so I did a quick scout about on the web and found this: (URL) I'm not trying to endorse this company in particular, I'm mentioning it here as an example of what I was referring (...) (23 years ago, 10-Oct-02, to lugnet.robotics.handyboard)
 
  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 (...) (23 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Handyboards for Dummies, etc.
 
(...) Well, first of all, injection moulding may not have to be the only option. Thermoforming may be another alternative that to my understanding does not carry anywhere near the initial expense as injection moulding. Secondly, what might make it (...) (23 years ago, 10-Oct-02, to lugnet.robotics.handyboard)
 
  Re: Quick reference for NQC?
 
This may not help, but try BricX. I believe it comes with NQC built in, along with a nice little GUI. The firmware is the same as what came with your lego software. I don't know about you, but I was pretty much able to learn how by looking at the (...) (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  Quick reference for NQC?
 
Where would I find a simple reference for getting started with NQC? I'm looking for something that lists what software/firmware you need to get NQC code into the RCX and walks you through getting a program running. Thanks! -- Tony Hafner (...) (23 years ago, 10-Oct-02, to lugnet.robotics)
 
  Re: Adapting mini-rc reciever to an RCX sensor
 
(...) Most toy and model R/C interfaces use pulse-width modulation. You could simply send that data stream into the RCX which would take a fair amount of software decoding (I doubt you could do it with the Lego Firmware - you'd C and LegOS or (...) (23 years ago, 9-Oct-02, to lugnet.robotics)
 
  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). (...) (23 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 (...) (23 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, (...) (23 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Thunderbots Infrared Sensor Circuit Diagram!
 
(...) Typo. Should be "about 4 reading/sec" (23 years ago, 9-Oct-02, to lugnet.robotics)
 
  Adapting mini-rc reciever to an RCX sensor
 
I've noticed you can now buy little RC cars and was wondering if anyone has thought about converting one into an RC unit for the RCX. You could take the steering and motor control outputs and covert it into a seven state analog output for the RCX (...) (23 years ago, 9-Oct-02, to lugnet.robotics)
 
  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, (...) (23 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Gcc Problems
 
Hello, I looked at the Makefile.common file and there is a line that goes as follows: TOOLPREFIX=$(HMSTOOL...tachi-hms- Could this be where my problem lies according to what I said in the previous post earlier today? Thanks Much, Rick Bonari (23 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