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)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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.
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