Game apps for smartphones and tablets |
|
Research project PHBern |
Before the first use, both devices have to be paired. |
![]() |
|
![]() |
After selecting the NXT, you will be asked to enter a code Code. Enter 1234. |
|
GGConsole.init() | Initializes a console window on the smartphone |
new TurtleRobot(c.getActivity()) | |
if (robot.connect() != NxtRobot.ConnectState.CONNECTED) return; |
If the Bluetooth connection cannot be set up, the following lines are not executed |
robot.exit() | The Bluetooth connection to the NXT is closed |