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 / 281 (-20)
  Arrays in NXT-G
 
I've made a new NXT-G block for using numeric arrays in NXT-G. Details and download are found here: (URL) Ziv NXTasy.org (18 years ago, 20-Dec-06, to lugnet.robotics.nxt)
 
  Not eXactly C beta release news
 
Today I am releasing a new beta of NBC and its highly popular high-level sister Not eXactly C (NXC). It is available via the NBC website ((URL) sure to also download the latest BricxCC test release for updated NXT support for both NBC and NXC ((URL) (...) (18 years ago, 20-Dec-06, to lugnet.robotics.nxt, lugnet.robotics)
 
  Re: NXT Firmware source code
 
(...) Not to put too fine a point on it, but the 100 cycle limit is only on the lock bits, I think. This is specified at the extreme limits of voltage and temperature. At normal room conditions, actual NXTs were reflashed (which cycles the lock (...) (18 years ago, 19-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT Firmware source code
 
"Steve Lane yahoo.co.uk>" <stevenrobertlane@<n...pamplease> wrote in message news:JABnK0.15z@lugnet.com... (...) Fortunately the most common failure mode is a reduction in the "longevity" of storage. Out of box, the Atmel ARM flash is specified to (...) (18 years ago, 18-Dec-06, to lugnet.robotics.nxt)
 
  Re: Has anyone figured out how to improve the NXT light sensor?
 
(...) Yes. I didn't end up using it because speed ended up being more critical than precision, but for narrow lines I may go back to it. I suspect I might be able to use it to follow lines drawn by a black marker. (...) No. Well, kind of. I used a (...) (18 years ago, 18-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT candid camera
 
(...) The second video is better, I think. Spike was always my favorite NXT robot. (18 years ago, 18-Dec-06, to lugnet.robotics.nxt, lugnet.mediawatch)
 
  Re: Has anyone figured out how to improve the NXT light sensor?
 
Hi Geoffrey, (...) Detecting 1x1 plates should not be hard if they pass close to fiber optic end to efficiently block light. (...) I believe it's caused by the blue background I used that somewhat fooled my camera white balance. That said there is a (...) (18 years ago, 18-Dec-06, to lugnet.robotics.nxt)
 
  Re: Has anyone figured out how to improve the NXT light sensor?
 
(...) Hi Brian, What kind of application needed this precision? Line follower? Did you need to shield the fiber to avoid stray coupling of light to the phototransistor? Philo (18 years ago, 18-Dec-06, to lugnet.robotics.nxt)
 
  NXT candid camera
 
LEGO has posted two short movies of NXT robots playing tricks to people in a toys store... (URL) Don't forget to click on the thumbnail below to watch the second video. Have fun! Philo (18 years ago, 18-Dec-06, to lugnet.announce, lugnet.robotics.nxt, lugnet.mediawatch)  
 
  Re: NXT Firmware source code
 
(...) Ralph - I'll send them to you. If you want, mail me the byte format and I'll see if I can run a conversion. I presume it's in the vertical byte format that the screen uses? I did a full 256 character set that includes upper case, lower case, (...) (18 years ago, 18-Dec-06, to lugnet.robotics.nxt)
 
  Re: Has anyone figured out how to improve the NXT light sensor?
 
(...) I've also used this the other way around, using a fiber optic cable to route light to the phototransistor itself. Do this with more than one light sensor, and you can have much better spatial resolution (the ends of two fiber optic cables can (...) (18 years ago, 18-Dec-06, to lugnet.robotics.nxt)
 
  Re: Has anyone figured out how to improve the NXT light sensor?
 
"Philippe Hurbain" <philohome@free.fr> wrote in message news:JAF8tF.16H@lugnet.com... (...) That's good to hear. (...) I'll have to download and check out your program. It looks great! I'll also have to see if I can get the sensor to detect 1x1 (...) (18 years ago, 18-Dec-06, to lugnet.robotics.nxt)
 
  Re: Has anyone figured out how to improve the NXT light sensor?
 
Hello Geoffrey, (...) First, don't worry about heat - such leds are really cool (thermically wise) devices! This one dissipates only about 20 mW... Your fiber optic cable idea is interesting... and it works well! I used the fiber optic cable (...) (18 years ago, 17-Dec-06, to lugnet.robotics.nxt)
 
  Feed Me! Feed Me! Feed Me!
 
What can I say? This hungry little fellow is a very picky eater. He is hungry. If you don’t feed him often, he demands food. But when you do feed him, he says that the food is disgusting and spits it out. If you are looking for a compact robot with (...) (18 years ago, 17-Dec-06, to lugnet.robotics.nxt, FTX)
 
  Has anyone figured out how to improve the NXT light sensor?
 
I'm looking for ways to build this sensor into a studless beam project of mine, and I was wondering, given it's large size and the comparative brightness of the LED used to light it, how can I use it to detect if an object is blocking a path? (...) (18 years ago, 16-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT Firmware source code
 
(...) About a year ago, I got involved in doing some hacking on the Sony PSP, and wrote a Windows utility that will rip any font at a chosen size as a bitmapped C array. If I can figure out which computer I left the sources on, I'll make it (...) (18 years ago, 16-Dec-06, to lugnet.robotics.nxt, FTX)
 
  Re: NXT Firmware source code
 
> This is very good news. Thanks for the update. I've been waiting for this for > a long time, particularly to have a look at the rather weak graphics > capabilities. I've had an expanded font (and a much smaller one) kicking around > for a while (...) (18 years ago, 16-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT Firmware source code
 
(...) Now that's a cool idea. I've been messing around with remote-controlling the NXT via Bluetooth from a PC application, and it seems pretty solid. You'd definitely have some timing issues running a remote emulation like you describe, but this (...) (18 years ago, 15-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT Firmware source code
 
(...) My understanding is that the source is version 1.04. John Hansen (18 years ago, 15-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT Firmware source code
 
(...) If this limitation had applied to the rcx, I'd have suggested this. Because you can control the outputs and read the inputs direct from a pc you could run an emulation of the rcx firmware running your program on the pc. The rcx would then (...) (18 years ago, 15-Dec-06, 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