Latest threads in ⚃ Lego Mindstorms Discussionsshow only best voted threads

Subject Author Posted Replies
 
linking 2 NXTs for shared tasks
Hi folks, I;ve been playing with the NXT, nad I've got a couple fo situations where I'd like to have additional inputs. I was wondering if anyone has found any decent way to link 2 of them so that one...
 
i need a mindstorm rcx 2 cd, anyone got an iso please?
please? --------------= Posted using GrabIt =---------------- ------= Binary Usenet downloading made easy =--------- -= Get GrabIt for free from =- Shemes.com :: Home
1
1
 
simple lejos question
Hey this is my first time using rcx or lejos, ive figured out how to upload things to the rcx brick. My question is, every time i send something to the rcx does it delete everything on it, or can I...
 
Make a remote control car
Hi, I am a newbie, and found something interesting by using Bluetooth direct command to control the NXT. A program Anders made in really inspired me. So I wrote a motor tester in python first. Finally...
 
custom pieces
Before I start hacking on my LEGO pieces to make custom ones, does anyone know if LEGO makes an axle & a pin that are one width or slightly less. I I am using to hold together two Technic half width...
1
1
 
NXT: wires and sensors
In the NXT graphical programming environment, a source block (such as a motor rotation sensor) and a sink block (such as a variable write) connected by a wire can be in very different places in the...
 
RobotC Help - 2
Hello ! I've got the same problem described in the topic "RobotC Help" and i've understood that the problem is in what the 'sensorvalue' function returns: for the Touch Sensor: 1023 or 183 if touched,...
 
RobotC Help
Hi, I am using robotc, I made a program and could somebody tell me why it is not working? const tSensors touchSensor = (tSensors) S1; const tSensors soundSensor = (tSensors) S3; const tSensors...
 
Rechargable?
My son uses rechargable battery in his mindstorm 2. It works fine.
2
2
 
Mindstorm NXT ultrasonic sensor
I downloaded the NXT hardware developer kit that was released by Lego today ( I'm trying to make this sensor work using NBC. I have the basic functionality working, but am confused by one area of the...
 
RIS 1.5 -> 2.0 upgrade kit or 2.0 CD
I recently found my old RIS 1.5 Mindstorms set and tried to install on a windows XP, but it does not work. Through searches i found out that either the RIS 1.5 to 2.0 upgrade set is required or simply...
 
Programming languages for NXT?
I have experience with (using Visual Studio .NET). Can i use with the NXT? And more specifically, can i use with Visual Studio .NET?... or must i use the software that comes with the NXT? Thanks for...
 
Lego Mindstorm NXT documentation
Are there more detailed specifications on the Mindstorm NXT? In working with NeXT Byte Codes, I would like to better understand the interface to the various components. Any links would be appreciated....
2
2
 
Programming for the NXT
I recently bought the Lego NXT. While I was impressed with the ease of use of the graphical software that comes with it, I found it too difficult to write complex software. So I quickly worked my way...
2
2
 
Rotational to linear motion
Does anybody have a good reference to sample builds that can teach me more about how I can convert rotational movements to linear movements (using standard Lego Mindstorm parts)? Perferably ones with...