To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.spyboticsOpen lugnet.robotics.spybotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Spybotics / *322 (-20)
  Re: RCX to Spy messages thru IR communications route
 
(...) Yes, that is what another person told me via email yesterday. So a ping simulation function for an RCX running the RCX2 firmware could be: // nLinkID = 0-7, where 0 = no link, 7 = pc link, 1-6 = controller link // nMyID = 8-255 (minBotID = 8, (...) (20 years ago, 25-Mar-04, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Spybot Hardware Hacking
 
Hi All, April's Circuit Cellar magazine has an article I wrote on one method of hacking the Spybot. I emulated the I2C EEPROM with a PIC. I then mapped the upper 128 bytes of the EEPROM variable space (locations 0x80 through 0xFF) for use as an I/O (...) (20 years ago, 25-Mar-04, to lugnet.robotics.spybotics)
 
  Re: RCX to Spy messages thru IR communications route
 
(...) Hi John, I think the low nibble of the first byte contains the Link ID of the Spybot. It is zero if the Spybot is not linked to a controller. 1 if it is linked to controller 1, 2 if controller 2, etc. This should be easy to double check with (...) (20 years ago, 25-Mar-04, to lugnet.robotics.spybotics)
 
  Re: RCX to Spy messages thru IR communications route
 
(...) Okay, after banging my head against this for WAY too long I think I have finally figured out (somewhat) a few things that were previously completely lost to my understanding. If you want an RCX (running RCX2 firmware) to simulate a Spybot Ping (...) (20 years ago, 24-Mar-04, to lugnet.robotics.spybotics)
 
  Re: RCX to Spy messages thru IR communications route
 
(...) very astute info. You folks, and you J.H. are 'right-on' once again! Yes it works, but SPY seems to react only to very specific code strings (message A: byte 0=0x92, byte1=0x23; message B: byte 0=0x92, byte1=0xab; ... etc.), and immediately (...) (20 years ago, 19-Mar-04, to lugnet.robotics.spybotics)
 
  Re: RCX to Spy messages thru IR communications route
 
(...) Mark Riley wrote a program quite a while ago that sends IR messages to a Spybot from an RCX ((URL) The receiver side of this (running on the Spybot) is implemented in his post in MindScript. I just posted a message a few minutes ago which (...) (20 years ago, 16-Mar-04, to lugnet.robotics.spybotics)
 
  Re: Spybots communication
 
(...) To send and receive IR or VLL messages using NQC and Spybots you would write a program something like this: #define VLLEvent 1 #define MessageEvent 2 void DebugOut(const int &x) { SetLED(LED_MODE_ON, (x & 0x17) | ((x & 8) * 4) | ((x & 32) / (...) (20 years ago, 16-Mar-04, to lugnet.robotics.spybotics)
 
  RCX to Spy messages thru IR communications route
 
Has anyone got messaging from the RCX2 to Spybotics working? Would be great to hear if you have! (20 years ago, 13-Mar-04, to lugnet.robotics.spybotics)
 
  Spybots communication
 
Hello, how can I establish communication between Spybots. I’ve found “SendSpybotMessage” function in extended John Hansen‘s spybot api, but I don’t know how to use it. I want to use two spybots to build one robot, so I need two way communication (...) (20 years ago, 22-Feb-04, to lugnet.robotics.spybotics)
 
  BricxCC home page is moving!
 
At the end of last year I finally signed up for high speed internet access from Comcast. Included in the agreement (with my wife) is that I would get rid of my long association with AOL. I've had the JohnBinder AOL email address for many, many years (...) (20 years ago, 12-Feb-04, to lugnet.robotics.rcx.nqc, lugnet.robotics, lugnet.robotics.spybotics, lugnet.robotics.scout, lugnet.robotics.rcx)
 
  NQC & Spybot subroutine code generation bug
 
I have just received a report from a user that NQC programs containing subroutines do not execute correctly against the Spybot platform. I have confirmed that this is a problem with all versions of NQC which support the Spybot brick. This program: (...) (20 years ago, 11-Feb-04, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Spybotics VLL & NQC
 
Hi, I'm having a frustrating time again! I've given up on trying to read the Spybotic controller and have turned my attention to the VLL cable. Can anyone help me with setting up comms between an old laptop PC and a Spybotic pBrick, all I want to do (...) (20 years ago, 31-Jan-04, to lugnet.robotics, lugnet.robotics.spybotics)
 
  Re: BricxCC release 3.3.7.7
 
(...) Upon further review, it would appear that (at least on my machine and one other that I have heard about) the new release of BricxCC (3.3.7.7) does, in fact, correctly download the brickOS firmware. My previous tests were using an old copy of (...) (20 years ago, 30-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: NQC's future
 
(...) Very! I don't expect to use the game data often, but it would be nice to have the option of having it available or not. thanks for the great work! (20 years ago, 28-Jan-04, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: Reading Spybotic controller
 
Thanks Steve, I was having some trouble with MindScript, but I'll give it another try. Thanks again John (20 years ago, 26-Jan-04, to lugnet.robotics.spybotics, lugnet.robotics)
 
  Re: Reading Spybotic controller
 
(...) I seem to remember in Mindscript, there is a way to disable the RC messages. I think it was something like "setRCDisable" I'm not sure if that is implemented in the latest verson of NQC. (and I'm not sure if that's the right command) But I (...) (20 years ago, 26-Jan-04, to lugnet.robotics.spybotics, lugnet.robotics)
 
  Reading Spybotic controller
 
Hi, I've been trying some experiments with Spybotic communications using Bricxcc and NQC. I have been able to send and receive messages using 'SendSpybotMessage()' and 'RxMessage()' However, when I try to read the controller, I am only able to (...) (20 years ago, 24-Jan-04, to lugnet.robotics.spybotics, lugnet.robotics)
 
  Re: BricxCC release 3.3.7.7
 
(...) Unfortunately, BricxCC is still not downloading the brickOS firmware correctly. I will look into this problem and try to fix it. In the mean time, you can use firmdl3 which works correctly. John Hansen (20 years ago, 23-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  BricxCC release 3.3.7.7
 
I've released version 3.3.7.7 of BricxCC today. It adds a Spybot EEPROM tool window. It adds a new configurable watch tool window. It adds a new generic set source value tool window. It adds a hot key (F2) for the pbForth console. The position of (...) (20 years ago, 22-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: BricxCC release 3.3.7.6
 
Hi John, Thanks to your pre-built BrickOS tools, I have finally installed it on my Windows 2000 machine (I tried several times in the past... no luck !). The installation was really fast and easy, the only problem I got was that the default BrickOS (...) (20 years ago, 15-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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