Tagged Questions
The lego tag has no wiki summary.
27
votes
4answers
668 views
Challenge: Take a 48x48 image, find contiguous areas that result in the cheapest Lego solution to create that image!
Background
Lego produces the X-Large Gray Baseplate, which is a large building plate that is 48 studs wide and 48 studs tall, resulting in a total area of 2304 studs. Being a Lego fanatic, I've ...
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
2answers
698 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
...
13
votes
4answers
2k views
Is there any Ruby or Python interpreter for Lego Mindstorm?
I want to start coding in Python or Ruby. Since I own a Lego Midstorms kit I thought it would be nice to program against it. Are there any good translators / interpeters for the Mindstorms brick?
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
851 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, ...
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
918 views
Lego Mindstorm NXT, Cocoa, and HiTechnic Sensors
I've taken the existing code from this project, and very happy with it so far.
I'm now however in a position where I need to make use of some third-party sensors which I've purchased from hitechnic, ...
2
votes
2answers
171 views
I want to write an OS for the Lego NXT 2.0. Where to start?
I want to write an OS for the Lego NXT 2.0, but I can not find information about the architecture of this system. Does anyone have any examples? Or any other useful information on the topic?
2
votes
2answers
433 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
64 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
2answers
167 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
73 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
8answers
611 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
1answer
25 views
Lejos - Cannot find Symbol Tachopilot
Currently attempting to get some code to compile using Lejos for the Lego NXT brick. The command I run is nxjc Nxt_code.java and I get a Cannot find symbol error. TachoPilot has been imported. Here is ...
0
votes
0answers
38 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
4answers
73 views
Why do static classes crash my robot?
I have made the static class below so any class may access any of my lejos robot's sensor methods without me having to make an instance for each class.
However whenever I call a method such as ...
0
votes
1answer
78 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
74 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
1answer
189 views
How to create image mosaic like Lego app?
I'm trying to play around with turning an image into mosaic bricks like the Lego Photo app.
How is it done, and where can I find more info?
0
votes
1answer
109 views
Work with the output of a Blender Game Engine camera in Python
I'm simulating a lego nxt robot in Blender game engine. One of the steps is to simulate the sensors the lego nxt have. I managed to simulate colission and distance but i also need a color sensor.
...
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 ...