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 (-100)
  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)
 
  Re: My Lego Flexpicker Video on YouTube
 
.../snip (...) Wow, absolutely fantastic work. Congrates! This is worth a web-site with details, programs, photos, building instructions, comments, descriptions... that could be inspired from Philo's site. -Claude (15 years ago, 20-Apr-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) The robot is set up and ready to run Tuesday thru Thursday at the ABB Technology Days! Check out some of the photos. (URL) (15 years ago, 20-Apr-09, to lugnet.robotics.nxt)
 
  Super NXT?
 
Have you seen these three brand-new blog entries on THE NXTSTEP today (Wednesday): (2 URLs) ? Mysterious, isn't it? /MP (15 years ago, 1-Apr-09, to lugnet.robotics.nxt, lugnet.robotics)
 
  Re: RobotC on NeXTScreen
 
(...) Thanks for the response, I was not previously aware of this and it took me a while to find it. For anyone else interested: from the toolbar choose Robot->Debugger, then Robot->Debug Windows->NXT Remote Screen. It works great. (...) Again, (...) (15 years ago, 7-Mar-09, to lugnet.robotics.nxt)
 
  Re: RobotC on NeXTScreen
 
(...) Robot C has the ability to display what's on the screen, also.  You shouldn't need to use NeXtScreen (...) Look in the forums on NXTasy.com for an answer. People (including me) have found re soldering the surface mount caps on the back of the (...) (15 years ago, 6-Mar-09, to lugnet.robotics.nxt)
 
  RobotC on NeXTScreen
 
Unfortunately, my NXT screen died. I'm getting by with using the NeXTScreen utility to display on the laptop (very nice utility, BTW). However, I am using RobotC and the screen is a bit distorted, for example: (URL) still usable, but I was wondering (...) (15 years ago, 5-Mar-09, to lugnet.robotics.nxt)
 
  Re: Free IAR compiler for NXT firmware
 
(...) This is only for debugging purpose! (...) Fortunately the processor has a special boot mode to recover from that without ressorting to JTAG. But I appreciate the concept of "un-bricking a bricked NXT brick" ;o) Philo (15 years ago, 4-Mar-09, to lugnet.robotics.nxt.nxthacking)
 
  Re: Free IAR compiler for NXT firmware
 
(...) The download page has this nice little notice: DISCLAIMER: You have to open the LEGO® MINDSTORMS® NXT and solder on PCB. Please note that the LEGO Group warranty of the NXT is invalid after doing this. Neither IAR Systems nor the LEGO Group (...) (15 years ago, 4-Mar-09, to lugnet.robotics.nxt.nxthacking)
 
  Free IAR compiler for NXT firmware
 
If you haven't heard yet, IAR has released a free LEGO MINDSTORMS version of their compiler. It happens to be the same compiler that LEGO uses to build the NXT firmware so it makes it extraordinarily simple to build your own modified firmware (...) (15 years ago, 3-Mar-09, to lugnet.robotics.nxt.nxthacking)  
 
  Re: My Lego Flexpicker Video on YouTube
 
Chris, Your story and your efforts make me smile! KUDOS-2-U!! ...keep us posted! yours, Eric Sophie Legomaster Biomechanical Bricks p.s. congrats on the Gizmodo nod, too cool! (15 years ago, 26-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) They found out about it because I ruthlessly, shamelessly sent emails and posts to everywhere I could find, including ABB and some of their partner companies. I had no intentions except saying "Hey, look at this." They did, and they liked it. (...) (15 years ago, 26-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) Congrats! That is great! How did they learn about your Robot? Did they see it on Youtube? This is a great opportunity! I bet people will be very very very interested in your robot! Likewise, I am sure it will be equally facinating for you to (...) (15 years ago, 25-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) I just go an invitation to display this robot at the ABB Technology Days in Auburn, MI in April. How cool is that! Chris (15 years ago, 19-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) 35%. That shows how precise these systems are. I bet it would "whip" around higher than that. Additional gearing down would just make it bigger. I think that pause is also advantageous in that, you get a chance to hear and or realize all the (...) (15 years ago, 17-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) The Ohio State University. My alma mater and my second passion. (15 years ago, 16-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) What I want to know is what collegiat logo is that in the background. STATE is all I can see. (15 years ago, 16-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) This one can run much faster. I am running the motors at 35%. I had to choose between realism and speed. If it goes much faster, when it stops suddenly, the loose joints cause it to swing and sway. I would have to put about a one second pause (...) (15 years ago, 14-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) Seeing yours helped me to understand these machines a bit more too, thanks! Ugg so many cool parts, all those ball joint control arms, very nice! (...) I see these machines work very quickly indeed! (...) (15 years ago, 14-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) I've made 3-4 different versions as well. I unfortunately don't have any photos of the most recent version. (URL) my efforts have been more focused on speed than specific assembly tasks. They are fantastic robots to work with. We used an ABB (...) (15 years ago, 14-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
(...) Crazy cool! (15 years ago, 11-Feb-09, to lugnet.robotics.nxt)
 
  Re: My Lego Flexpicker Video on YouTube
 
Pffff, oh man, that is so awesome. The only other flex picker I saw was in Brick Fest 2003: (URL) am very impressed with how you made this. Excellent work. This kind of job really shows how high tech Lego can be. Many thanks for the video! Eric (...) (15 years ago, 8-Feb-09, to lugnet.robotics.nxt)
 
  BricxCC & NBC/NXC collaboration
 
I finally got around to uploading all the BricxCC and NBC/NXC source code to an SVN repository on the BricxCC project page on sourceforge.net. Now all my code changes are done via my local checkout from that repository and changes are checked in as (...) (15 years ago, 2-Feb-09, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.nxt)
 
  BricxCC on Linux
 
I have a very early version of BricxCC running on my ubuntu hardy heron virtual machine (running in VirtualBox). If anyone is interested in helping me test on Linux platforms please send me an email. Hopefully I will be able to get something similar (...) (15 years ago, 17-Jan-09, to lugnet.robotics, lugnet.robotics.nxt)
 
  AW: Bluetooth remote control of NXT from Mac/Windows?
 
Joe, there are a lot of options for controlling a NXT remotely from a desktop PC, some of them even working on a MAC - have a look at the second part of Steve Hassenplug's listing of such tools at (URL) (...) Bluetooth-equipped (...) (15 years ago, 6-Jan-09, to lugnet.robotics.nxt)
 
  Re: Bluetooth remote control of NXT from Mac/Windows?
 
(...) I'm looking for the same thing as Joe here. Is there any way to write a module in LabView and actually control the NXT within LabView in realtime? -Dave ToT-LUG (15 years ago, 6-Jan-09, to lugnet.robotics.nxt, FTX)
 
  Re: Bluetooth remote control of NXT from Mac/Windows?
 
(...) Microsoft Robotics Studio gives you real-time control over the NXT. Coincidentally, I got an email today about (URL) SimplySim>, which simulates the TriBot using the Robotics Studio. But of course this is for Windows only, so if you have to (...) (15 years ago, 6-Jan-09, to lugnet.robotics.nxt, FTX)
 
  lugnet.robotics.nxt co-curatorship
 
Almost a year ago I posted a thread about the (URL) robotics.nxt sidebar>. I don't update it much anymore, but today I was emailed a request to add a link to a new NXT simulator. I've done so, but what would make the sidebar more interesting is a (...) (15 years ago, 6-Jan-09, to lugnet.admin.curators, lugnet.robotics.nxt, lugnet.technic, FTX)
 
  Re: BT fails when downloading to NXT from brixcc
 
(...) Could you make sure you are using the very latest version of BricxCC and that you have the very latest Fantom drivers installed on your computer? The latest BricxCC was released just a few weeks ago. Follow the "latest version" link on the (...) (16 years ago, 3-Dec-08, to lugnet.robotics.nxt)
 
  Re: BT fails when downloading to NXT from brixcc
 
(...) Hi, John: First of all, thanks for your kind help. I have not checked how much room I have in the NXT. Instead of that, I have tried to send, via BT, the compiled file .rxe to the robot using NXT Explorer, and that works. However, if I try to (...) (16 years ago, 2-Dec-08, to lugnet.robotics.nxt)
 
  Re: BT fails when downloading to NXT from brixcc
 
(...) This sounds like you have no room for more files on your NXT. Can you copy files off your NXT using the NXT Explorer tool? What happens when you try to copy a file to your NXT using the NXT Explorer tool? There is a maximum number of files (...) (16 years ago, 29-Nov-08, to lugnet.robotics.nxt)
 
  BT fails when downloading to NXT from brixcc
 
Hi everybody: I'm working with NXT and BrixCC via BT. The connecction between Brixcc and the NXT works fine, and I can use some Brixcc tools, like NXT Joystick, or Find Brick. However, there is no way to download a compiled NXC program to the NXT: (...) (16 years ago, 22-Nov-08, to lugnet.robotics.nxt)
 
  Bluetooth remote control of NXT from Mac/Windows?
 
Is there any software available to control an NXT from a Bluetooth-equipped desktop (needs to support both Mac and Windows)? I'm going to be starting a FIRST Lego League team at my school in the spring, and it occurred to me that it would really (...) (16 years ago, 16-Nov-08, to lugnet.robotics.nxt, FTX)
 
  My New Book Is Available for Purchase
 
Hi LEGO NXT Enthusiasts, I'm happy to announce that I've just self-published my book based on Don's Projects blog. All of my blogs written since September 2005 to September 2008 along with the LEGO NXT eZCIRCUITs,Handy Cricket robo-projects,the (...) (16 years ago, 28-Oct-08, to lugnet.robotics.nxt)
 
  Re: Addional Building Instructions for Edu NXT
 
(...) For the Retail (not educational) kit, NXTprograms has a good selection... but I don't know of anything similar for the Educational version. (16 years ago, 24-Oct-08, to lugnet.robotics.nxt)
 
  Addional Building Instructions for Edu NXT
 
In my classes, the basic NXT Educational bot goes a long way. Additionally, we have the Robotics Engineering bots from CMU. Is there a collection of other bots with building instructions somewhere on the internet? (16 years ago, 23-Oct-08, to lugnet.robotics.nxt)
 
  LOGIC PROBE KIT IS AVAILABLE FOR PURCHASE
 
Hi All, Well, the Logic Probe Kit is available for purchase from the Store. I'll be submitting additional design and troubleshooting applications for the NXT. I'll probably make some small videos illustrating the versatility of this digital tester (...) (16 years ago, 23-Sep-08, to lugnet.robotics.nxt)
 
  RE: Best stuff to buy for FLL
 
Check this out.. Hope it helps... www.stormingrobots.c...d/qna.html -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of John Brost Sent: Monday, September 15, 2008 2:46 PM To: (...) (16 years ago, 19-Sep-08, to lugnet.robotics.nxt)
 
  Re: Best stuff to buy for FLL
 
(...) I'd probably recommend the "LEGO Mindstorms Education base set" (URL) than the retail NXT kit or buying things piece-by-piece. The education kit comes with a battery pack & charger and converter cables to hook up to the old 9V LEGO motors, (...) (16 years ago, 15-Sep-08, to lugnet.robotics.nxt)
 
  Best stuff to buy for FLL
 
I'm forming an FLL team this year with 5th-graders. Being an AFOL and a Technic fan, I already have tons and tons of bits and pieces (beams, pins, blah, blah, blah). With that in mind, that sort of set should I buy for a FLL team? The NXT set from (...) (16 years ago, 12-Sep-08, to lugnet.robotics.nxt)
 
  Re: NXT programming tools on Windows 2000 - connection problems
 
(...) Hello Dave, I won't be of much help, except to say that you may have to look at something else than the system. Windows 2000 is probably not the culprit, as I use NXT-G, BrixCC and NeXTScreen on this OS without connection problem, at least in (...) (16 years ago, 12-Sep-08, to lugnet.robotics.nxt)
 
  NXT programming tools on Windows 2000 - connection problems
 
I wonder if anyone can help me to solve persistent connection problems between the NXT and Windows 2000. I have had these problems for a considerable length of time. I have several NXT utilities, including NXT-G, BricxCC and NextScreen. With the (...) (16 years ago, 9-Sep-08, to lugnet.robotics.nxt)
 
  Re: Automated Level Crossing using NXT
 
(...) break at some point, but you seem to have a pretty good system there. (...) Actually, I think you could do this at least partially with a single sensor. If the train is running at a fixed speed, you can have the program figure that speed out (...) (16 years ago, 5-Sep-08, to lugnet.trains, lugnet.robotics.nxt)
 
  Another little update to nxtgcc.sf.net: 1.05 compatability
 
Hi The 1.05 sources have been changed toward compatibility with a gcc-toolchain. To save rewriting, I take the liberty of pasting the contents of the readme file that you find in the root directory of the NXTGCC-0.0.10.zip file that can be (...) (16 years ago, 22-Aug-08, to lugnet.robotics.nxt.nxthacking)
 
  Update to nxtgcc toolchain
 
I have updated the toolchain little bit: *the binsert utility reads binary file info directly from the standard firmware image (and you do not have to cut out the file sections manually) *the demo program executes, which is probably what some have (...) (16 years ago, 15-Aug-08, to lugnet.robotics.nxt.nxthacking)
 
  The LEGO Didn't Break (or the HALE Mission - LEGO where it was never intended to go)
 
OK, I'm a little bit proud of this... and, mostly, amazed that it functioned at all. I was selected to participate in the HALE (High Altitude LEGO Extravaganza) after submitted two proposals in the hopes one would make it... and instead, both were (...) (16 years ago, 30-Jul-08, to lugnet.robotics, lugnet.robotics.nxt, lugnet.technic) ! 
 
  Re: NXT-G Models in Vista
 
(...) Our tech had to take out the Adobe CS3 suite. Now the models show up. But CMU's Robotics Engineering does not. He reports that the old 'NXT clicking" version 1.0 was compatible with Adobe CS3. Seems Lego Tech Support has heard of something (...) (16 years ago, 26-Jul-08, to lugnet.robotics.nxt)
 
  NXT-G Models in Vista
 
I'm teaching this week using laptops running on Vista. The laptops also have the full suite of Adobe software. Under these conditions, the models do not show up. The models momentarily blink onto the screen, then the display goes blank. I suspect (...) (16 years ago, 24-Jul-08, to lugnet.robotics.nxt)
 
  Re: ONLINE LEGO NXT INTERFACING WORKSHOP
 
(...) Do you have any more information on this? It sounds interesting - and I love the HT Prototype board, I'm using it in my HALE mission to run far more sensors and even a heater circuit than I could have otherwise (& I'm lousy at electronics - (...) (16 years ago, 15-Jul-08, to lugnet.robotics.nxt)
 
  ONLINE LEGO NXT INTERFACING WORKSHOP
 
Hi All, I'm in the planning stages for having the first Online LEGO NXT Interfacing Workshop. The hands-on event will be conducted using Skype as participants will be learning the basics of electronics interfacing aided by Hi Technic's Prototype (...) (16 years ago, 15-Jul-08, to lugnet.robotics.nxt)
 
  Re: NXT-G print to text?
 
(...) You can print the program as an HTML file (with images; the environment will auto-generate them), and the environment will even oblige you by printing the hidden tabs of multi-case Switch structures. But there's no "text version" of an NXT-G (...) (16 years ago, 11-Jul-08, to lugnet.robotics.nxt)
 
  NXT-G print to text?
 
In Robolab, one could print to file and read the program methods in text. Is there an equivalent in NXT-G? One of my students has this enormous NXT-G program that is hanging up every workstation we try to debug it in. It has about a dozen loops and (...) (16 years ago, 10-Jul-08, to lugnet.robotics.nxt)
 
  Re: Bluetooth quirks
 
(...) To answer the question, we're using NXT-G. But that was last week's summer camp. This week seems to take 3 pairs of Bluetooth battlebots just fine. (16 years ago, 10-Jul-08, to lugnet.robotics.nxt)
 
  RE: Bluetooth quirks
 
Are you using RobotC or NXT-G? -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of gypsy_fly Sent: Wednesday, July 02, 2008 7:38 PM To: lugnet.robotics.nxt@lugnet.com Subject: Bluetooth quirks I've (...) (16 years ago, 6-Jul-08, to lugnet.robotics.nxt)
 
  Bluetooth quirks
 
I've just re-read Sivan Toledo's "Analysis of the NXT Bluetooth Communication Protocol" tacked on the main lugnet.robotics.nxt main page. I am currently in a PC lab (Portland State Univ NH 439) with 9 bright kids. We have about 24 NXT kits at our (...) (16 years ago, 2-Jul-08, to lugnet.robotics.nxt)
 
  Logic Probe Kit for the LEGO NXT
 
Hi All, I've just completed an Assembly and Application Manual for a Logic Probe kit I'm developing. This tool can be used to test and analyze digital & microcontroller circuits, and the LEGO NXT. Check out the LEGO NXT application that illustrates (...) (16 years ago, 25-Jun-08, to lugnet.robotics.nxt)
 
  Re: NXT Reset tool
 
(...) True. But this works like it was designed for the purpose: (URL) Brian Davis (16 years ago, 18-Jun-08, to lugnet.robotics.nxt)
 
  NXT Reset tool
 
This works. Pulled a regular ballpoint pen off it's casing and used the ink tube to reset an NXT. (16 years ago, 18-Jun-08, to lugnet.robotics.nxt)
 
  PC I2C Port
 
For those that didn't know the DDC (Display Data Channel) on A PC Video Connector is actually an I2C BUS. so dont bother buying an adapter all you need is an old monitor cable! Read more here: (URL) (16 years ago, 13-Jun-08, to lugnet.robotics, lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
 
  Launch of NXT Book Repository
 
Hi there, I recently put together a resource at (URL) that lists most of the published NXT books that I'm aware of. I call it the "Unofficial LEGO MINDSTORMS NXT Book Repository." Please check it out--comments and suggestions welcome! Thanks, David (...) (16 years ago, 21-May-08, to lugnet.robotics.nxt, lugnet.robotics)
 
  Bare Metal NXT
 
Sivan Toledo has posted a new NXT project on his website. Check it out: (URL) Hansen (16 years ago, 20-May-08, to lugnet.robotics.nxt) ! 


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

Redisplay Messages:  All | Compact

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