Tagged Questions

This tag is used to ask questions about the programmable aspects of the LEGO Mindstorms product line. More specific tags about the version of the programmable controls and software should also be used. These tags would be RCX or NXT.

learn more… | top users | synonyms

25
votes
7answers
4k views

Lego Mindstorms Programming - which language/IDE do you use/recommend?

I'm new to it and currently using the visual flow-chart like language that the Lego Mindstorms IDE uses. I'm impressed with how readable the diagramming language is but missing the flexiblity of ...
18
votes
9answers
4k views

Is Lego MindStorms a good choice for basic robotics development?

I would like to learn how to write software for controlling robots. Is Lego MindStorms a good choice for this? Are there better alternatives? I'd prefer MindStorms, but after reading a couple of ...
13
votes
2answers
697 views

Python Mindstorms RCX

I've got 30 unopened Lego Mindstorms kits that I'd love to use in my intro programming class to do some simple robotics stuff at the end of the year. We're using Python in the class, so I'd prefer ...
13
votes
3answers
4k views

C# library for Lego Mindstorm NXT

Is there C# (.NET) library for Lego Mindstorm NXT, which is up-to-date? NXT.NET for LEGO Mindstorms last update 18.04.2008 http://nxtnet.codeplex.com/ MindSqualls last update 05.06.2007 ...
10
votes
4answers
393 views

Learning programming language concepts

As a student teacher I am very interested in how effective "mini languages" such as Scratch, Logo, Alice and Lego mindstorms are in teaching the pupil the core concepts of programming such as ...
6
votes
1answer
2k views

What is the difference between the Lego Mindstorms 1.0 and 2.0

I am thinking about buying a mindstorms kit (I don't currently own one but I have used 1.0 at university) and I am a bit unsure as to the benefits of 2.0 over 1.0. I have seen other posts on the ...
5
votes
2answers
186 views

Can I develop Lego Mindstorms in Scala?

Is there a Java SDK for Lego Mindstorms? Can I compile Scala code to JAR and run it in Lego Mindstorms?
4
votes
4answers
103 views

Compass: from 359 to 0 degrees

I am trying to move a robot using a compass. We use the compass to make the robot move in straight line, it uses 2 wheels and they move a bit different. So we set a value between 0 and 359 as ...
3
votes
1answer
3k views

Bluetooth-connection between Android and Lego Mindstorm NXT

Does anybody know, how to build a bluetooth connection between Android and LEGO-Mindstorm-NXT? The connection between two NXTs works fine. But the other Connection-type likes not so easy. I am working ...
3
votes
2answers
582 views

Multi threading using NXT

At my robotics club we are trying to get the multi-threading capability to work on LEGO Mindstorms NXT, but it seems that the threads are interfering with each other and causing the program to stop ...
2
votes
2answers
121 views

Mindstorm NXT Programming Loop Exit Conditions

I am developing a robot for an engineering class. For the purposes of the class I am required to use the NXT programming language. To move, the robot needs to follow a solid black line. If the ...
2
votes
4answers
310 views

Can I distribute a JDK with my application?

I am working on an application called Enchanting. The application, based on Scratch, emits Java source code and compiles it for uploading onto LEGO Mindstorms NXT Robots. While the application is ...
2
votes
2answers
431 views

How can you debug Lego Mindstorms programs?

Is there any way to add any sort of debugging to a Lego Mindstorms program, when using the NXT drag-and-drop environment? It would be nice to be able to monitor the status of the various sensors, but ...
1
vote
2answers
52 views

Java server code passes data to running java program

Is there a way I can pass data, from Java server code, to a Java program which is already running? I need to transfer data in real time, and I cannot integrate the two programs as they use a ...
1
vote
0answers
65 views

Lego mindstorms: Communication Via bluetooth

I'm using a nxt 2.0 and programming with leJos. I'm seekin a way to have two robots on a grid and have both broadcast their position to the other whenever they move, IE, if rob1 moves from (2,3) to ...
1
vote
3answers
601 views

NXT mindstorm drawing robot

I am a high school student and am thinking of making a robot that draws using different colored markers. I would like some guidance as to where I should start with this program. What I want to do is ...
1
vote
1answer
271 views

Where can I find the source code of C++'s generic.h?

At present, I'm using a C-like language (NXC) to control a LEGO MINDSTORMS robot. That C-like language doesn't have support for generics (or, not being C++, classes. But I digress). However, I read in ...
0
votes
0answers
37 views

Lego Mindstorms programming - which book do you recommend for kids?

There's a ton of books on Lego Mindstorms programming out there - not least from the always-excellent No Starch Press. Which book would you recommend for direct use by, or for teaching, children - ...
0
votes
0answers
66 views

lejos noclassdeffounderror lejos/pc/comm/NXTComm

First I created a Java App to test my code to contact the NXT Brick using Bluetooth. Once this worked I created a Webservice instead which should connect to the NXT Brick through Bluetooth. This is ...
0
votes
0answers
63 views

Error creating service xinputgamepad when using XBOX Controller to connect Lego NXT to MRDS

I'm trying to implement the simple Robotics example connecting my Lego NXT to MRDS using an xbox controller (Microsoft Robotics Studio and Lego Mindstorms NXT) Everything compiles fine but when I go ...
0
votes
1answer
182 views

Lejos on OSX 10.7 (Lion)

I have Lion OSX installed on my Mac and I want to use my mac to develop on Lejos. I searched a lot for a decent install guide but I couldn't find one. So, I tried other tutorials online but it won't ...
0
votes
1answer
77 views

Lego Mindstorms NXT - where to find byte codes for bluetooth polling?

Could not find any any describtion about the bytecodes, which a mindstorms robot would receive, if it would be polled as a bluetooth slave device. Do someone know, where to get them?
0
votes
2answers
72 views

Simultaneously bluetooth remote (android) and run program

I'm a student on a hogeschool in the Netherlands. We're working with the LEGO Mindstorms NXT for a project. However, I'm using my phone (minddroid and other applications) to drive the NXT, but I ...
0
votes
0answers
56 views

nxt mindstorm robot that measures a distance [closed]

I have an nxt mindstorms robot and I want to make a robot that measures the distance. I do not know how to make such robot and I'd be very happy if anybody could provide me with any tips or even ...
0
votes
3answers
6k views

Lego Mindstorm NXT 2.0: “Error: NXT Bluetooth passkey confirmation failed”

Running Windows 7 and the Lego Mindstorms NXT 2.0 IDE. The Windows bluetooth manager shows the NXT is connected and the NXT shows up in the Windows list of bluetooth devices. When I try to connect ...