Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8379821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:17:37+00:00 2026-06-09T16:17:37+00:00

Can you control a Lego Mindstorm NXT 2.0 robot over bluetooth from a computer?

  • 0

Can you control a Lego Mindstorm NXT 2.0 robot over bluetooth from a computer? For example using the arrow keys on the keyboard to make the robot move wirelessly (over bluetooth or something else)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T16:17:39+00:00Added an answer on June 9, 2026 at 4:17 pm

    Yes absolutely. I like to use Microsoft Robotics Studio and with a simple program you could easily use just about anything you can get input from to control the robot. Here is a snippet of a program that uses an XBox controller.

     private void GamePadAxisUpdated(UpdateAxes update)
            {
                LogInfo("Right x: " + (update.Body.Rx*.001).ToString(CultureInfo.InvariantCulture));
                LogInfo("Right y: " + (update.Body.Ry * .001).ToString(CultureInfo.InvariantCulture));
                LogInfo("Right z: " + (update.Body.Rz * .001).ToString(CultureInfo.InvariantCulture));
                LogInfo(" Left x: " + (update.Body.X * .001).ToString(CultureInfo.InvariantCulture));
                LogInfo(" Left y: " + (update.Body.Y*.001).ToString(CultureInfo.InvariantCulture));
                LogInfo(" Left z: " + (update.Body.Z * .001).ToString(CultureInfo.InvariantCulture));
    
    
                var req = new SetDriveRequest {LeftPower = (update.Body.Rx*.0005), RightPower = (update.Body.Y*-.0005)};
    
                drivePort.DriveDistance(req);
            }
    

    You can easily imagine that we are using a keyboard or mouse or whatever. That fact is it’s simple though.

    see the whole thing here https://github.com/r0k3t/NxtMSRDS_XboxController

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Background (can skip to question below...) Currently working with a lego Mindstorm robot and
I know that by using AT commands we can control the handset.As example unlocking
At present, I'm using a C-like language (NXC) to control a LEGO MINDSTORMS robot.
Background I'm writing an web application so I can control an Ubuntu Server from
How can i control all my forms from main () Form1 frm1 = new
I am try to Develop a application that can control a PC using SMS
Can anyone tell me how I can control the output from an SQL stored
I'm trying to write a script that can control different windows from different programs
I am making an application to control the mouse using an analog stick from
I'm trying to control the keystroke from kinect. For example, when my right hand

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.