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 / *46028 (-20)
  Re: New York City NXT Meet-up
 
(...) Theo, Even though I live in Indiana and can't be part of your team, I want to applaud your efforts to start a new robotics group. I wish you guys all the best in growing your skills while having a lot of fun. IMHO - for an early competitive (...) (19 years ago, 25-Jan-07, to lugnet.robotics.nxt)
 
  Re: New York City NXT Meet-up
 
(...) I am interested. Please let me know when you have enough people for the first meeting. Thanks. Rey Parma (19 years ago, 25-Jan-07, to lugnet.robotics.nxt)
 
  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 (...) (19 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 (...) (19 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 (...) (19 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 (...) (19 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 (...) (19 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 (...) (19 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? (19 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 (...) (19 years ago, 24-Jan-07, to lugnet.robotics, FTX)
 
  Re: Unit LNE of the dinochrome brigade (Was: Rock Crawling)
 
(...) I would like to hope so. Those mounting holes would seem perfect to secure rubber cleats to, especially with the ridges on the hard plastic tread underneath. That one piece woulkd change them from semi-decorative to fully robotic functional (...) (19 years ago, 24-Jan-07, to lugnet.org.us.laflrc, lugnet.robotics, lugnet.technic)
 
  RE: Improving the firmware?
 
David Wallace wrote on Tuesday, January 23, 2007 7:34 PM: (...) This is an opportunity for the open source community to improve the firmware. Enhanced firmware does not need to have any dependency on the LEGO or NI development teams. The challenge (...) (19 years ago, 24-Jan-07, to lugnet.robotics.nxt)
 
  Re: Controling NXT with Bluetooth Device(such as mouse, etc)
 
(...) This is not an easy thing to do. While the mouse may support bluetooth, the signals are not the same as what the NXT is expecting. The mouse sends Human Interface Device (HID) signals, while the NXT expects Serial Port Protocal (SPP). Simply (...) (19 years ago, 24-Jan-07, to lugnet.robotics)
 
  Re: Improving the firmware?
 
Thanks Philippe. You definitely asked the questions that I was thinking about and I pretty well understood the answers except I was a little puzzled by the need for "follows" as well. However, we definitely lost functionality in this area with NXT. (...) (19 years ago, 24-Jan-07, to lugnet.robotics.nxt)
 
  Controling NXT with Bluetooth Device(such as mouse, etc)
 
Is it possible to control an NXT with Bluetooth device(such as mouse) directly? I watched a video clip from youtube (URL) I want my NXT to do that :-) I read 'Bluetooth Developer Pack'(or whatever it is) and it says NXT requires to receive certain (...) (19 years ago, 24-Jan-07, to lugnet.robotics)
 
  Re: What do these macros do?
 
(...) Is it possible to write in the display popup buffer? So that we can do double buffering? I made some quick tests, but it seems the drawing routines always write in the normal display buffer... Julien (19 years ago, 23-Jan-07, to lugnet.robotics.nxt, lugnet.robotics)
 
  Re: Unit LNE of the dinochrome brigade (Was: Rock Crawling)
 
"Brian Davis" <brdavis@iusb.edu> wrote in message news:JCBttB.GEJ@lugnet.com... (...) I see. I wonder if we'll ever see some kind of rubber plug-in outer surface for these treads? Since they already have mounting holes, it only remains to figure (...) (19 years ago, 23-Jan-07, to lugnet.org.us.laflrc, lugnet.robotics, lugnet.technic)
 
  Re: Unit LNE of the dinochrome brigade (Was: Rock Crawling)
 
(...) Yes, and no. The problem is they are hard plastic with ridges, so if a tread ridge catches on a rough portion of the surface, they push fine... but if the surface is smooth, they'll just slide (very low coefficient of friction). The width is (...) (19 years ago, 23-Jan-07, to lugnet.org.us.laflrc, lugnet.robotics, lugnet.technic)
 
  Re: Improving the firmware?
 
(...) I asked about the same questions some time ago, here is John's answer: (URL) (19 years ago, 23-Jan-07, to lugnet.robotics.nxt)
 
  Re: Unit LNE of the dinochrome brigade (Was: Rock Crawling)
 
"Geoffrey Hyde" <g.hyde@bigpond.net.au> wrote in message news:JCAxx2.8KF@lugnet.com... (...) (URL) forgot to include the URL of the set I was talking about. Here is is above. Cheers ... Geoffrey Hyde (19 years ago, 23-Jan-07, to lugnet.org.us.laflrc, lugnet.robotics, lugnet.technic)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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