Tagged Questions
The NXT tag should be used when asking question about programming in the NXT 1.0 or 2.0 environment, or about programming the NXT 1.0/2.0 controller using other methods than the language/environment provided by LEGO.
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 ...
19
votes
3answers
16k views
Combine Gyroscope and Accelerometer Data
I am building a balancing robot using the Lego Mindstorm's NXT system. I am using two sensors from HiTechnic, the first being an Accelerometer and the second being a Gyroscope. I've successfully ...
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
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
...
9
votes
4answers
704 views
How do I design and implement a programming language?
This question is related to
This question on Aardvark
This question on here
The past couple of years I've been thinking about things I like and don't like about languages I use. I always wanted to ...
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 ...
6
votes
1answer
845 views
C++ OOP Library for Programming the Lego NXT
A while back, I got a LEGO Mindstorms NXT set for Christmas, and now I would like to program it in C++.
I have looked around, here and other places, and could not find a cross-platform, open source, ...
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
2answers
180 views
Explicitly set docstring of a method
I help to maintain a package for python called nxt-python. It uses metaclasses to define the methods of a control object. Here's the method that defines the available functions:
class _Meta(type):
...
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 ...
2
votes
1answer
357 views
CoreBluetooth Pairing To Lego NXT
I am trying to use Apple's CoreBluetooth framework to connect an iPhone or iPod Touch to a Lego NXT. However, it does not seem like there is any documentation from Apple about this framework at all. ...
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
1answer
53 views
What are my language choices for lego NXT?
It is unclear from wikipedia etc (without installing a bunch of crap and testing) which languages I can use to write programs which can be copied and run standalone on the NXT brick. What languages ...
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
1answer
62 views
Can I use Visual Studio 2010 to program Mindstorm NXT2 in C++
I'm considering to buy mindstorm NXT2 and I'd like to know if it is possible to develop c++ software for NXT2 using Visual Studio 2010 as IDE.
I guess it will be funny to improve my C++ skills (I ...
1
vote
0answers
203 views
Using Bluetooth on Mac OS X
I want to make an app that controls the NXT 2.0 over Bluetooth with my MacBook Pro/iMac.
However, I can't find a tutorial on how to use Bluetooth in Xcode for Mac OS X, only for the iPhone.
So, is ...
1
vote
1answer
70 views
libusb seems to fail under a class coding structure but works without one?
I have a simple working example using Python/NXT/libusb as follows (note: using Lego's NXT which has a USB interface):
import nxt.locator
from nxt.motor import *
def flip_cube(b):
m_arm = ...
1
vote
2answers
166 views
Is there an API Reference for GNAT GPL (LEGO MINDSTORMS NXT – Ravenscar Edition)
I am trying to code my NXT using GNAT GPL for LEGO MINDSTORMS NXT – Ravenscar Edition which uses the Ada language. Some examples are provided with the installation but is there an API reference ...
1
vote
1answer
72 views
BSD for the NXT
Is it possible for me to "port" the BSD operating system over to the Lego Mindstorms NXT? If yes, has any body done it yet? Are there any examples?
1
vote
3answers
208 views
Separate signed int into bytes in NXC
Is there any way to convert a signed integer into an array of bytes in NXC? I can't use explicit type casting or pointers either, due to language limitations.
I've tried:
for(unsigned long i = 1; i ...
1
vote
1answer
563 views
LabView NXT Programming - Error 1003
I'm using the NXT toolkit addon for LabView 2009 and I'm trying to download a program, targetted to the NXT onto the brick. When compiling, it fails with the error.
Error 1003: The VI is not ...
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
8answers
610 views
Is Occam-pi a good language to learn to program LEGO MINDSTORMS & Surveyor Corporation SRV-1?
Is Occam-pi a good language to learn to program LEGO MINDSTORMS & Surveyor Corporation SRV-1 robots for an programming newbie. Are there any opensource projects making use of the same -- to read ...
0
votes
0answers
17 views
Trouble with bluetooth connections between Android and NXT
I already know the NXT code is working what im having trouble with is the android application. What's happening is the app is forcing close, which also make things difficult to find out whats wrong. ...
0
votes
3answers
54 views
Why does this program work in LabView when targeted to computer but not to NXT?
I have a program written in Labview for my LEGO Mindstorms NXT 2.0. When the target is set to the computer, the program works just fine. However, when I set the target to the NXT, the program doesn't ...
0
votes
1answer
30 views
How to return array from function in NXC?
How to return array from function in NXC? I tried the following
string[] strsplit(string str)
{
string parts[2] = {"1", "2"};
return parts;
}
but I get Variable name expected. Why?
...
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
2answers
97 views
Converting Byte Array to String (NXC)
Is there a way to show a byte array on the NXTscreen (using NXC)?
I've tried like this:
unsigned char Data[];
string Result = ByteArrayToStr(Data[0]);
TextOut(0, 0, Result);
But it gives me a ...
0
votes
3answers
1k views
Android - Connecting Samsung Galaxy Ace VIA Bluetooth to NXT
Ok so I've added the permission to the manifest file and paired my devices but I am getting a crash right here: Set pairedDevices = btAdapter.getBondedDevices();
I attempt to connect via a button ...
0
votes
1answer
82 views
Problem with passing object as an argument to createProcess
I am trying to correct a program that makes to other programs with the createProces call.
The problem is when I pass an object of the Brick class as a parameter of the createProcess call.
I create ...
0
votes
1answer
962 views
Lejos RGB color sensor
Does anyone have a code example of using the NXT RGB Color Sensor in the Lejos programming language. I have tried several different uses of setType() and setMode() but to no avail.
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 ...
0
votes
1answer
138 views
How do I set up a Java-like language (LeJOS NXJ) in Visual Studio 2005 that uses an external compiler?
Recently, I installed the JDK and a java library called LeJOS NXJ, for controlling a LEGO Mindstorms robot. I'd like to be able to set up the language to run through visual studio, which offers J# ...
-1
votes
0answers
35 views
Android - sending data back to a service?
I have created a service for my bluetooth connection. This service reads the incoming DataInputStream and then sends the messages back to the UI. The Data received is sensor data from a robot I have ...