To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.scoutOpen lugnet.robotics.scout in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Scout / *82 (-20)
  Re: Scout poweroff time out?
 
(...) What other features will work? The BatteryLevel() one? I think we need to have a look at the rcx2 commands and see what's working for the Scout. Also, what does the Scout API include with the program? I know in the RCX it turns all motor ports (...) (26 years ago, 2-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout poweroff time out?
 
(...) Possible, yes, but I'd prefer not to. The command line is already too complex. I might consider adding the information as part of the regular program download message (with the battery level). For devices other than Scout, there isn't a fixed (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout poweroff time out?
 
(...) You know, I tried that. It didn't work. But then I'm using my new editor (that I'm working on) and had forgotten to set the brick type with EACH command to NQC. I only had it set to compile/Download. So the scout wouldn't be 'unlocked' until I (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout poweroff time out?
 
(...) I just verified that both of these work. I'll fix the API for the next NQC release, but in the meantime, you can always add the following functions to your Scout programs: void SetSleepTime(const int t) { asm { 0xb1, t }; } void SleepNow() { (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout poweroff time out?- Update
 
(...) After a *FEW* hours playing with this thing I've found out the following... It's built in shutdown is set for 15 minutes. Sending an IR code seems to reset this counter. So far I cannot find any way to keep it alive on it's own. If anyone (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout poweroff time out?
 
(...) Looking at the Scout SDK, I think it does support the same sleep time command as the RCX - although perhaps not from within a program. There are two things to try: nqc -sleep 0 or add the following function to your program and call it (with (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Scout poweroff time out?
 
I've just finished a very cool Camera mount that can be controlled via the web. (Linux, NQC & PHP) I've decided to use my scout because it's so limited. I've noticed one point and can't seem to see away way around this. I'm hoping someone can help. (...) (26 years ago, 29-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout vs. RCX for Macintosh user
 
(...) I will add to Dave's great post above. I own 2 RCX 1.0's, a Scout & a Micro-Scout. The main reason for getting an RCX is that it's upgradeable. The Scout has it's firmware on a ROM and is NOT upgradeable. So it will one day just be a slave to (...) (26 years ago, 8-Sep-00, to lugnet.robotics.scout)
 
  Re: Scout vs. RCX for Macintosh user
 
Assuming it doesn't all wind up in a drawer collecting dust, the RCX is definitely worth the extra money. Plus you get a lot more than just the RCX when you buy RIS 1.5. For one thing you get the IR tower, which is pretty much an essential add-on (...) (26 years ago, 8-Sep-00, to lugnet.robotics.scout)
 
  Scout vs. RCX for Macintosh user
 
Greetings: My name is Dan Snelson. I'm considering purchasing a Mindstorms set with either the Scout or RCX for Christmas. The set is mainly for me, but I'll let my nine-year-old son play with it and my other three boys just watch. I use a Macintosh (...) (26 years ago, 8-Sep-00, to lugnet.robotics.scout)
 
  Re: Scout programming in RcxCC
 
(...) Zhengrong - I tried replying to your e-mail, but it bounced. I'll reply here (since the answer may be of interest to others as well). The issue was that the above code needed a Wait(9) in order for the sound to be heard on the Scout, but the (...) (26 years ago, 18-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout, lugnet.robotics.rcx)
 
  Scout programming in RcxCC
 
After follow Dave's suggestion, I am successful to use RcxCC for Scout programming, here is the method. Edit two batch files named rcx.bat and scout.bat in rcxcc directory, the content of files are as follows: set NQC_OPTIONS=-TRCX rcxcc set (...) (26 years ago, 17-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout, lugnet.robotics.rcx)
 
  Re: Programming for Scout using RCX2.0Beta
 
(...) You just have to select "Scout" in the Brick pull-down menu and everything works OK. -- Michael (26 years ago, 15-Aug-00, to lugnet.robotics.rcx, lugnet.robotics.scout)
 
  Programming for Scout using RCX2.0Beta
 
I am using RCX2.0Beta to test Scout, but it seems Beta doesn't support Scout, although there is some saying in readme.txt file, if you compile the Avoider.scout with Beta version, you will get the error as follows: Error (0xe0050832) from VPBrick (...) (26 years ago, 15-Aug-00, to lugnet.robotics.rcx, lugnet.robotics.scout)
 
  Re: About Scout programming
 
(...) The Scout only supports passive sensors externally (touch and temperature). The light sensor is supposed to be used as an active sensor (although in some cases you can use it passively and get reasonable results). The Scout does have its own (...) (26 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  About Scout programming
 
Hi I have a light-seeker NQC program for RCX, I want to port for Scout, does anyone know how to do it? Then does Scout use external light sensor? BR Zhengrong (26 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout NQC Programming
 
(...) I have been using NQC to program my Scout. I have two Tribots (from David Baums book) one with a Scout, the other an RCX. I have done some SIMPLE messaging between them (they are both running nearly identical code). I also wrote a very simple (...) (26 years ago, 7-Aug-00, to lugnet.robotics.scout)
 
  Re: Scout Programming
 
I''ll need your help Dean . Can you send me the NQC code you used it for the scout ? Jeronimo Avelar (...) mounted (...) variations. (...) there (...) (26 years ago, 30-Jun-00, to lugnet.robotics.scout)
 
  Re: Scout Programming
 
(...) The main challenge with this is that the light sensor is passive only. (i.e. there is no red led to create the reflected light.) You can, however, use the IR transmit to bound some light down towards it and cause the same effect. If you need (...) (26 years ago, 29-Jun-00, to lugnet.robotics.scout)
 
  Scout Programming
 
Hi Dean , I'm using NQC too . I'm trying to make a line tracker but I'm having some dificulties with measuring the light variations . I have put the Scout mounted with the light sensor pointing to the floor in order to sense the variations. Have you (...) (26 years ago, 21-Jun-00, to lugnet.robotics.scout)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR