Android application that allows simple control to a NXT via bluetooth.
Android-NXT-Remote is hosted in the following web site
https://github.com/madsleejensen/Android-NXT-Remote
If you think the Android project Android-NXT-Remote listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-NXT-Remote.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 3 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.INTERNET |
Android-NXT-Remote has the following Java source files.
net.contentcube.robot.ControlActivity.java net.contentcube.robot.DeviceListAdapter.java net.contentcube.robot.MainActivity.java net.contentcube.robot.NXTApplication.java net.contentcube.robot.ServiceActivity.java net.contentcube.robot.helpers.StringHelper.java net.contentcube.robot.nxt.NXTCommand.java net.contentcube.robot.nxt.NXTController .java net.contentcube.robot.nxt.commands.Factory.java net.contentcube.robot.nxt.commands.MovementCommand.java net.contentcube.robot.nxt.commands.PingCommand.java net.contentcube.robot.webcontrol.CommandsWebRequester.java net.contentcube.robot.webcontrol.WebControllerService.java