2
votes
0answers
178 views

Program a full rotation of a NXT motor in X seconds

I'm interested in mimicking the functionality of the Arqball Spin, at $60 it isn't cheap so I'd like to make the most out of my Mindstorms parts. I'd like to use NXT-G to program a motor to rotate ...
5
votes
1answer
211 views

NXT brick output ports not working properly

My NXT brick will not let motors run. When I download a program the motor will move forward and backward and then stop - sort of a wiggle. Another motor will not work at all. This happens for all ...
4
votes
1answer
159 views

NXT motor power accuracy

When turning the motors, how precise is the speed parameter? I am programming in the NXC language (standard firmware) and wishing to know how many decimal points will be taken, if any, and whether the ...
1
vote
0answers
48 views

Can you use four movement bricks on one NXT? [duplicate]

Possible Duplicate: How can I use more than three motors with one NXT brick? I want to make a tank out but it needs 4 movement bricks but I only have one NXT. Here are the parts: It can ...
15
votes
4answers
3k views

How can I use more than three motors with one NXT brick?

I'm building Caterpillar Excavator with my NXT, and at the moment I'm trying to control 4 points of motion: 2 Caterpillar Tracks - These should be controlled independently to allow for cornering, ...