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 / *1118 (-20)
  Re: NXT apparently cannot detect two buttons pressed at once
 
(...) Confirmed. The arrows and grey button share a common resistor ladder and only one can be detected. But the orange "on" button has an independant circuitry and can be used separately. See keypad schematics in the HDK. Philo (16 years ago, 21-Jan-08, to lugnet.robotics.nxt, FTX)
 
  NXT apparently cannot detect two buttons pressed at once
 
Can someone confirm that the front panel buttons on the NXT are wired in such a way that it does not work to press two of them at once? Not too surprising, I suppose, just as early computer keyboards were pre-decoded to signal which single key was (...) (16 years ago, 21-Jan-08, to lugnet.robotics.nxt, FTX)
 
  pbLua News - Beta 13y is Released!
 
I am pleased to announce the release of pbLua Beta 13y - which is a replacement firmware for the LEGO MINDSTORMS NXT that runs right on the brick. It parses source code files sent to it via the USB or Bluetooth ports and runs the code. (URL) Lua is (...) (16 years ago, 20-Jan-08, to lugnet.robotics.nxt)
 
  Re: LDraw NXT parts kit overhaul
 
(...) Thanks, Philo! I really appreciate the hard work you (and others) have put into these parts. Your website makes it easy to add the NXT parts into MLCAD. (...) I'm glad to see that you've also addressed the "stone" colors issue on the website (...) (16 years ago, 18-Jan-08, to lugnet.cad, lugnet.robotics.nxt, FTX)
 
  Re: Self-brew flexible bricks and silent motor for Lego NXT
 
(...) There's a simple solution to the problem you've been having with air bubbles. Once you've got the mold filled, you need to introduce vacuum, which will pull the bubbles right out of the material and dissipate them. Back when I was in the (...) (16 years ago, 13-Jan-08, to lugnet.robotics.nxt)
 
  Re: LDraw NXT parts kit overhaul
 
(...) This is great! Thanks much Philo! Now, if only someone can convince Kevin to make LSYNTH work with the wider cables of NXT. (16 years ago, 18-Jan-08, to lugnet.cad, lugnet.robotics.nxt, FTX)  
 
  LDraw NXT parts kit overhaul
 
After several weeks of patient work, I am finally finished with a major redesign of all NXT parts. All these parts were submitted to (URL) LDraw Parts Tracker> but for your convenience I have updated the (URL) kit> available on my website. Using (...) (16 years ago, 18-Jan-08, to lugnet.announce, lugnet.cad, lugnet.robotics.nxt, FTX) !! 
 
  Re: Self-brew flexible bricks and silent motor for Lego NXT
 
Sibrecht, that's awesome! I've blogged an according entry to THE NXT STEP blog: (URL) moulding one's own custom parts - a dream ... Best, MP Zitat von Sibrecht Bouwstra <s.bouwstra@student.tue.nl>: (...) ---...--- This message was sent using IMP, (...) (16 years ago, 16-Jan-08, to lugnet.robotics.nxt)
 
  Re: Self-brew flexible bricks and silent motor for Lego NXT
 
(...) Sounds interesting. I'll check out your web site when I can do that without using Flash. (16 years ago, 16-Jan-08, to lugnet.robotics.nxt)
 
  Re: Bricxcc Problem
 
(...) I recommend that you switch to using the internal NBC/NXC compiler which you can do via the Preferences dialog. The error you are getting is from the NBC executable. Your best bet is to email me when you run into problems with BricxCC or (...) (16 years ago, 14-Jan-08, to lugnet.robotics.nxt, FTX)
 
  Bricxcc Problem
 
I get this error then Bricxcc either wont load or when it does load won't let me edit files. (URL) (16 years ago, 14-Jan-08, to lugnet.robotics.nxt, FTX)
 
  Re: Enhanced standard NXT firmware updates
 
I don't do a lot of high end stuff but I think I can use the trig functions! (16 years ago, 13-Jan-08, to lugnet.robotics.nxt)
 
  Re: Enhanced standard NXT firmware updates
 
I don't do a lot of high end stuff but I think I can use the trig functions! (16 years ago, 13-Jan-08, to lugnet.robotics.nxt)
 
  Self-brew flexible bricks and silent motor for Lego NXT
 
In the context of my study Industrial Design at the TU/e I have developed a 'natural animation' expansion pack for Lego® Mindstorms® NXT. My goal was to create an actuator and brick that stimulate natural animation and are useful for the creation of (...) (16 years ago, 12-Jan-08, to lugnet.robotics.nxt)
 
  Enhanced standard NXT firmware updates
 
I have uploaded a pre-release of a new enhanced NBC/NXC firmware (1.06a) which you may want to try out. It has a new arrop opcode which supports a number of useful array operations. OPARR_SUM, OPARR_MEAN, OPARR_SUMSQR, OPARR_STD, OPARR_MIN, (...) (16 years ago, 11-Jan-08, to lugnet.robotics.nxt)
 
  Java for NXT
 
The 0.5 beta release for Windows and for Linux is now on the sourceforge web site. (URL) changes and new features include: - Garbage collector - Execute code from flash - Automatic defrag of file system - Greatly improved Bluetooth support including (...) (16 years ago, 9-Jan-08, to lugnet.robotics.nxt)
 
  Re: Hi-speed port communication
 
I posted a zip to the NXC samples page containing a pair of programs that show how to send a message from one NXT to another over a wire connected between port 4 on both NXTs. (URL) Hansen (16 years ago, 7-Jan-08, to lugnet.robotics.nxt)
 
  Re: Hi-speed port communication
 
(...) Hi all, the physical connection of NXTs via RS485 is just the first half of the solution... Remeber, at 2-wire RS485 you can have one master only and up to 31 slaves. To address each slave, you need to implement a special protocol which (...) (16 years ago, 5-Jan-08, to lugnet.robotics.nxt)
 
  Re: Hi-speed port communication
 
Hi Ross, (...) it should be possible to use RS-485 as a bus, i.e. connect several NXTs with one cable. You need to make the cable yourself, though, and you may need some termination on the ends. Jürgen (16 years ago, 4-Jan-08, to lugnet.robotics.nxt)
 
  Re: Hi-speed port communication
 
(...) Thanks John. I agree that from the electrical point of view, just connecting one port 4 to another port 4 should just work with no hardware other than the cable (for short lengths, like the cables that come with the NXT). For longer cables, a (...) (16 years ago, 5-Jan-08, to lugnet.robotics.nxt)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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