To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.nxtOpen lugnet.robotics.nxt in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / NXT / *1268 (-40)
  Re: Bluetooth: Limited to 5?
 
(...) Class is over and I'm still wondering why we could not fire up more than 5 bluetooth connections. Actually, these were NXT to NXT connections. The RaceCar project at nxtprograms.com served as the basis for the RC Bluetooth connections. We (...) (13 years ago, 19-Aug-11, to lugnet.robotics.nxt)
 
  Re: Bluetooth: Limited to 5?
 
(...) I don't know what the numeric limit is, but there is a limit of some sort, as I heard that Monster Chess ran into it and the central computer has to continually set up and tear down connections to the 32 different pieces, it cannot be in (...) (13 years ago, 19-Aug-11, to lugnet.robotics.nxt)
 
  Bluetooth: Limited to 5?
 
I have a class of 10 kids each trying to fire up a remote control via bluetooth to their respective robots. Seems there is a limit of 5 connections to a room? Can anyone confirm? (13 years ago, 19-Aug-11, to lugnet.robotics.nxt)
 
  NXT-G and random number usage
 
OK, so I'm on my second ever NXT project, and I am wondering if this is even possible. I have a program that currently has 3 WAIT Blocks, each set to different lengths of time (4 sec, 2 sec, 1 sec) at different points. What I want to do, to add more (...) (13 years ago, 25-May-11, to lugnet.robotics.nxt)
 
  NXT 1.0 models in NXT 2.0?
 
I have both 1.0 and 2.0 NXT sets, and I'd like to have all of the models from both versions of the software to appear. I thought I could install both and I'd get both sets of models, but I can't install the 1.0 software- it tells me that I need at (...) (14 years ago, 19-Nov-10, to lugnet.robotics.nxt)
 
  Re: Machine Made of Lego Builds Anything You Want — Out of Lego
 
(...) Thanks John, that's really cool. BTW if anyone is having trouble with the page in that link, try this one instead: (URL). Also added a couple of other groups. ROSCO (14 years ago, 21-Oct-10, to lugnet.mediawatch, lugnet.technic, lugnet.robotics.nxt, FTX)
 
  Re: Text languages for programming NXT?
 
(...) Last year I tried using RobotC on an RCX, and found it to be buggy and no longer maintained. It worked very well on the NXT, but I was looking for something affordable that I could use in a classroom environment, and that made it easy to (...) (14 years ago, 10-Sep-10, to lugnet.robotics.nxt)
 
  Re: Text languages for programming NXT?
 
I'm getting back into Mindstorms after a long hiatus. Let me resurrect this old thread, to see what the answer is in 2010. :-) What text-based languages are most mature and best-supported these days for programming RCX and NXT? Is RobotC still (...) (14 years ago, 28-Aug-10, to lugnet.robotics.nxt)
 
  Re: NXT Newbie "Is it possible" question
 
(...) I'm not sure how much time you have, or what resources... but you might be able to do this with a single set. If you put an arm on each motor, such that "track A" would hit a peg and turn the motor clockwise, but "Track B" would hit a peg on (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
 
  Re: NXT Newbie "Is it possible" question
 
(...) Well, just for diversity here's a slightly different approach. Make the first block a "Reset Timer" block, then split the program into four sequences. Each is simply a "Wait for Touch Sensor", followed by "Read Timer" block with the result (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
 
  Re: NXT Newbie "Is it possible" question
 
Thanks Kevin! That gives me a good start. once I get some sort of working model, I'll share with world for some good old fashion criticism. Chris (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
 
  Re: How is this?
 
(...) Yes, change the "wait for 9" to be a "check for 9", and the problem should go away... Loop forever if Touched and distance < 9 { turn on motor } else { turn off motor } Kevin (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
 
  Re: NXT Newbie "Is it possible" question
 
(...) Chris, Sure it is, as long as the NXT cables are long enough to place the sensors where you want on the track. As you already figured out, the tricky bits are in the software. Here is pseudocode for what I would do were I to program it in G (...) (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
 
  NXT Newbie "Is it possible" question
 
I am hoping to build a race timer mechanism using my NXT and 4 touch sensors. Essentially I need it to be similar to a pinewood derby timer. I am holding a LEGO car race for our homeschool group, and would love to be able to do all of the timing (...) (14 years ago, 18-Aug-10, to lugnet.robotics.nxt)
 
  NXT-606 VIDEO-Sample Based Drum Machine to download.
 
Take a look to video: (URL) Read more about download: (URL) NXT-606: -Monophonic sample based drum machine -24 percussion and Fx sounds -Sampling rate: 8Khz -memory: 96 measures -control: 2 rotation sensor +NXT buttons -hacked loud speaker to mono (...) (14 years ago, 29-Jun-10, to lugnet.robotics.nxt)
 
  Re: Rechargeable NXT battery DOA?
 
(...) How long did you leave it plugged in? Sometimes they take a while before even the charging LEDs turn on. -- David Schilling (14 years ago, 31-Mar-10, to lugnet.robotics.nxt)
 
  Rechargeable NXT battery DOA?
 
I ordered the rechargeable battery earlier this week and it arrived yesterday. It appears to be DOA as it does nothing when plugged in amd reads 0v with a multimeter. I am using a 9v regulator from a 9v train set which I have been told will work (...) (14 years ago, 27-Mar-10, to lugnet.robotics.nxt)
 
  Re: How is this?
 
(...) I can see how this can happen and it depends on the sequence of events. This sequence will cause this behavior: touched AND distance < 9 - Motor turns on touched AND distance > 9 - Motor running, waiting for distance < 9 untouched AND distance (...) (14 years ago, 23-Jan-10, to lugnet.robotics.nxt)
 
  How is this?
 
One of my students built the chainsaw model from nxtprograms.com. He wanted to make the blade turn only when it was at a distance less than 9 inches from the table. So he attached an ultrasonic and made one mod to the program. The program in NXT-G (...) (14 years ago, 23-Jan-10, to lugnet.robotics.nxt)
 
  PC - NXT communication with C language
 
Hi everybody: I would like to communicate a NXT with a PC through Bluetooth. The NXT program would be NXC, so there is no problem there since NXC provides a set of functions for BT communication. However, I need the PC program to be written in C. Is (...) (14 years ago, 19-Jan-10, to lugnet.robotics.nxt)
 
  Re: Color Sensors Showdown
 
(...) Thank you for another great review/test. I've been wondering for some time if it would make sense to order the HiTechnic Colour Sensor since I already have the LEGO Colour Sensor. Now I know. Jetro (15 years ago, 14-Nov-09, to lugnet.robotics.nxt, FTX)
 
  Color Sensors Showdown
 
(URL) A comparison between LEGO NXT 2.0 color sensor and HiTechnic color sensor V2. Read it (URL) here> Enjoy! Philo (15 years ago, 14-Nov-09, to lugnet.robotics.nxt, FTX)
 
  Source Code for Enhanced Firmware 1.28
 
Hi, Recently, John Hansen's Enhanced Firmware version 1.28 was posted to BrixCC. I'm trying to find out if the Source Code is available for that version. The source package (URL) appears to be for the old firmware (1.06) only (as of Sept 16 2009). (...) (15 years ago, 18-Sep-09, to lugnet.robotics.nxt.nxthacking)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) Hey all, Just a moment to brag a little. I just learned that my Flexpicker robot was featured on the MAKE magazine blog ((URL) and the Singularity Hub blog ((URL) Singularity Hub blog has some very interesting comments about DIY robotics that (...) (15 years ago, 16-Sep-09, to lugnet.robotics.nxt)
 
  Re: NXT utilities for Mac OS X
 
(...) Since the nxtasy forums require that you be a member before you can download any attachments I have also uploaded the NeXT Tools Mac OS X application to my BricxCC website. There is a link to the utilities page in the NXT News section near the (...) (15 years ago, 2-Sep-09, to lugnet.robotics.nxt, lugnet.robotics)
 
  Re: NXT utilities for Mac OS X
 
(...) Cross posting to lugnet.robotics in case this announcement got missed in the nxt subgroup. If you use a Mac and have an NXT you might be interested in trying out the Mac versions of most of the tool windows from BricxCC. (URL) Hansen (15 years ago, 31-Aug-09, to lugnet.robotics.nxt, lugnet.robotics)
 
  Re: NXT utilities for Mac OS X
 
(...) I uploaded a new nxttools.zip late last night which now enables the tools to run on Tiger as well as Leopard. See my post from last night in the thread above. John Hansen (15 years ago, 28-Aug-09, to lugnet.robotics.nxt)
 
  NXT utilities for Mac OS X
 
I've posted a zip containing some very early versions of my NXT utilities (tool windows from BricxCC) for Mac OS X. Currently they appear to require Leopard to run and they also require the LEGO FANTOM drivers for Mac OS X. (URL) are GUI issues that (...) (15 years ago, 27-Aug-09, to lugnet.robotics.nxt)
 
  Re: NXT and Windows 7
 
(...) It's 32-bit Win7. (15 years ago, 28-Jul-09, to lugnet.robotics.nxt, lugnet.robotics.rcx)
 
  Re: NXT and Windows 7
 
(...) Is this the 64 bit driver issue coming up - again? Ralph (15 years ago, 27-Jul-09, to lugnet.robotics.nxt, lugnet.robotics.rcx)
 
  NXT and Windows 7
 
I have Windows 7 RC on my netbook and I can't get the NXT software (version 1.1) to install. It hangs when the installer presents its progress bars and starts copying files off the CD. Does the 2.0 software work with Windows 7? By the way, RIS 2.0 (...) (15 years ago, 27-Jul-09, to lugnet.robotics.nxt, lugnet.robotics.rcx)
 
  Re: refurbishing dead NXT's
 
(...) I will try this! Thanks. (15 years ago, 26-Jul-09, to lugnet.robotics.nxt)
 
  Re: refurbishing dead NXT's
 
(...) Yes, that is easy, the display & keys unit can be unplugged. You'd only have to resolder the two speaker wires. (...) Yes. It doesn't make much sense to swap the motherboard, because without the LCD/keyboard and the motherboard the rest is (...) (15 years ago, 25-Jul-09, to lugnet.robotics.nxt)
 
  refurbishing dead NXT's
 
We have about 54 NXT sets. Our oldest ones, purchased just as soon as the sets were available, are now 3 years old. After about 100 running hours, they are finally giving up the ghost. Some have bad ports, others have no displays, and two are all (...) (15 years ago, 22-Jul-09, to lugnet.robotics.nxt)
 
  Re: 8527 manual, instructions
 
(...) Here: (URL) (15 years ago, 17-Jun-09, to lugnet.robotics.nxt)
 
  Re: 8527 manual, instructions
 
(...) There's a Dutch, German, French, Japanese, English and I think Italian version. However, the localization depends on where you buy it and if you can get the set where you live it will probably be in English (as it is in Spain). There's a (...) (15 years ago, 16-Jun-09, to lugnet.robotics.nxt)
 
  8527 manual, instructions
 
Hello Can anyone tell me about those? Does the set comes with both? Which languages are available? And does it come with a powersupply, do I need an adapter (being in Estonia, using standard european plug) WBR Sonnich (15 years ago, 16-Jun-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
Fantastic! Sweet set up. Everything looks so clean and tidy. Your set up is very nice. Looks like people will be able to get up close to your display to see how it works, rather than the caged industrial robots. Funny, don't be surprised if your (...) (15 years ago, 21-Apr-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) I am going to take some video at the show. The lighting there is spectacular. I really hope to get more details published. Getting ready for the show has taken sooooo much time. Chris (15 years ago, 20-Apr-09, to lugnet.robotics.nxt)
 
  NXTGCC update 0.0.12
 
There is an update to the NXTGCC toolchain. I have added a complete download package including arm-elf-gcc, Elipse, and a converter (from IAR to gcc). Check it out at (URL) (15 years ago, 20-Apr-09, to lugnet.robotics.nxt.nxthacking)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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