 | | Re: RCX/Spybotics/Scout communication
|
|
(...) With the latest release of Brixcc, you have the ability to control the spybot. I sent commands to the spybot from Bricxx, but havent' gotten to the point of actually sending commands from the RCX to the Spybot--been a little busy lately. That (...) (23 years ago, 24-Dec-02, to lugnet.robotics.spybotics, lugnet.robotics.rcx, lugnet.robotics.scout)
|
| |
 | | Re: RCX/Spybotics/Scout communication
|
|
(...) I'm no expert here, but I hate to see questions go unanswered. I believe you can use the same NQC commands to send messages to and from the spybot as used in the standard RCX. (23 years ago, 24-Dec-02, to lugnet.robotics.spybotics, lugnet.robotics.rcx, lugnet.robotics.scout)
|
| |
 | | RCX/Spybotics/Scout communication
|
|
Having read the messages in the various newsgoups, I must admit I'm a little puzzled. I've seen a lot of discussion about IR communication, but I don't think I have a straight answer. I have an RCX, a Scout, and some Spybotics under the Christmas (...) (23 years ago, 23-Dec-02, to lugnet.robotics.spybotics, lugnet.robotics.rcx, lugnet.robotics.scout)
|
| |
 | | Re: Scout and USB Tower
|
|
I can get it to work if i hold the blue side of the scout aimed at the tower at about 30 centimeters, with the tower set to short mode. That seems to be the only way to do it, any different and no go. (24 years ago, 15-Aug-02, to lugnet.robotics.scout)
|
| |
 | | Re: Scout and USB Tower
|
|
Thanks for the tips. The first time i use the :short option, it worked perfectly, but it hasn't worked again. I must have hit on the exact right distance/position by dumb luck. Oh well. I'll keep trying and post my findings. (...) (24 years ago, 15-Aug-02, to lugnet.robotics.scout)
|
| |
 | | Re: Scout and USB Tower
|
|
I must have run into this problem before (and forgot about it). I was looking through the NQC source code for using the USB tower and noticed that the Mac OS X version of NQC supports an options -Susb:short which will use the USB tower in short (...) (24 years ago, 15-Aug-02, to lugnet.robotics.scout)
|
| |
 | | Re: Scout and USB Tower
|
|
Make sure that you tell nqc (or MacNQC) that you are using a Scout. You can do this by adding -Tscout to the command line (NQC) or selecting the appropriate target in the preferences dialog for MacNQC. The USB tower and Scout seem to be very (...) (24 years ago, 14-Aug-02, to lugnet.robotics.scout)
|
| |
 | | Scout and USB Tower
|
|
With NQC, I can download programs just fine to my RCX from my iMac using the USB IR Tower. When I try to download programs to my Scout however, it fails, acting like the Scout isn't even there. I can send messages and remote commands to the Scout (...) (24 years ago, 12-Aug-02, to lugnet.robotics.scout)
|
| |
 | | Re: Announcing BricxCC release 3.3.5.6
|
|
(...) I wanted to publicly thank Rob Doucette for reporting the Access Violation bug and for helping me track down where it was occurring. I'd never have fixed it without his help. A big thank you also goes to David Schilling for reported the (...) (24 years ago, 13-Jul-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Announcing BricxCC release 3.3.5.6
|
|
(...) I was updating the website earlier today which may have caused some disruption. The link worked for me a few minutes ago. This is as good a time as any to post about my new release of BricxCC. Version 3.3.5.6 fixes an Access Violation during (...) (24 years ago, 12-Jul-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Retry count exceeded
|
|
HI: After programing a lot of robots with an RCX, I thought I'd sit down and try the scout. I use the first (rcx) SDK and the 'script' language to program. The documentation discusses the ability to program the scout. The editor has a drop down (...) (24 years ago, 5-Mar-02, to lugnet.robotics.scout)
|
| |
 | | Extensions to Scout via VLL
|
|
Hi, I am a newbe to lugnet so please forgive me for verboseness and the cross post to the two groups, but my request seems to be across both. My son has been using a scout & microscout in combination for 3 motor robots for some time, using the scout (...) (24 years ago, 25-Feb-02, to lugnet.robotics.vll, lugnet.robotics.scout)
|
| |
 | | Re: Will TLC continue to support Scout?
|
|
At the risk of being flamed for "me too"ism.. I bought an RDS in mid-2000 while on business in the US (honest!), for my 7,10 + 12 year old's to get the hang of simple programming. I then grabbed NQC and downloaded the Scout SDK (before TLC removed (...) (24 years ago, 11-Jan-02, to lugnet.robotics.scout)
|
| |
 | | Re: Will TLC continue to support Scout?
|
|
dunno if TLC pays attention to this newsgroup, but i'm with you. bought the Robotics Discovery Set for my 7 year old nephew. i specifically wanted one he could use without having to fire up the PC, or learning how to program on the PC. plenty of (...) (24 years ago, 11-Jan-02, to lugnet.robotics.scout)
|
| |
 | | Will TLC continue to support Scout?
|
|
Does anyone know what TLC's plans are with respect to Scout? Why are they discontinuing the 9735 Robotics Discovery Set? Are they killing Scout? Will they continue to support it? I just bought one for my 7 year old last year and he loves it. He's (...) (24 years ago, 11-Jan-02, to lugnet.robotics.scout)
|
| |
 | | Re: Scout SDK missing from mindstorms.lego.com?
|
|
Hi Chris, I seem to be hosting the only copy in existance :) Try here: (URL) down to the downloads!) Phil. (...) (24 years ago, 16-Dec-01, to lugnet.robotics.scout, lugnet.robotics)
|
| |
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
I was using my scout this past weekend as a coinbox detector to launch a mono rail. The touch sensors work exactly as Dave suggests. You can also just do the following: until(SENSOR_1); Waits until it's touched. until(!SENSOR_1); Waits until the (...) (24 years ago, 17-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
(...) That is what I thought, but it will determine if the touch sensor is pressed. (...) Dunno, I'll try. Then again, if !=255 works... (...) If it were not for Perl I'd never write a line of code ^_^ (24 years ago, 17-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
This program turns on motor A and leaves it running until a touch sensor attached to input 1 is pressed, then it turns off the motor and plays a sound: task main() { On(OUT_A); until(SENSOR_1 == 1); Off(OUT_A); PlaySound(SOUND_UP); } Dave (...) (24 years ago, 16-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
Hi Chris, (...) this is a bit crazy, unless your sensor value is a bit pattern. (...) This is sensible, but are you sure it's ok to use equality and not inequalities like SensorValueRaw(1) < 240? (...) but it's equivalent, also in C, where & is (...) (24 years ago, 16-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|