 | | About the speed of micro-scout
|
|
I want to use Scout to make Micro-scout's motor rotation, I want to know the speed of this motor when I send a VLL(16) or VLL(20), which power level (1-7) of RCX/Scout is similar to micro-scout's speed? Br Zhengrong (25 years ago, 19-Mar-01, to lugnet.robotics.scout, lugnet.robotics.rcx, lugnet.robotics.vll)
|
| |
 | | Re: DDK - What use are they / lower prices seen
|
|
(...) You can have some fun with the Micro Scout if you have the Scout from Robotics Discovery Set (9735). Some of the Scout's built-in programs emit Visible Light Link codes from its LED (output port 3) to trigger built-in programs in the Micro (...) (25 years ago, 26-Feb-01, to lugnet.robotics, lugnet.robotics.vll, lugnet.robotics.microscout, lugnet.robotics.scout)
|
| |
 | | Re: Downloading byte codes
|
|
(...) Try (URL) but you will have better results avoiding byte codes and using NCQ2.3b1 instead. (25 years ago, 26-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Downloading byte codes
|
|
do any of you guys know how to download byte codes to the scout? I know the codes but I cant figure out how to send the to the scout....is there a program that downloads the codes? or do you use NQC? Alex (25 years ago, 16-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: Problem
|
|
(...) be (...) never mind I got it to work..... I like you WinNQC program it is a lot faster to use. can you tell me how you get the remote control thingy to work? I cant click on it right now.....do you have to be doing somthing special to use it? (...) (25 years ago, 16-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: Problem
|
|
I was used 2.2, I haven't test it in 2.3, you can try 2.2, I think it should be ok! Zhengrong (...) (25 years ago, 16-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) SetSensor() doesn't work at all on the Scout. By definition, SENSOR_3 is the light sensor and configured in a somewhat unusual mode (it reads 0, 1, or 2). Its been a long time since I've worked on the Scout. I think you set the light (...) (25 years ago, 16-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) How would you use the built in light sensor like this? "SetSensor(SENSOR_3,...R_LIGHT);" or somting like that? Oh and can you use the temprature sensor on the scout? Alex (25 years ago, 15-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: Problem
|
|
(...) When I try to compile the program there are 13 compilation errors like "Undefined Variable 'LIGHT'" and "Undefined variable 'right'" and stuff like that, all undefined variables. What version of NQC do you have? I have version 2.3 a, mabey I (...) (25 years ago, 15-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: Problem
|
|
What do you mean? Please tell me more detail? I think it is no problem as I am using it. Zhengrong (...) (25 years ago, 15-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) Most of the programs out there are for the RCX, not the Scout. Where possible, the APIs are the same between the two, but there are a lot of unavoidable problems. For example, the RCX has configurable sensor ports, so the program must make (...) (25 years ago, 15-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
Sorry my E-mail address is neo@fortworks.com Alex (25 years ago, 15-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) Just (...) Thank I figured out how to use the sensors I must have an old version or somthing because i have to write the "#ifdef"decleration and the "#endif" decleration on top and on the bottom of the "SetSensor(SENSOR_1, SENSOR_TOUCH);" here (...) (25 years ago, 15-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) As far as sensors go for the SCOUT you DO NOT have to declare them at all. Just comment out anything to do with declaring Sensors. The scout uses a different command to get the RAW values. For the Scout the the sensors are always TOUCH. Hope (...) (25 years ago, 14-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) Thanks I got the test.nqc flie to download and it worked....but when I try any program from the unoffical guide to lego mindstorms robots like the Hank The Bumper Tank program, it gives me the undifined variable error it says "undifined (...) (25 years ago, 14-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) If you're using a Scout then you need to add the -Tscout option... nqc -Tscout -d test.nqc Unless you are using NQC 2.3 b1, you'll need to manually set the Scout in "power mode" before trying to download. (version 2.3 b1 will do this (...) (25 years ago, 14-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) I tried what you said quite a bit but it just says "usage error: try nqc-help' to display options" My serial port works fine for my Scout Tool program. and I have tried to switch the RCX to the scout like this "nqc -T Scout" and "nqc -TScout" (...) (25 years ago, 13-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) nqc -SCOM2 You need to be careful about upper/lower case for options. I know its annoying, but there are a *lot* of options, so case is important. In the case of specifying the serial port, the option is immediately followed by the serial port (...) (25 years ago, 13-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) How would you tell NQC to use COM2? like this? NQC -s COM2 or somthing like that? (25 years ago, 12-Feb-01, to lugnet.robotics.scout)
|
| |
 | | Re: legOS
|
|
(...) "could not open serial port" generally means one of these things: 1) You told NQC to use a serial port that doesn't exist. By default, it will try to use Mac - modem port Win - COM1 Unix - /dev/ttyS0 You can override this with a -S option. 2) (...) (25 years ago, 12-Feb-01, to lugnet.robotics.scout)
|