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 1201 – 1220 of about 14000.
Search took 0.01 CPU seconds. 

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

  LegOS bug - firmware unlock string not below CC00h in some circumstances
 
Just thought I'd better report this... Firmdl3 is unable to download very large statically linked programs (with a .text segment greater than 4c00h bytes). Unlike previous size related bugs, this is *not* caused by firmdl, but rather by kmain.c. (...) (23 years ago, 28-Apr-01, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.780)

  RE: newbie
 
LegOS is an operation system ( a firmware replacement in itself) It's like a mini UNIX system, that will run true C compiled programs on RCX. NQC on the other hand, all it does is translate a NQC program into LEGO pCode that will be *interpreted* by (...) (23 years ago, 21-Jan-02, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.780)

  RE: Light sensor sampling freq?
 
Standard Lego firmware samples every 3 msec. BricOS is much faster. I believe it is faster than once per second. RobotC on NXT is programmable to be 0.5 msec scan, 1 msec, 2 msec, ... up to 255 msec. But remember the readings are not persistent. If (...) (18 years ago, 9-Sep-06, to lugnet.robotics.nxt)
 

firmware
(score: 1.780)

  RE: legOS
 
Pardon me for butting in on this thread, but hasn't Markus written a new operating system that doesn't use the Lego firmware? Isn't he operating against the chip? As long as Markus didn't copy the firmware, his operating system should be able to (...) (26 years ago, 30-Nov-98, to lugnet.robotics)
 

firmware
(score: 1.780)

  Re: RCX 2.0 Beta SDK and Scout
 
(...) Sorry Mate. But the Scout's firmware is Built in. It's can't be upgraded. And at 1k of RAM (the 2.0 Firmware is over 26K) it's not going to fit anyway. You need to get the Scout SDK, not the RCX. The Scouts firmware is almost the same as the (...) (24 years ago, 21-Oct-00, to lugnet.robotics.scout, lugnet.robotics.vc)
 

firmware
(score: 1.780)

  Re: Development enviroment...
 
(...) I think you are much too negative there, leJOS is just a different tradeoff in the middle between NQC/LEGO firmware and brickOS (formerly legOS): - It's faster than NQC/firmware but slower than brickOS (I've not measured it, but a factor of 10 (...) (22 years ago, 2-Oct-02, to lugnet.robotics)
 

firmware
(score: 1.780)

  Real C/C++ Programming Solution?
 
Is there a programming solution for the NXT that will allow me to use real C/C++? I've been trying to use NXTGCC (this is for firmware development based on an existing firmware for another controller, which is written in C/C++), but the code seems (...) (17 years ago, 7-Aug-07, to lugnet.robotics.nxt.nxthacking)
 

firmware
(score: 1.780)

  help with NQC
 
Finally i decided to use NQC, the Lego Programmer was too much limited, and others system to program the RCX where still limited;in the other hand ,however, i do not want to get under the firmware. Ok ,i downloaded the firmware 2.0 ,the NQC+Manual (...) (24 years ago, 17-Oct-00, to lugnet.robotics)
 

firmware
(score: 1.780)

  Re: About firmwares
 
(...) Yes, it's easier to use than Lejos, no doubt about it. (...) I think it's "not quite" in the control structures but "very little" in the data structures. (...) It's not that hard to replace the firmware, and with the Lejos firmware you get a (...) (23 years ago, 21-Oct-01, to lugnet.robotics)
 

firmware
(score: 1.780)

  NXT Reset
 
I've tried to resusitate OOBER several times. I have it plugged into the USB. NXT software is ready to download firmware. Following page 74 of the User Guide. I hit the reset, hold OOBER to my ear and hear it's "heartbeat". Downloading firmware (...) (18 years ago, 24-Feb-07, to lugnet.robotics.nxt)
 

firmware
(score: 1.780)

  Re: Power Functions infra-red RC protocol released!
 
(...) Dick Swan's replacement RCX firmware also does not support directly manipulating the IR led and it doesn't support microsecond timing control. Both of these features would be required in order to send the IR messages to a Power Function or R/C (...) (17 years ago, 4-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics)
 

firmware
(score: 1.780)

  Re: NXT What Programming Languages + Open source?
 
(...) I am not wishing that they fade into obscurity. I just will be extremely surprised if they don't. Already a single not very bright individual with no monetary funds, working in his spare time has produced an open source IDE that is 10-times (...) (18 years ago, 2-Nov-06, to lugnet.robotics)
 

firmware
(score: 1.780)

  Re: Connecting to RCX
 
(...) The RCX has, by ROM Firmware, 5 factory entered programs. In all 5 slots. The easy way to tell if there is firmware installed is when you turn it on you see 00.00| |= little man. Without firm ware all you see is | Dean -- Coin-Op's For Sale!: (...) (24 years ago, 16-Aug-00, to lugnet.robotics.rcx.nqc)
 

firmware
(score: 1.780)

  Re: random numbers
 
(...) The firmware supports random numbers using some method that whose name I can't remember at the moment. Something about feedback. Anyways, the algorithm there boils down to: int seed; int rand (void) { char bit; bit = (seed & (1 << 1)) >> 1; (...) (25 years ago, 16-Jul-99, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.780)

  Re: r/c servos and firmware
 
(...) Okay! Finally I got it! (-: It sounds to me like servos can't rotate continuously in the same direction. In other words, they're good for steering but not for turning the wheels that make the car go. Is that right? Anyway, having heard that (...) (25 years ago, 20-Aug-99, to lugnet.robotics)
 

firmware
(score: 1.780)

  Re: r/c servos and firmware
 
(...) In (...) make (...) least (...) Hello, New mindstorm user...been lurking for a while. WRT to servo motion -- it is fairly easy to modify standard servos for continuous motion. $ would put this motor about the same cost as lego so not sure of (...) (25 years ago, 21-Aug-99, to lugnet.robotics)
 

firmware
(score: 1.780)

  Re: r/c servos and firmware
 
(...) That's not the type of stepper motor I'm talking about. I've seen the type you're describing, and they have the advantage that you can drive them with really slow pulses if you want. They're essentially just 3-phase AC motors. The kind of (...) (25 years ago, 23-Aug-99, to lugnet.robotics)
 

firmware
(score: 1.780)

  Re: Where to Find Latest Firmware File?
 
(...) Its under a link named something like "Hacker Info - RCX 2.0 Beta SDK" on the www.legominstorms.com page. Dave Baum (24 years ago, 29-Dec-00, to lugnet.robotics.rcx.nqc)
 

firmware
(score: 1.780)

  ROM Firmware size limit? Firmdl bug?
 
Hi! I'm using legOS 0.2.4 on Cygwin, and since memory is tight, I thought I'd try statically compiling my program to an .srec file, and using firmdl3 to download it, since I can do without the keys,conio,task, and memory managment stuff. This works (...) (24 years ago, 9-Mar-01, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.780)

  Re: ROM Firmware size limit? Firmdl bug?
 
(...) Hmm. Quad speed downloading in Version 3.1 doesn't seem to work under Cygwin on W2K (though single speed does). It always returns either a 'write: permission denied' of 'bad ir link' error (which one it is seems to be random!) , even if the (...) (24 years ago, 17-Mar-01, to lugnet.robotics.rcx.legos)
 

firmware
(score: 1.780)

More:  Next Page >>


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