| NXT-TEST(1) | NXT-Python | NXT-TEST(1) |
nxt-test - Test the NXT-Python setup
nxt-test [–backend NAME] [–config NAME] [–config-filename PATH] [–name NAME] [–host ADDRESS] [–server-host HOST] [–server-port PORT] [–filename FILENAME] [–no-sound] [–log-level LEVEL]
nxt-test tests connection with a NXT brick. It allows one to debug the NXT-Python setup.
The NXT brick can be connected using USB, Bluetooth or over the network.
Those options are common to programs using NXT-Python.
See nxt-python.conf(5) documentation for better explanation of the options to find the NXT brick.
Running for a NXT brick connected using USB:
$ nxt-test Finding brick... NXT brick name: NXT Host address: 00:16:53:01:02:03 Bluetooth signal strengths: (0, 0, 0, 0) Free user flash: 48480 Protocol version 1.124 Firmware version 1.29 Battery level 8433 mV Play test sound...done
To report problems, please enable debug logs:
$ nxt-test --log-level DEBUG
When debugging Bluetooth connection problems, try to give the address explicitly:
$ nxt-test --log-level DEBUG --host 00:16:53:01:02:03
The address can be found in the “Settings” menu, under “NXT Version” screen, it is the last line labeled “ID”. Add the colon to separate each pair of digits.
NXT-Python documentation <https://ni.srht.site/nxt-python/latest/>
This program is part of NXT-Python which is currently maintained by Nicolas Schodet.
2021-2025, Nicolas Schodet
| January 12, 2025 | 3.5.1 |