To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  Search Results: spybot rcx communication
 Results 1 – 20 of about 17000.
Search took 0.01 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: Communication with Swan firmware
 
I've used the RCX with standard LEGO firmware, though I'm not familiar with the Swan firmware. Having said that, this simply sounds like the old message is not getting cleared to make room for the new message. Have you tried calling the (...) (6 years ago, 18-Jun-18, to lugnet.robotics.rcx)
 

rcx, communication
(score: 2.377)

  Re: Communicate RCX2 with Spybot
 
(...) Yes, they can communicate using IR. Look at the contents of the MindScript header files included in the LEGO Mindstorms SDK 2.5. Also read the Spybot SDK information regarding its built-in subroutines. In addition to using MindScript you can (...) (20 years ago, 18-Jan-05, to lugnet.robotics)
 

spybot, rcx, communication
(score: 2.302)

  Communication with Swan firmware
 
Good morning We are using a total of 12 lego rcx sets to practice in an educational center. We are using the nqc language with these robots. We use 2 types of firmware: on the one hand the firm0328.lgo, sometimes the firm0332.lgo, ie RCX2, and also (...) (8 years ago, 1-May-17, to lugnet.robotics.rcx)
 

rcx, communication
(score: 2.260)

  Brickworld Mindstorms Event Rules for Trash Wars
 
Ok folks, here we go, the official rules for Trash Wars, one of the Mindstorms events that will be held at Brickworld (June 19-22, Wheeling, IL). I think Bryan's original post called it "Garbage Wars", but I like Trash Wars better, and since I wrote (...) (17 years ago, 2-Apr-08, to lugnet.events.brickworld, lugnet.robotics) ! 
 

spybot, rcx, communication
(score: 2.184)

  New NQC API for RCX-Spybot or RCX-RC communication
 
Recently I happened across the MindScript headers for the RCX in the SDK and saw some interesting macros for RCX communication. I decided to port them to NQC and possibly add them to the official built-in NQC API. I would be extremely grateful if (...) (20 years ago, 12-Jan-05, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 

spybot, rcx, communication
(score: 1.987)

  Re: BrickOS Patches and Development
 
The Bibo Patch Rollup Collection posted to SourceForge at (URL) been updated. New for this update are patches 25 through 35. 25: Cleanup in the util subdirectory - Updated lnpmsg to more cleanly handle and process command-line arguments - Removed in (...) (15 years ago, 24-Jun-09, to lugnet.robotics.rcx.legos)
 

rcx, communication
(score: 1.926)

  Original Communications Protocol Documentation
 
Hello, I have just finished writing up my little project to discover the protocol for talking to/from the RCX. The finished document as a PDF is at: (URL) I wrote this up to facilitate communications to a PC from an RCX or Spybot with the standard (...) (18 years ago, 23-Aug-06, to lugnet.robotics.rcx, FTX)
 

spybot, rcx, communication
(score: 1.913)

  Almost 300! And another Mindstorms Challenge! And more!
 
(URL) Almost 300 Registrants! With about 2 weeks left on registration deadline, we are very close to 300 guests - so if you haven't paid your registration fee, now's the time to do it to guarantee your place at BrickFest! You know the website, so (...) (18 years ago, 18-Jul-06, to lugnet.events.brickfest, lugnet.general, lugnet.events, lugnet.fun.community, lugnet.announce, FTX) !! 
 

spybot, rcx, communication
(score: 1.894)

  Re: BricxCC on Linux
 
(...) I forgot to mention that at this stage I have been exclusively testing connectivity with the LEGO NXT and I have not tried at all to get the RCX communication layer working correctly. It may not take a lot of work to get it functional but I (...) (16 years ago, 18-Jan-09, to lugnet.robotics)
 

rcx, communication
(score: 1.867)

  Re: Some beginner questions on serial communication
 
Hi, (...) Sorry, I don't have an RCX so can't really help you there. The NQC Guide is pretty good. The best way to find out is to try lots of combinations. (...) Here are a couple of programs where two Spybots send messages to each other. Another (...) (19 years ago, 26-Sep-05, to lugnet.robotics.spybotics)
 

spybot, rcx, communication
(score: 1.760)

  Re: Oh no - Crocodile disappeared in S@H / discontinued as trains are not selling?
 
(...) [snip] Hi Matt, I nearly have forgotten to ever return to Lugnet. The gone 8 months have past like nothing. We could return to handwritten letters on paper in this speed of communication (and ship these on sailing barges). ;-) The crocodile's (...) (2 years ago, 4-Jul-22, to lugnet.trains)
 

communication
(score: 1.730)

  RE: New NQC API for RCX-Spybot or RCX-RC communication
 
Minor correction and expansion to Juergen's description. Messages are currently preceded by an optional "preamble" sequence of "0x55 0xFF 0x00". When in "look for start of new message" mode, any of these three bytes are simply discarded/ignored by (...) (19 years ago, 29-May-05, to lugnet.robotics)
 

spybot, rcx, communication
(score: 1.722)

  Re: New NQC API for RCX-Spybot or RCX-RC communication
 
Hi Gabriel, (...) the format is 38kHz or 76kHz modulated infrared, with a standard 2400 baud serial format of 1 start bit, 8 data bits, odd parity, 1 stop bit (modulated infrared on = 0, off = 1). The packet format consists of a start byte 0x55, (...) (19 years ago, 29-May-05, to lugnet.robotics)
 

spybot, rcx, communication
(score: 1.720)

  Re: New NQC API for RCX-Spybot or RCX-RC communication
 
(...) John, I have a few beginner questions for you. I am trying to emulate the infrared protocol on a different microcontroller. I want it to be able to be controlled by a Lego remote and to send/receive messages to Lego devices. What format does (...) (19 years ago, 21-May-05, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 

spybot, rcx, communication
(score: 1.718)

  Some beginner questions on serial communication
 
Hello everybody, This is my first post, I hope someone can help. I've recently started programming my Spybot with NQC and BricxCC. I would like to know how to send and receive serial data from the RCX to a Sptbot and vice versa. Also, is serial the (...) (19 years ago, 15-Jun-05, to lugnet.robotics.spybotics)
 

spybot, rcx, communication
(score: 1.712)

  Sending Commands to Spybot from RCX - Question from a Beginner to Comm area.
 
Hi All, I am planning to send some commands to spybot via RCX 2.0 unit. My Whole plan is control “spybot” using RCX unit. To have a basic understanding of the communication, I used the sample posted my Mark Riley 19 Aug 2002. In RCX I used (...) (20 years ago, 28-Jan-05, to lugnet.robotics.spybotics)
 

spybot, rcx, communication
(score: 1.663)

  Re: New NQC API for RCX-Spybot or RCX-RC communication
 
(...) I forgot to include a few #defines: #define SERIAL_PACKET_RC 0 // default #define SERIAL_PACKET_SPYBOT 0 #define SERIAL_COMM_RC 7 // 4800/76KHZ/25% #define SERIAL_COMM_SPYBOT 7 // was SERIAL_COMM_4800 + SERIAL_COMM_76KHZ The RC function, by (...) (20 years ago, 12-Jan-05, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 

spybot, rcx, communication
(score: 1.657)

  Re: Sending Commands to Spybot from RCX - Question from a Beginner to Comm area.
 
(...) First of all, my apologies for not answering you via email. I've been a bit busy at work. I needed to run some tests myself before I could properly respond as well. The 0x9223 from the RCX happens to match the IR sent out by the Spybot (...) (20 years ago, 28-Jan-05, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 

spybot, rcx, communication
(score: 1.656)

  Re: Wireless RCX Communication.
 
Allow me to re-state what I am trying to achieve: I have however many RCX bricks, for which I want line of sight communication between ONLY. For the RCX to PC comms, I would like to use some other method that is not limited to line of sight, but I (...) (18 years ago, 11-Feb-07, to lugnet.robotics)
 

rcx, communication
(score: 1.609)

  Wireless RCX Communication.
 
Hello, This may seem a little odd, but I want to get the RCX talking to the PC wirelessly without compromising the infrared sensors! This may seem a little odd, but it is because I need line of sight between the two robots, but communication from (...) (18 years ago, 11-Feb-07, to lugnet.robotics)
 

rcx, communication
(score: 1.608)

More:  Next Page >>


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