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 / *327 (-20)
  Re: Spybot Hardware Hacking
 
(...) Jay, Can you post the details relative to the spybot somewhere? that would be very useful to the community... (20 years ago, 2-Apr-04, to lugnet.robotics.spybotics)
 
  Re: RCX to Spy messages thru IR communications route
 
(...) Hi John, It does work. The RCX appears in the Spybot's World Table. The Range is set to Anywhere. Pretty cool... --Jay (20 years ago, 29-Mar-04, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: RCX to Spy messages thru IR communications route
 
(...) Boy, this RCX to Spy IR comm thing is sure going the right way! The SPYBOTICS are a little known and hidden LEGO gem. Gramps Eddie & Grandson CJ (20 years ago, 26-Mar-04, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: RCX to Spy messages thru IR communications route
 
(...) I presume that somewhere that data is being dropped. It isn't showing up as data the tower reports to the operating system. I haven't actually tried the function I posted the other day so it is entirely possible that a Spybot will not (...) (20 years ago, 26-Mar-04, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: RCX to Spy messages thru IR communications route
 
I'm a little surprised that the Spybot doesn't need to see the packet header byte - the byte containing the range/orientation bits preceding the 0x8n Ping byte. The header is deliberately generated with the stop bit cleared to force a framing error. (...) (20 years ago, 25-Mar-04, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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