To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *38640 (-20)
  RCX questions
 
Anyone got a link to the datasheet(s) for the H8 in the RCX? For example, the pinout of the thing. And details like how large the address space is. Also, does anyone have a "Memory Map" for the current RCT (i.e. this address range is ram, this (...) (22 years ago, 6-Nov-03, to lugnet.robotics)
 
  Re: Mindstorms 3.0 Wish List
 
(...) Now this is a good idea. Basicly, a small simple socket that exposes the data bus, address bus and also some control bus lines (like Read/Write or whatever else is needed) plus power (obviously) would be perfect. One would need to have (...) (22 years ago, 6-Nov-03, to lugnet.robotics)
 
  Re: Mindstorms 3.0 Wish List
 
Here is the perfect idea: Basicly, the new RCX comes with several components: 1.sensors, motors and so on as now (perhaps with some new ones) 2.a large "base unit" that would have a good CPU, communication with the host PC for programming, LCD (...) (22 years ago, 6-Nov-03, to lugnet.robotics)
 
  Re: RIS 2.0 USB Tower on a Mac
 
(...) Yes. I'm running MacNQC on a G4 Powerbook with the USB tower - no complaints. I should add, however, that I migrated to MacNQC after installing Robolab (a LEGO product, sold on the educational market), so that likely set up the drivers for the (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) Superficially, that seems true... but it falls apart as soon as you start dealing with dead-reconing errors. In practice, recovery from slew errors is significantly more difficult with a location grid-based mapping instead of an obstacle-based (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: Amid crowds, I wish to ask a question..... (RCX IR communication emulation)
 
(...) I'm not completely sure what is going on here, but I have a theory. The remote sends message packets that contain a bitmask to specify which buttons on the remote are being held down. It does so until the last button is released, at which time (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Amid crowds, I wish to ask a question..... (RCX IR communication emulation)
 
Ok, here’s my dilemma: I have a Compaq Ipaq 3835, RCX 1.5, Lego remote, and PDAwin learning remote control on Ipaq, and VitoTechnology o-Scope software (IR scope on the Ipaq). I had both pieces of software learn the “beep” command from the Lego (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: Simplifying Cygwin & brickOS/leJOS
 
Hi A while ago I looked at using IC for writing programs. At the time there were 2 major turnoffs. There was no support for rotation sensors and you needed to own one of the serial infrared towers. It was easy to install and it had its own firmware. (...) (22 years ago, 5-Nov-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
 
  RIS 2.0 USB Tower on a Mac
 
I am fairly new to Lego Mindstorms so forgive me if I end up beating a dead horse. I have a RIS 2.0 kit which, as you all know, comes with the USB tower. I plan on using MacNQC to code. Is it possible to do everything (code and transmit finished (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) Still, no one's been able to convince me that the RCX needs more speed or memory. I can see the desire to map a room, but given the building materials, I think very few, if any, builders would be able to even build a LEGO robot that can (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) Again, there is nothing wrong with wanting more memory and a faster CPU on the RCX. And there is nothing wrong with John using any programming technique he wants to in his robots. And even if the RCX is capable of assigning one bit of memory (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  RE: More Speed? Re: Mindstorms 3.0 Wish List
 
Both methods have their place. There are pro's and con's to each. For John's purposes, his approach is quick, easy, and requires very little programming to use. That would leave him free to focus on other programming he's more interested in. The (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) Your understanding is correct. So why doesn't everybody use BrickOS? There are at least two reasons that I am aware of: 1. Many people, especially "non-programmers" find a full-blown C++ implementation to be intimidating and non-user-friendly. (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: Mindstorms 3.0 Wish List
 
All the thoughts on this subject are really interesting reading! As several people have said before, the reality is that LEGO designs things for kids who are probably at the mercy of what their parents will buy. So, anything LEGO does has to (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) I believe that is exactly what legOS does. It compiles your program and stores it in the firmware area. legOS has no firmware, and it ignores the ROM code, too. It accesses all the hardware directly. That's my understanding, at least. (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) off (...) spend my (...) "occupiedness" by (...) byte (...) then I (...) a (...) my (...) job (...) concentrate (...) is to (...) right (...) one (...) memory (...) John and Chris: If there are 8 bits in a byte, 1024 bytes in a kilobyte, and (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: Mindstorms 3.0 Wish List
 
(...) Agreed. This is critical for LEGO (while I would, of course, prefer that a major corperation design products specificly aimed at *ME*, that might be, well... a tad unrealistic). (...) Perhaps. Personally, I'd like to see a true "sleep" mode (...) (22 years ago, 5-Nov-03, to lugnet.robotics, FTX)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) Hmm... I think all Chris was trying to say is that there are software techniques that could make your task doable with the current RCX. I know as a programmer, I always try to seek software solutions that maximize the hardware available. Other (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) I was using the chair leg as an example. I want to wander around ticking off square inches as I encounter them as navigable or not. I don't want to spend my life trying to develop fancy ways of representing inch square "occupiedness" by any (...) (22 years ago, 5-Nov-03, to lugnet.robotics)
 
  Re: Mindstorms 3.0 Wish List
 
(...) Lots of interesting ideas in this thread! But I feel the need to point out that the 3.0 has to still be 'kid friendly'. The RCX is designed for ages 12 and up, the 3.0 should be in the same age range, otherwise Lego loses a huge part of their (...) (22 years ago, 5-Nov-03, to lugnet.robotics, FTX)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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