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: usb to ris 1.x rcx ir how
 Results 1421 – 1440 of about 5300.
Search took 0.02 CPU seconds. 

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

  Re: JVM and spirit.ocx
 
(...) I don't exactly know how _much_ has been done, but I know there's been quite a bit of interest at times over the past year, and I know of at least three Java/JVM efforts related to the RCX. Here are some links which you might find useful: (3 (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx.java)
 

rcx, how
(score: 3.122)

  RE: leJOS & BricxCC news
 
(...) OK, I've looked at your wish list and have the following comments with respect to how I see the pbForth implementation of DCC. 1. How important is it to have more than one port with DCC capabilities. The reason I'm asking is that it "would be (...) (21 years ago, 7-Sep-03, to lugnet.robotics.rcx, lugnet.trains, lugnet.robotics.rcx.pbforth)
 

rcx, how
(score: 3.122)

  Re: rcxhttpd?
 
(...) Since the RCX has essentially a serial interface to the outside world, you would need to encode and decode the HTTP requests and responses into a serial-based protocol. If you actually wanted the RCX to be plug-and-play compatible with (...) (25 years ago, 19-Jul-99, to lugnet.robotics.rcx)
 

rcx, how
(score: 3.122)

  Re: Deleting Programs
 
(...) I created a user space program which does some of this. I call it "inspector" as it mostly inspects the values of sensors. It also shows the current battery reading and how long the RCX has been on. The UI is pretty simple to use. It also (...) (23 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 

rcx, how
(score: 3.122)

  Re: Speed of RCX interpreting bytecodes: slow
 
(...) From memory, the NQC was: int count; task main() { count = 0; CreateDatalog(100); ClearTimer(Timer(0)); while (count <= 1024) { if (count & 0xff == 0) AddToDatalog(Timer(0)); count += 1; } } The downloaded datalog will show the last log entry (...) (25 years ago, 5-Jan-00, to lugnet.robotics.rcx)
 

rcx, how
(score: 3.122)

  FORTH documentation on line
 
No, it's not documentation for pbFORTH - yet. I have found a decent book on line, it is Tim Hendtlass's Real-Time FORTH book. It is really geared for FPC, a dialect that is available for the PC, but the sections on numbers, stack manipulation, (...) (25 years ago, 13-May-99, to lugnet.robotics.rcx.pbforth)
 

rcx, how
(score: 3.122)

  RE: sub programs
 
Ok... I figured that out how to make sub-vi have that linked inside a vi. The question about the RCX 2.0's capability still remains unknown... --thanks (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 

rcx, how
(score: 3.122)

  Ooooops!
 
Ingore the message where I wrote that the RCX didn´t start. It started without showing the "4th" on the lcd screen. Does anyone know how to do that? I mean that when you press the "ON - OFF" button it beeps and shows the "4th" or something. Just so (...) (24 years ago, 21-Mar-01, to lugnet.robotics.rcx.pbforth)
 

rcx, how
(score: 3.122)

  Re: BrickOS Threading...
 
(...) To tell you the truth, I'm not exactly sure how the BrickOS PWM works, but I do know the standard RCX PWM simply switches the motors between ON and FLOAT, which will not slow the motor down, when it switches from a high power, to a lower (...) (22 years ago, 16-Dec-02, to lugnet.robotics.rcx.legos)
 

rcx, how
(score: 3.122)

  Re: librcx & interrupt handler
 
(...) How much info do you want about all this? Specific questions are good if this does not get at what you are wondering about. The interrupt vectors at the end of rom.h are the ones to play with. The true interrupt vectors are in ROM, as are a (...) (22 years ago, 27-Aug-02, to lugnet.robotics.rcx)
 

rcx, how
(score: 3.122)

  Re: As promised - Mecha using RCX with MacNQC - Draft 1.
 
I think you're off to a good start! You mention some problems that I think can be overcome, others I'm not sure about... but I'll offer my two cents anyway... (...) a) what's your gear reduction ratio? I see a worm gear in there, which is about the (...) (23 years ago, 11-Aug-01, to lugnet.build.mecha, lugnet.loc.au, lugnet.robotics.rcx)
 

rcx, how
(score: 3.122)

  Syntax for reserving variables in NQC?
 
The fact that in RCX2 the counters are overlapped with global variables has brought about an interesting problem. How should a programmer indicate to the NQC compiler that a certain RCX variable location is to be left untouched (not assigned to any (...) (24 years ago, 28-May-00, to lugnet.robotics.rcx.nqc)
 

rcx, how
(score: 3.122)

  Re: Timing of RCX statements
 
(...) I wouldn't expect Wait() to be very precise. I haven't looked at the firmware in great detail, but generally when writing this sort of thing you set up timing chains. Imagine a function that gets called every 1ms for bookkeeping... void (...) (24 years ago, 24-Oct-00, to lugnet.robotics.rcx.nqc)
 

rcx, how
(score: 3.122)

  Re: Power to RCX
 
Most "wall wart" transformers give about 3-5 volts above what is marked on them. I would not use one of these directly. However, I am currently working on using a 7809 voltage regulator. If you don't know, a voltage regulator is a small electronic (...) (23 years ago, 1-Feb-02, to lugnet.robotics.rcx)
 

rcx, how
(score: 3.122)

  Using the RCX to turn on my stero system...
 
Hi all, I have a Aiwa RC-ZAS02 remote control. Could somebody either tell me the "blink command" for the power button or how I could find out what it is? Cheers, (24 years ago, 24-Nov-00, to lugnet.robotics.rcx)
 

rcx, how
(score: 3.122)

  FW: New pbFORTH
 
-----Original Message----- From: John Cooper [mailto:robots@jpsc.co.uk] Sent: Wednesday, May 05, 1999 5:08 AM To: Ralph Hempel Subject: Re: New pbFORTH I have it now, thank you. I've figured out how POWER_GET works, but not the return values. From (...) (25 years ago, 11-May-99, to lugnet.robotics.rcx.pbforth)
 

rcx, how
(score: 3.122)

  Re: Promising software
 
(...) I went over to the colibri.org website, and while they mention that "colibri currently supports one hardware platform - the Lego RCX brick", they also say that putting it in an RCX is "not useful", and actually tell people to use legOS (...) (22 years ago, 29-May-02, to lugnet.robotics.rcx.legos)
 

rcx, how
(score: 3.122)

  size limit on the programs for the RCX
 
is there a size limit for our program? Like it cannot exceed a certain amount... by that i mean, if i have say several programs, is there a limit on how much each could size so that i can fit them all on the RCX at once and be able to run? because (...) (21 years ago, 22-Oct-03, to lugnet.robotics.rcx.legos, FTX)
 

rcx, how
(score: 3.122)

  Motor Control Register (0xf000)
 
Seeing as how there's been little traffic here recently, I thought I'd post about something I found that's cleared up a little mystery (for me at least). It concerns the RCX register that is used to control the motors. This register lives at 0xf000. (...) (22 years ago, 13-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 

rcx, how
(score: 3.122)

  Re: Swan Firmware
 
Okay, okay, bad form responding to my own post. I got the new firmware on my RCX, downloaded the latest version of BricxCC, and NQC. But I can't figure out how to use this SetUserDisplay command? I want to show a variable on the display. I have no (...) (20 years ago, 6-Feb-05, to lugnet.robotics.rcx.nqc)
 

rcx, how
(score: 3.122)

More:  Next Page >>


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