 | | Re: Mindstorms NXT programming languages
|
|
Kevin L. Clague wrote: > What you need to do is to make a dongle for your laptop PC > with 8G DRAM, a 1 terabyte hard disk, that gives you an infinite > number of LEGO NXT compatible motor ports and sensor ports. > > You will probably have to drill (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Maybe you could go look and see. Kev (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) There is certainly a huge difference - but given that the NXT has RAM and 'broad-side' Flash on-chip, the bulk of the flash only has to function as backing storage...like a disk drive. (...) You can page executable stuff into RAM as needed. (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Ah, I missed that one. No need to make a custom chip if they've already got one- and since it has a sufficient amount of ram and flash on board, there isn't much choice. Unless there are similar chips out there with more? (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) That's because most people have a reasonable 'feel' for what will fit into the RCX and won't even attempt to fit in something that they can tell just by looking won't come close to fitting. I *KNOW* without looking that I can't do image (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) I think, John, you've finally started us down the right path to (hopefully) put this whole topic to bed. What we're talking about here isn't necessarily a difference between serial FLASH and parallel FLASH. What we're talking about is the (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Agreed! And if they did come up with a PC in a brick, you'd have to put new batteries in it every few minutes :) JB (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | RCX NXT Possible Improvements over older RCXs
|
|
I've seen mention of improvements to the light sensor and also the change from analogue to digital interfacing. I think an improvement to the light sensor, by making it pulse the LED at a frequency that can be filtered - a lot higher than 50 or 60Hz (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Er ... Is there an apples and oranges problem here? You are referring to serial memory devices used for data storage versus broad side FLASH which permits the CPU to execute from it. If the CPU were to be crippled by executing from a SD memory (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Steve, What you need to do is to make a dongle for your laptop PC with 8G DRAM, a 1 terabyte hard disk, that gives you an infinite number of LEGO NXT compatible motor ports and sensor ports. You will probably have to drill a few technic pin (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Benton, In the world of electronics it is typically cheaper to buy what you need off the shelf than it is to create your own custom chip, unless you are going to have extremely high volume sales. When it costs $100,000 or more to fabricate a (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Lego colours
|
|
(...) Maybe that was the case many years ago, but things have definitely changed over the years, causing LEGO to adopt new practices. (Just look at the introduction of flesh-toned minifigs, for example) (...) MUP = Mindstorms User Panel. A dozen or (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Another more likely option is that they put the ram and flash ram on the same custom chip as the ARM. Not only would this reduce the parts count, but it would save pinout and simplify the circuit board. (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: NXT and bluetooth enabled phones
|
|
(...) Take a look at C++ - which has the Java-type Object-Oriented stuff whilst retaining all the things you liked about C. Some people (like me) claim that C++ has the best of both worlds. Other people (mostly Java enthusiasts) claim that it (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Alternate connectors
|
|
(...) Try Deans or other RC car plugs: (URL) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Agreed. (...) Actualy, while I've not posted on this, I've certainly come close. A valid argument could be made that this is because I'm not a good programmer, but it's certainly a problem I've encountered. So, I've worked around it. There are (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Alternate connectors
|
|
(...) I did finally discover a two pole version of the automotive hermaphroditic connector: (URL) But realize it is physically way too big :( I don't like the IDC connector as it is "ended" I.E. there is a male and a female version... but this might (...) (20 years ago, 13-Jan-06, to lugnet.robotics, FTX)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) Yes! Easily. I want to load images from a camera and process them in realtime. To do that, I'd like to take a pre-existing image processing library and compile it for the NXT. That could EASILY consume all 256Kb of flash - and the image itself (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: Mindstorms NXT programming languages
|
|
(...) You've brought up the price point several times. If your analysis is correct (example: adding 64MB for a couple bucks), why don't you think LEGO did it? It would seem to me there are three options: 1) Your economic analysis is flawed. 2) LEGO (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|
|
 | | Re: NXT and bluetooth enabled phones
|
|
Have you seen the word "applet"? I guess Peter isn't talking in-html scripting, but real java... I'm familiar with both C and Java... I was first introduced to Java, and didn't have real problems with it - it did everything it had to do, and the (...) (20 years ago, 13-Jan-06, to lugnet.robotics)
|