I\'m a student on a hogeschool in the Netherlands. We\'re working with the LEGO Mindstorms NXT for a project.
I have a simple working example using Python/NXT/libusb as follows (note: using Lego\'s NXT which has a USB interface):
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.
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 am trying to move a robot using a compass. We use the compass to make the robot move in straight lin开发者_JS百科e, it uses 2 wheels and they move a bit different.
Does anybody know, how to build a b开发者_如何学Goluetooth connection between Android and LEGO-Mindstorm-NXT?
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.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
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 subj
Is there any way to add any sort of debugging to a Lego Mindstorms program, when using the NXT drag-and-drop environment?