 | | Re: NXT to NXT communication?
|
|
(...) Yes just kinda murky now! There are still good opportunities for a wireless network of NXT's! One could write a program on a single master and control as many lower level NXT's as you could bring together! Like one general commanding three (...) (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT to NXT communication?
|
|
(...) OK...it looks like this messaging mechanism in (URL) is a little confusing. Steve cleared this up a bit in (URL) In the hierarchy he discussed, N0 has to go through N1 to talk to N2-4. This model can be extended to higher levels in a tree (...) (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT memory limits
|
|
(...) Is the sound quality similar to those "real" ringtones you get on new cellphones (think that's what they're called...)? Or is it closer to polyphonic? (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Help getting up to speed on robot electronics
|
|
I'm a newcomer to robotics, with 30 years of experience in software and nearly nothing at all on the hardware / electronics side. I'd like to learn how to get stuff working with my Vex controller other than the Vex-branded parts -- things like (...) (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT memory limits
|
|
(...) So in theory, once the open-source firmware is released it could be hacked to support interfacing with the sound system in other ways (such as playing compressed mpg/ogg files or sound stream data)? (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT memory limits
|
|
(...) See (URL) for the .rso file format. It is a modified .wav file. The only facility in the standard NXT firmware for playing sounds of any kind are playing a tone (frequency/duration) or playing a .rso file which has previously been uploaded to (...) (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT memory limits
|
|
(...) Most of the file extensions on the NXT start with .R and end with two characters which suggest the file type (SO for sound, XE for executable, TM for "try me", DT for datalog, etc...). A .RSO file is a massaged .WAV file. The .RSO file format (...) (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT memory limits
|
|
(...) Is it something like mp3 (compressed), wav (non compressed) or midi (instructions to play a tune rather than the tune itself)?? Luca (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT memory limits
|
|
(...) Tim, I don't know of anyone who's done this, but I strongly suspect it can be done. and, a .rso file is what they call the robot sound file. Steve (19 years ago, 5-May-06, to lugnet.robotics)
|
|
 | | Re: NXT interface
|
|
(...) In my experience, non-trivial programs written in NXTGL will use at least 10kb. Using my BrickTool utility to list the files on my NXT you get this output: C:\winapps\projects\...>bricktool /BT /COM=COM4 /Target=7 -listfiles (...) (19 years ago, 5-May-06, to lugnet.robotics)
|