To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / Search Results: range USB IR long Tower
 Results 1461 – 1480 of 2193.
Search took 0.11 CPU seconds. 

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

  Re: legOS Network Protocol
 
(...) given (...) lego (...) [ stuff about lego/native collisions ] (...) of a (...) on (...) I was wondering, since people are considering using tags in the LNP frame to signify local to local messages, could we not also use this to "label" non (...) (25 years ago, 23-Apr-99, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.889)

  RCX Sensor Port and Power Supply Circuits
 
Here are my drawings of the RCX sensor port and power supply circuits, complete with measured voltages from inside the box. These are averages measured with a DMM, not an indication of peak waveforms. I might use an oscilloscope later if there's a (...) (20 years ago, 17-Jan-05, to lugnet.robotics, lugnet.robotics.rcx, FTX)
 

ir
(score: 1.889)

  Re: Debugging
 
(...) That's the method I've used. Just be sure to put an lcd_refresh() after the cputw() call - I can't remember if cputw() does the lcd_refresh() or not. Another thing I've done is write out a number where the upper byte indicates a position in (...) (26 years ago, 16-Mar-99, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.889)

  FW: pbFORTH
 
-----Original Message----- From: Ralph Hempel [mailto:rhempel@bmts.com] Sent: Wednesday, April 21, 1999 9:20 AM To: robots@jpsc.co.uk Subject: RE: pbFORTH (...) Not yet. I've GOT to get MARKET going and then implement my changes for compacting the (...) (25 years ago, 11-May-99, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.889)

  Using two RCX bricks in one robot
 
I'm kicking around the idea of building a Mindstorm's based entry for the Trinity College Fire-Fighting Home Robot Contest (see (URL) ). I may be mistaken, but it seems impractical to attempt this task with a single brick... there just don't seem (...) (23 years ago, 18-Sep-01, to lugnet.robotics.rcx)
 

ir
(score: 1.889)

  Re: direct manipulation of bits in RCX registers using NQC
 
Hey, Thanks for all the helpful responses, everyone. Brian: (...) I guess that "firmware" must be the code that tells RCX how to interpret user instructions (NQC, C, IC, opcodes, or whatever), and convert them to binary machine-specific code. Right? (...) (19 years ago, 16-Sep-05, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.889)

  Re: BrickOS Patches and Development
 
The Bibo Patch Rollup Collection posted to SourceForge at (URL) been updated. New for this update are patches 36 through 39. 36: RCX tty config file - Extends patch 32 so that /etc/rcx/device.conf will also be checked for a default tty. The (...) (15 years ago, 26-Jul-09, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.889)

  Re: Help with 9738 LEGO Mindstorms Remote Control
 
Dave's reply is right on the mark, but I also want to point out that if you have downloaded a non-MindStorms O.S. to the RCX (i.e. any firmware other than the standard LEGO MindStorms firmware) the remote might not work either. I haven't tried any (...) (25 years ago, 12-Jul-99, to lugnet.robotics.rcx)
 

ir
(score: 1.889)

  librcx & interrupt handler
 
Hi everyone, I am trying to use librcx (URL) to write light (in code size) programs for RCX, and up till now it works fine, but i'd like to begin using interrupts. I'd like to set my own handler for the interrupts. For example, an interrupt handler (...) (22 years ago, 26-Aug-02, to lugnet.robotics.rcx)
 

ir
(score: 1.889)

  Re: LNPD: communication between clients
 
In adding LNP support to EmuLegOS I needed this feature in the lnpd. If you grab EmuLegos there is a patch for lnpd that will add the feature you are looking for. The patch has nothing to do with EmuLegOS so you can apply it without setting up the (...) (23 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.889)

  Re: frame RCX reply how
 
Concerning the parsing of LEGO packets, I've found these bits to be useful in coming up with a parsing algorithm: * Packets start with 0x55 * Individual bytes of a packet are sent with little or no delay in between bytes * Packets may or may not (...) (22 years ago, 1-Feb-03, to lugnet.robotics.rcx)
 

ir
(score: 1.889)

  Re: RCX to RCX communication
 
(...) Mark, I was a TA(Teaching Assistant) for a course at Brown University that invovled building robots with the mindstorms kit. Go to the web site: (URL) and click on the link to take you to the normal page. Then go to the "LegOS" section fo the (...) (22 years ago, 14-Jul-02, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.889)

  Re: navigation and communication
 
(...) We have worked with a big chart with black crosses on a white wooden surface. This works pretty well, since with the reflection of the light of the LED, black and white can be easily recognised. Then the ambient light has not a big influence. (...) (19 years ago, 8-Jun-05, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.889)

  Re: COLOR light sensor
 
(...) VERY interesting! I was just talking with someone at the last SMART meeting how cool it would be if there was a colour light sensor. I can't wait to read more about it! Keep us informed how you do with it. I'm not exactly sure what a reading (...) (23 years ago, 28-Nov-01, to lugnet.robotics.rcx)
 

ir
(score: 1.889)

  Re: decoding a message sent by an RCX
 
Woaw ! This could be great to have a full featured rcx expansion board... It should however be not too expensive, and in my opinion very basic to allow anything to be made. A "simple" (hehe :-) 8 bit Input / Output expander would be very, very nice. (...) (25 years ago, 4-Sep-99, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.889)

  Re: More Spybotics NQC API stuff (work in progress)
 
Some slight revisions to the previous submission. And now I have finally figured out how to get the Spybot to control Manas. I'm very puzzled by the equations for setting the output bytes. Any explanations would be greatly appreciated. #include (...) (21 years ago, 19-Oct-03, to lugnet.robotics.spybotics, lugnet.robotics.rcx.nqc)
 

ir
(score: 1.889)

  Re: Alternative Power Supplies
 
Hello Kurt, I want show you three possiblities for alternative power supplies. 1. Take 2 sets of 6 NiMH accus or 2 * 6 NiCd accus to have one set inside the rcx an one set in the charger. This would be a very simple way to solve your problem. 2. The (...) (24 years ago, 27-Apr-00, to lugnet.robotics.rcx)
 

ir
(score: 1.889)

  Re: LEGO remote controller problem
 
Hi Michael, Thank you very much for your answer. Well, there isn't really much source, here we go: #include <conio.h> #include <unistd.h> #include <remote.h> #include <dsensor.h> int my_lr_handler(unsigned int etype, unsigned int key) { cputw(key); (...) (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.889)

  Re: Remote control under linux
 
(...) Looking at your program, I see that you use code like the following to "run" a program: else if(data == P1) code0=0x91+alt; code1=0x00; send(2); This will only do half of the job. This is a "Set Program Number" opcode, which is the equivalent (...) (21 years ago, 3-Jun-03, to lugnet.robotics.rcx, FTX)
 

ir
(score: 1.889)

  Re: ScriptEd - Question
 
(...) Hi Steve, I see the message apearing in the status bar, but it's an error! Error is : Error (0xe0050801) from VPBrick compiler The error apears in following line: const delay1 = 1000 // minimum stop time in station (10 seconds) The word (...) (19 years ago, 4-Aug-05, to lugnet.robotics.rcx)
 

ir
(score: 1.889)

More:  Next Page >>


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