Questions about programming the various LEGO programmable bricks, including Mindstorms (NXT and RCX), Wedo and Scout, in either the provided languages and editors, or more advanced languages.

learn more… | top users | synonyms

5
votes
0answers
131 views

PosRegEnable - How to change motor parameters?

I want to set PID parameters for a faster 'attack' when using PosRegEnablePID() on a motor. I am compiling with nbc/nxc 1.2.1 r4 mac osx fatbinary using -Z2 and -EF flags. But the compiler says: # ...
3
votes
0answers
90 views

Ultrasonic problems with the red and blue balls?

I'm still new to the nxt thing, I try to make the robot locate the ball using the ultrasonic, while there I should be in a square area marked by white color. How can I make the robot locate the ...
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 ...