 | | Re: another comparison
|
|
Hi Claude, (...) thanks, I found it at (URL) . And pseudocode is fine with me, Java or C were just meant as examples for textual languages. (...) :-) Best is to avoid assignment and modifiable state whenever possible. Jürgen (18 years ago, 25-Jan-07, to lugnet.robotics)
|
|
 | | Re: another comparison
|
|
(...) Hi Jürgen, The document, where I develop the theory of the algorithm has some text-pseudo code ( a mixture of C and PASCAL) that you easily can convert to anything. Since the document is math stuff, I largely prefer the := notation for (...) (18 years ago, 25-Jan-07, to lugnet.robotics)
|
|
 | | Re: What do these macros do?
|
|
(...) John - if you've got someone's ear in this, could you also see if a GCC build of the firmware can be released? I know LEGO are unlikely to use GCC themselves as they can afford more specialised tools, but so far, I don't see much of a (...) (18 years ago, 24-Jan-07, to lugnet.robotics.nxt, lugnet.robotics)
|
|
 | | Re: another comparison
|
|
Hi Claude, (...) do you have the DFT algorithm in some programming language like Java or C? I'm just guessing, but maybe it could also be useful for speech recognition? Or maybe telling the cat from the dog? (The sound sensor should be usable as a (...) (18 years ago, 24-Jan-07, to lugnet.robotics)
|
|
 | | Re: What do these macros do?
|
|
(...) It is possible to write to the popup buffer but only by using the IOMap routine (SetDisplayPopup). The regular system calls which write to the LCD all write to the normal display memory. Unfortunately, as Dick Swan suggested, the current NXT (...) (18 years ago, 24-Jan-07, to lugnet.robotics.nxt, lugnet.robotics)
|
|
 | | Re: Unit LNE of the dinochrome brigade (Was: Rock Crawling)
|
|
(...) Awesome! Great videos! BTW if you want to know how to make bigger tires, try inserting old school 1" Lego tires into the crevices around the large grey "hula hoops" from the star wars kit. This will make tires at least 8" (20 cm) in diameter (...) (18 years ago, 24-Jan-07, to lugnet.org.us.laflrc, lugnet.robotics, lugnet.technic)
|
|
 | | Re: Controling NXT with Bluetooth Device(such as mouse, etc)
|
|
(...) That actually doesn't address the real problem. The NXT has a "dongle" built-in, so it can receive the Bluetooth messages. It just can't understand what it reads. The NXT requires a very specific message format, and that's not what the mouse (...) (18 years ago, 24-Jan-07, to lugnet.robotics)
|
|
 | | Re: Controling NXT with Bluetooth Device(such as mouse, etc)
|
|
(...) The problem is the NXT is a USB-slave device: it does not provide either the power (5V) or the communications ability to run a BT dongle (this is a seperate issue from the "shape" of the USB port: that's just a bit of hardware shaping to keep (...) (18 years ago, 24-Jan-07, to lugnet.robotics)
|
|
 | | Re: Controling NXT with Bluetooth Device(such as mouse, etc)
|
|
(...) Thank you for answering :-) How about putting a Bluetooth-Dongle to NXT? It will receive HID signal, but dongle will translate the signal into NXT-usable one. I think it will work, how do you think? (18 years ago, 24-Jan-07, to lugnet.robotics)
|
|
 | | Re: Controling NXT with Bluetooth Device(such as mouse, etc)
|
|
We had (URL) a discussion about this earlier> when I asked about my Nintendo Wii remote. The only way this is going to work right now is as you suggested: (...) You'll have to write a program that lives on your computer that will relay the messages (...) (18 years ago, 24-Jan-07, to lugnet.robotics, FTX)
|