Questions tagged [nxt]

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.

NXT is the previous version of the LEGO Mindstorms robotics kit. NXT includes the microcontroller and the software to program it.

The NXT software was developed for LEGO by National Instruments (makers of LabView) and is a graphical, drag-and-drop programming environment.

NXT environment allows interaction with a wide range of sensors available for the controller as well as interacting with up to 3 motors per controller.

139 questions
-1
votes
1 answer

Return Functions Don't work. Using pythagorean Theorem

#pragma config(Motor, port1, RightsideB, tmotorVex393_HBridge, openLoop) #pragma config(Motor, port2, RightsideF, tmotorVex393_MC29, openLoop) #pragma config(Motor, port9, LefttsideF, tmotorVex393_MC29,…
Matthew
  • 157
  • 1
  • 9
-1
votes
1 answer

NXT bluetooth pairing always failed

Over 10 hours spend on this and really drive me crazy, any help is appreciate! Tried with Android phone first: Samsung NOTE2, Samsung Grand2, Samsung Glaxy S2 with android 2.2, android 4.2, androind 4.4 both with Original official NXT firmware, and…
Shawn
  • 702
  • 1
  • 9
  • 36
-2
votes
1 answer

Finding certain positions in a room with LEGO NXT?

I have LEGO NXT and a square room of 100x100cm. I would like to use the center of the of the room always as my starting point(the black box). The green box is going to be my park area. Circles can be the random placed obstacles on my way. Red is the…
Anarkie
  • 657
  • 3
  • 19
  • 46
-9
votes
1 answer

Do action until specific time in C#

I'm trying to develop a Windows Phone application that runs a motor. I want to execute the MoveCar method only for 1 second and then Stop. I have this code that works correctly to move the C motor: CarControl _cc; private void UP_Motor_C(object…
Farik_23
  • 35
  • 4
1 2 3
9
10