Society of Robots - Robot Forum

Software => Software => Topic started by: Trumpkin on April 30, 2009, 08:56:44 AM

Title: Get sensor info from NXT
Post by: Trumpkin on April 30, 2009, 08:56:44 AM
I want to be able to use the LEGO NXT to send sensor data to my computer with a usb connection (no blue tooth). Just about any programming language is OK. I've googled but couldn't find anything.
Title: Re: Get sensor info from NXT
Post by: SmAsH on April 30, 2009, 03:38:04 PM
does it have uart on it? or a usb connection?
Title: Re: Get sensor info from NXT
Post by: Razor Concepts on April 30, 2009, 04:30:41 PM
That's what hes trying to figure out, what kind of communication it uses.
Title: Re: Get sensor info from NXT
Post by: Trumpkin on May 06, 2009, 09:34:29 AM
Well, after some more searching I found a nice library for Perl http://search.cpan.org/~collins/LEGO-NXT-2.00-1/ (http://search.cpan.org/~collins/LEGO-NXT-2.00-1/) that let's me do just what I want. Got it up and running without a hitch.