 | | 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)
|