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 1941 – 1960 of 2193.
Search took 0.01 CPU seconds. 

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

  Re: seting up legos 0.2.6
 
"Ed Manlove" <emanlove@ieee.org> wrote: <snip> (...) When you install from the net, setup.exe actually still d/loads and saves files locally, in a subdirectory with a long funny name (containing the name of the host you d/load from) in your "package (...) (22 years ago, 12-Jun-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Updated BrickOS Command Reference
 
Hello, Cleaned up the LegOS 0.2.4 Command Reference that I'd written like almost 4 years ago (has it been that long?!!) at the BrickOS site so that it is now current with BrickOS 0.2.6.10. Find it here: (URL) let me know if there are any errors, (...) (20 years ago, 31-Jul-04, to lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Re: nqc download firmware linux
 
(...) The only thing I could think of that would cause a difference between firmware downloading and program downloading is if the serial driver for some reason introduces delays during long serial transmissions. The firmware download generally uses (...) (24 years ago, 9-Feb-01, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.402)

  Re: Warning cleanup questions with gcc3.2
 
(...) I am running 3.1 and got the same error. But for user programs only because a line in boot/config.h is too long. In fact this is no error but just a warning. Looks bad but the code is ok. (...) If you look at the beginning of the file (I think (...) (22 years ago, 5-Sep-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Re: RcxCC downloads
 
(...) Your version 3 is also great! When NQC 2 is released will the NQC help be put back in? I thought it was real handy addition on those long nights. --- DonC donc@cccd.edu (25 years ago, 8-Sep-99, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.402)

  Re: Problems with RCX Robolab and PowerMacs 6400/200 and 5500/225
 
You could try using NQC (or MacNQC) and see if it works any better. I know in the long run you want to get Robolab working, but testing MacNQC would at least separate a Robolab-only problem from more general problems (serial port problems, cables, (...) (25 years ago, 20-Nov-99, to lugnet.robotics, lugnet.robotics.edu, lugnet.robotics.rcx.robolab, lugnet.edu, lugnet.robotics.rcx)
 

long
(score: 1.402)

  Re: legOS 0.2.2 dsound_play ?
 
One of my first goals for the RCX was to try and get it to speak. I talked to Markus about this a long time ago. At the time, he had written the speaker driver but was unable to get much more than noise to come out of it. Perhaps the digital (...) (25 years ago, 25-Nov-99, to lugnet.robotics, lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Re: Batteries...
 
Yes, it's possible. You get less voltage with NiCads, so the motors don't turn as fast as they do with brand-new alkalines. Plus they don't last as long. However, they're so much cheaper to run! I used to use NiCads during development and general (...) (24 years ago, 15-Nov-00, to lugnet.robotics.rcx)
 

long
(score: 1.402)

  Re: Tactical Robot - A robot that play a board game REALLY!!!
 
WOW! I didn't know any thing like that was possible with the RCX. Does it know when it wins? How long did it take to program? Thats incredibly. (...) (25 years ago, 5-Feb-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  random
 
Hi! Back again with more problems. I want to use random() in my programs and looking in stdlib.h it looks like it is implemented. It says: extern long int random(void); extern void srandom(unsigned int seed); When I didn't have stdlib.h included, I (...) (24 years ago, 22-May-00, to lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Re: Jin Sato Book about Mibo
 
Ok, I'll answer my own question: (URL) I think I saw this a long time ago, but I had assumed that the "Mibo in Book!" link was referring to the Mibo on the cover of a Japanese magazine that Jin Sato had on display at Mindfest. I didn't realize it (...) (24 years ago, 6-Feb-01, to lugnet.robotics.rcx, lugnet.books)
 

long
(score: 1.402)

  Re: Help me convert this train program to use events (NQC)
 
(...) If it were me, I'd destroy one small LEGO 9v wire. Cut the wire in half, and splice in a long segment of speaker wire. That would look better than a short layout, or the battery-powered train. Steve (19 years ago, 30-Nov-05, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.402)

  Re: detecting memory leaks
 
I've been experimenting with memory leak detection in the wake of recent discussions, and have some additional thoughts, including a potential kernel patch issue. This msg is a bit long, appologies. The proposed method of checking for memory leaks (...) (22 years ago, 16-Jul-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Re: buy single pneumatics, sensors, gears, etc
 
(...) Just a small warning: if your surfin' the site and come across this (URL) link - sorry) It is #9290 Thematic Builder Set. Don't get too excited - they are out :-( Julie (24 years ago, 14-Sep-00, to lugnet.technic, lugnet.robotics, lugnet.robotics.rcx)
 

long
(score: 1.402)

  RoboLab prg size limit?
 
I'm using robolab 1.5 for a school project, and i'm encountering some difficulty. I think i'm a pretty profiencent programmer if i think abotu it long enough, but right now i'm baffeled. I'm pretty sure the program is crashing in the RCX, so maybe (...) (24 years ago, 9-Apr-01, to lugnet.robotics.rcx.robolab)
 

long
(score: 1.402)

  Re: sys_time not working
 
(...) Use get_system_up_time() instead (as modified below). #include <conio.h> #include <unistd.h> #include <time.h> #include <tm.h> #include <dsensor.h> #include <dmotor.h> long int t1,t2,t; int main(int argc, char *argv[]) { ......... ........ (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Re: Very strange problems
 
(...) That is really bad news. Since we are writing a genetic programming system with six RCXs involved that communicate with each other, the programs tend to get pretty long. Often things fail. Right now I have the problem that if I save a program (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 

long
(score: 1.402)

  Re: RTC
 
NOTE: This is a continuation of a conversation with Mr. Hempel via email. &gt;&gt; Can I send this text to the robot from a pc at an arbritrary time? How long &gt;&gt; will it take each instruction to download? &gt;Yes you can. I've written a Tcl (...) (24 years ago, 23-May-00, to lugnet.robotics.rcx.pbforth)
 

long
(score: 1.402)

  Power Down for RCX
 
I know that in the diagnostics window for the RCX Control Center you can set the "Power Down" time, this sends a message to the RCX about how long to wait idle before power down. I would like to know the command (message) to send to the RCX to make (...) (24 years ago, 29-Jan-01, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.402)

  Page down
 
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anything under www.enteract.com/~dbaum gives me a 403 Forbidden. Is the page temporarily down, or has it moved? If it's down for a long time, where can I get the latest NQC version? -----BEGIN PGP (...) (22 years ago, 24-Nov-02, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.402)

More:  Next Page >>


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