 | | Re: Mindstorms NXT programming languages
|
|
(...) The size of the flash on the NXT is ridiculously small compared to almost any other consumer-grade embedded systems. Look at cheap digital cameras, PDA's, handheld game systems, thumb drives, MP3 players and cell phones. Name one of them with (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Lego colours
|
|
(...) I read that too - but there was a discussion about this on the Lego entry of Wikipedia and it seems that this may just be urban legend. Consider the VAST number of military parts that Lego makes - there are Lego guns, rockets, knives, swords, (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | RE: Mindstorms NXT programming languages
|
|
(...) pathetic. On the contrary, the NXT brick has an enormous amount of memory! On the RCX, there's 6K of memory for user programs and datalog in the standard firmware. I can't recall ever seeing a post with a complaint that a NQC program doesn't (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Lego colours
|
|
Someone posted here about a month ago saying that they didn't really like the Lego colours and would swap all of his for gray bricks given the chance... There was a show over Christmas in the UK about classic toys and, no surprise, Lego was (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
In fairness, although the NXT has a small amount of memory, you're talking about porting a high level interpreted language like Python to a low-cost embedded platform. For my sins, my day job consists of developing code that must cross compile (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Well, on my Linux box, the main Python interpreter is in a library called 'libpython' with a teeny-tiny main program running the command line version. The library is about a Megabyte - and depends on other stuff from other libraries. This is (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: GBC and NXT...so bright I gotta wear shades
|
|
(...) I have built a GBC ball counting module, that work perfectly well. The trick is to use a LEGO lamp in front of a light sensor, with the balls passing between them (you must also be sure that balls arrive one at a time). Using NQC events based (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: localization (was re: GPS)
|
|
(...) That's very clever. How well did it work? How directional are the LEDs? How many beacons did you need? How did you arrange your mirrors? Peter (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: localization (was re: GPS)
|
|
(...) in order to get (...) That only works if you have one mobile bot. With more than one, they interfere. A better method might be to have each beacon listen to the other beacons so each transmits in turn (with a fixed delay so they don't (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: NXT - ARM7's and USB
|
|
(...) Yes, I also expect that. Another hypothetical option for sensors/motors might be HID, you can refer to physical properties there. Maybe some firmware upload protocol. So maybe you are right and it contains several USB devices with an internal (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|