
Building a self-balancing NXTway robot is not so hard, as shown in this tutorial. The completed NXTway robot will be able to move forward and turn (to avoid objects).
For this tutorial, you will need:
- HiTechnic gyro sensor
- RobotC installed on your computer (you can download it here).
Step one:
Build the robotic platform. You may use your own idea or use the instructions provided below.
Here are some tips if you decide to build one yourself:
- Wheel size is important. I first tried wheels that were too big and the robot just flopped on its face. Why? The program I used was design for wheels of a specific size, hence wheels that are too small would also not work.
- Wheel spacing must be also considered if you want your robot to turn. If the wheels are further apart, then the robot needs more rotations to turn; if the wheels are closer together, then the robot needs fewer rotations to turn.
- Orientation of the gyro sensor is also important; if it is incorrect, the robot will fail to balance. For the correct orientation, see in the pictures below.
Here are the instructions for the simple NXTway I made:
For this tutorial, you will need:
- HiTechnic gyro sensor
- RobotC installed on your computer (you can download it here).
Step one:
Build the robotic platform. You may use your own idea or use the instructions provided below.
Here are some tips if you decide to build one yourself:
- Wheel size is important. I first tried wheels that were too big and the robot just flopped on its face. Why? The program I used was design for wheels of a specific size, hence wheels that are too small would also not work.
- Wheel spacing must be also considered if you want your robot to turn. If the wheels are further apart, then the robot needs more rotations to turn; if the wheels are closer together, then the robot needs fewer rotations to turn.
- Orientation of the gyro sensor is also important; if it is incorrect, the robot will fail to balance. For the correct orientation, see in the pictures below.
Here are the instructions for the simple NXTway I made:
(click on picture for a larger view)

Step 2:
You will need to program your NXTway. We will use a motion control algorithm that was created by Ramin, which works quite well -- much appreciation to you, Ramin, for making it available. Copy Ramin's program from here and paste it into the RobotC programming environment. Compile and download the program to NXT.
Step 3:
To operate your NXTway, you can follow these steps:
(1) Hold the robot upright on a flat surface
(2) While holding the robot upright, run the program. The program will wait a few seconds then "beep".
(3) Once the robot "beeps", let go, and it will start to balance on its own.
That’s it!!
Happy building,
Kirk