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

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

  Downloading Firmware to RCX
 
Is there a description anywhere of the RCX firmware download protocol in plain English or in pseudocode? I am trying to write a QBasic program to do it. I have looked at firmdl.txt and dltrace.txt but my knowledge of C is not sufficient to work out (...) (26 years ago, 2-Jan-99, to lugnet.robotics)
 

firmware
(score: 1.561)

  using firmdl under win95
 
Hi Folks, does anybody know how to use firmdl.c under Windows95 ? I compiled it using cygwin32-b19, and it allways hangs in the rcx_send function in the first read-statement, when trying to get the echo back from the RCX. Looks like read is (...) (26 years ago, 1-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.561)

  CyberMaster stuff
 
My latest tests with CyberMaster show that the maximum usable memory for downloading a program is 412 bytes. The tests were made with Dave Baum's NQCC and I don't know of those how much are real program, since I don't know the structure of an .RCX (...) (26 years ago, 2-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.561)

  Re: SPIRIT SetSensorMode "slope" parameter
 
(...) This is buried in the ROM, not the firmware. In particular, it is buried in 14c0, byte read_sensor (short code, sensorstruct *sensor). I didn't bother to decode this function in detail since most of its functionality can be inferred from the (...) (26 years ago, 9-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.561)

  Re: Robotics in Aussie
 
(...) There also other 3 functions for driving the motors and 2 for reading misc. hardware values. I may not be the best person to answer this, but I think the answer is no. The same way you cannot use the Spirit.OCX to read the firmware downloaded (...) (26 years ago, 14-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.561)

  RE: Antenna Bumpers/Insects
 
insects can indeed move backwards, although perhaps not in the way you're imagining. --- more info than you probably care to know about roaches --- most hexapod robots hard-code a "tripod gait" on their robots, where the first (prothoracic) and last (...) (26 years ago, 4-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.561)

  Re: SPIRIT SetSensorMode "slope" parameter
 
I'm sure that the best persons to decode the use of that function are the guys that disassembled the firmware... Laurentino Martins (...) (26 years ago, 9-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.560)

  Re: RCX firmware size?
 
(...) Each increment up to 1700 or so is 10 bytes. The firmware binary image is exactly 16K counting the zero padding at the end. If you use firmdl.c, you don't send the zero bytes at the end, and you end up downloading around 15.5K. I don't know (...) (26 years ago, 7-Jan-99, to lugnet.robotics)
 

firmware
(score: 1.560)

  Re: Downloading Firmware to RCX
 
(...) Does QBasic let you use spirit.ocx? If so, that is by far the easiest way to write code to download the firmware. If not, here is an explantion of the download process: I assume you know the basic packet protocol. If not, it was described by (...) (26 years ago, 2-Jan-99, to lugnet.robotics)
 

firmware
(score: 1.560)

  Re: Robotics in Aussie
 
(...) Yes, this appears to be so. There might be some secret sommand to gain more access to the CM, but I doubt that you can change the entire firmware in it, especially since the CM lacks a RAM chip on the circuit board, as the RCX does. (...) (...) (26 years ago, 14-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.560)

  Fw: Firmware Problem
 
I think the firmware should be on your HD in the Lego MS folder somewhere. I could be wrong, though. Do a file search for the firmware file, it should be there. trowt -----Original Message----- From: Mark Tarrabain <markt@lynx.bc.ca> To: (...) (26 years ago, 22-Feb-99, to lugnet.robotics)
 

firmware
(score: 1.560)

  Re: What is LabView like?
 
Being a Mac user I haven't had much of a chance to play with the software provided by Lego but I did play with RoboLab some. One of the big differences I could see is that RoboLab is more "verbose" than the Mindstorm stuff. For example, if you want (...) (26 years ago, 10-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.560)

  Small but useful change to firmdl.c
 
Further moping though the ROM image revealed that the address in the start firmware download message is really the firmware entry point. I modified firmdl.c to take this into account. If an entry point is stored in the s-record file, firmdl.c uses (...) (26 years ago, 2-Jan-99, to lugnet.robotics)
 

firmware
(score: 1.560)

  Why legOS?
 
(...) This is definitely a general interest question. I'll try and summarize the pros and cons appropriately for the Powerpoint age. legOS cons: - System is unstable - this is beta. - gcc and binutils required. - C programming knowledge required. - (...) (26 years ago, 11-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.559)

  Re: Robotics in Aussie
 
(...) You're not being too specific, but the answer is probably "no". The CM unit has much less onboard RAM, and it is probably not an option to even download firmware to it. (...) You'll get lots of pieces and more building possibilities? But no, (...) (26 years ago, 14-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.559)

  Re: Downloading Firmware to RCX
 
(...) Ooops. Switch most and least, above. (...) And again, twice. -Kekoa (26 years ago, 2-Jan-99, to lugnet.robotics)
 

firmware
(score: 1.559)

  Re: legOS problems
 
I had this problem when using the rcx utils to do the firmware download. I switched to using Kekoa's firmdl and that worked fine. What program are you using to do the firmware download? -brian (...) (26 years ago, 26-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.559)

  Re: Downloading Firmware to RCX
 
In article <F4wwLv.DwC@lugnet.com>, Kekoa Proudfoot <lugnet.robotics@lugnet.com> writes (...) Unfortunately, Spirit.ocx needs Windows 95. It will not work with W3.1. let alone DOS, so QBasic (for DOS applications) cannot use it. (...) Thank you very (...) (26 years ago, 2-Jan-99, to lugnet.robotics)
 

firmware
(score: 1.559)

  Re: Downloading Firmware to RCX
 
In article <F4wwLv.DwC@lugnet.com>, Kekoa Proudfoot <lugnet.robotics@lugnet.com> writes [snip] (...) [snip] Are you sure you have cc and dd the right way round? I have calculated the sumcheck to be &HC278, so your example above should read 75 00 80 (...) (26 years ago, 2-Jan-99, to lugnet.robotics)
 

firmware
(score: 1.559)

  Re: remove?
 
Just sit back, relax, and the good doctor will make all the pain go away! Really, I'm on several mailing lists and each one goes through this phase a few times a year. I don't do software myself, so for weeks I had to sit through the finer points (...) (26 years ago, 16-Dec-98, to lugnet.robotics)
 

firmware
(score: 1.559)

More:  Next Page >>


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