To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  Search Results: Mindstorms redownload firmware
 Results 2101 – 2120 of about 14000.
Search took 0.01 CPU seconds. 

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

  Re: Something else is needed, I think...
 
I think that a good solution would be to have Legos work as a true operating system that stayed loaded in the brick and would accept downloading compiled programs for it to run. Maybe the firmware replacement idea that has been tossed around could (...) (25 years ago, 3-May-99, to lugnet.robotics)
 

firmware
(score: 1.777)

  Re: Palm and pbForth
 
(...) If you changed pbForth to use 2400,o,8,1 instead of 2400,n,8,1 wouldn't that make it work with the USB tower? It seems to me like that is what the standard Lego firmware expects from either tower. That appears to be how it works under Windows, (...) (23 years ago, 5-Mar-02, to lugnet.robotics.rcx.pbforth)
 

firmware
(score: 1.777)

  Re: Something else is needed, I think...
 
(...) Maybe the JVM is, in spirit, close to what we want; but can you honestly say that porting the JVM to the RCX will be easier than writing something from scratch, perhaps using some of the better features of the JVM as inspiration? I personally (...) (25 years ago, 3-May-99, to lugnet.robotics)
 

firmware
(score: 1.777)

  Cygwin problems
 
Hi all, i am having problems with cygwin. It doesnt help that i dont know what all these linux commands mean but i will explain my problems now. I have intstalled all the software to my system ok and the linux emulator seems to work fine(i can use (...) (23 years ago, 16-Jan-02, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.777)

  Re: Flash Write Cycles
 
(...) I don't; John Hansen might. While Flash memory does have a limited number of read/write cycles, it appears that the stated limit is conservative, by a large margin... although some of us have thought about a "test to failure" trial, I've not (...) (18 years ago, 10-Sep-06, to lugnet.robotics.nxt)
 

firmware
(score: 1.777)

  Re: Problem with the bytekode 25 xx.. start task download..
 
(...) download> (...) For those that are interested in trivia, the "unknown" byte in opcode 25 is a bit map indicating which of the eight possible subroutines are called by the task. The RCX firmware checks this map in the implementation of "start (...) (25 years ago, 9-Feb-00, to lugnet.robotics)
 

firmware
(score: 1.777)

  Re: RCX and train motors...
 
(...) Well, you couldn't translate the DCC routines to NQC (if that's what you're asking) because the byte code interpreter used by NQC is simply too slow to generate the correct waveform (by a factor of about 1000!) The DCC routines were written in (...) (19 years ago, 20-Oct-05, to lugnet.org.ca.rtltoronto)
 

firmware
(score: 1.777)

  RE: Scout brick and IR
 
Yes, it has an IR port, usable from the front and top. I don't know how you would get to it programmatically, with the current "OS" firmware being burned in to ROM, and not modifiable yet (at least by me...) Jeff jeffrey.hazen@northmill.net (...) (25 years ago, 22-Oct-99, to lugnet.robotics)
 

firmware
(score: 1.777)

  RE: Making Robolab more open
 
That's an interesting idea. I don't have a copy of RoboLab (yet), but I do use LabView 5.1 Some questions: Does RoboLab use the standard firmware? Can you open the RoboLab VI's to get into the sub VI's? Can you install the RoboLab VI's into a (...) (25 years ago, 20-Mar-00, to lugnet.robotics.rcx.robolab)
 

firmware
(score: 1.777)

  Re: Alternatives for NQC Event Support
 
(...) I'm sorry its been taking so long. I was right in the middle of an overhaul to the NQC code generation classes when RCX 2.0 firmware was posted. This meant I had to finish the re-design before moving onto the simpler matter of an RCX 2.0 API. (...) (24 years ago, 4-May-00, to lugnet.robotics.rcx.nqc)
 

firmware
(score: 1.777)

  ...dopo tanto tempo!
 
Eccomi qui, nuovamente tra voi! Ho recuperato un po' di arretrati, ho letto del legofest (non ci saro'...) e volevo sapere una cosetta: avete provato il nuovo firmware rcx che si trova sul sito lego? Impressioni? Commenti? L'altra notte invece (...) (24 years ago, 14-Sep-00, to lugnet.loc.it)
 

firmware
(score: 1.777)

  LeJOS
 
Is there any documentation on classes for the LeJOS? How do I write a program that accesses all the motors, senors, etc? Is it worth the trouble to replace the firmware? (24 years ago, 28-Dec-00, to lugnet.robotics.rcx.java)
 

firmware
(score: 1.777)

  RE: Fiber Optics System controlling multiple motors
 
You can't actually do this the way you describe. You can't pulse the motor outputs as required to drive the FOS with the standard firmware. The FOS has only one LED, and the VLL signal is a bit more complicated than on/off. You can use the scout VLL (...) (24 years ago, 2-Feb-01, to lugnet.technic, lugnet.robotics.scout, lugnet.robotics.microscout)
 

firmware
(score: 1.777)

  Re: Spybotics Comms
 
After doing a little more sleuthing, I was able to find out how to process incoming IR and VLL messages. And yes, thankfully, VLL decode is built into the firmware! The following is some SpyBot MindScript code that will handle both incoming VLL and (...) (22 years ago, 19-Aug-02, to lugnet.robotics.spybotics)
 

firmware
(score: 1.777)

  Re: variables and spybot
 
(...) For reasons unknown to me the designers of MindScript decided to use array property notation much like that used in Delphi to implement various features in the Spybot firmware. world should not be thought of as a subroutine. It is a (...) (22 years ago, 9-Sep-02, to lugnet.robotics.spybotics)
 

firmware
(score: 1.777)

  Re: BrickOS motor port horrors
 
Well, I don't know much about it being possessed, but you should try to divide the problem probabilities in half. Try loading the original lego firmware. (Yes I know, this brings horror to some of you fellow programmers out there, but its just (...) (21 years ago, 26-Oct-03, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.777)

  Re: Robolab, byte codes and assembler
 
(...) By contrast, BrickOS continuously samples each sensor at a rate of about 6.7 samples per millisecond. This is 20 times more often than the standard firmware. It's no wonder it's more accurate at higher rotation rates. Of course, it also (...) (21 years ago, 27-Nov-03, to lugnet.robotics.rcx.robolab)
 

firmware
(score: 1.777)

  Re: External power supply ?
 
(...) I think you could find something cheaper than that (with a fixed-voltage output?) (...) The RIS 1.0 didn't support variables, but 1.0 bricks can use latest firmware so there is NO problem here ! (...) As Chris mentionned elswhere in this (...) (21 years ago, 13-Jan-04, to lugnet.robotics)
 

firmware
(score: 1.777)

  Re: Robolab Documentation
 
(...) for ROBOLAB before I order it? By the way, Dick, can you say if your new firmware works with ROBOLAB 2.5.4? Jerry (20 years ago, 5-Jan-05, to lugnet.robotics.rcx.robolab)
 

firmware
(score: 1.777)

  Re: RCX to RCX LNP
 
Hi. (...) That would be a fun state machine to set up... ;-) (...) It only does so when it receives opcodes between 0xf0 - 0xf7 or a standard firmware message (0x55). Of the first eight, only 0xf0 and 0xf1 currently require further action, with 0xf0 (...) (19 years ago, 17-Aug-05, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.777)

More:  Next Page >>


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