Remote Controller Instructions
Remote Controller Structure
Remote Controller Bluetooth Connection
Connecting a Bluetooth gamepad using the bluetoothctl command-line tool can be divided into several steps. Here is a detailed tutorial:
-
Ensure the Bluetooth adapter is enabled
First, ensure that your Bluetooth adapter is enabled. You can use the following command to check the Bluetooth status:
If the Bluetooth service is not running, you can start it using the following command:
-
Enter bluetoothctl interactive mode Open a terminal and enter the following command to enter the bluetoothctl interactive mode:
-
Turn on the Bluetooth controller In the bluetoothctl interactive mode, enter the following command to turn on the Bluetooth controller:
-
Start scanning Enter the following command to start scanning for Bluetooth devices:
At this point, bluetoothctl will start scanning for nearby Bluetooth devices and display their MAC addresses and names. Note down the MAC address of the gamepad you want to connect. -
Stop scanning After finding the MAC address of the gamepad, enter the following command to stop scanning:
-
Pair the gamepad Enter the following command to pair the gamepad (replace 98:B6:E8:4C:24:EC with the MAC address of the gamepad):
-
Trust the gamepad To ensure that the gamepad is automatically paired on the next connection, enter the following command to trust the gamepad:
-
Connect the gamepad Enter the following command to connect the gamepad:
-
Exit bluetoothctl After completing the above steps, enter the following command to exit the bluetoothctl interactive mode:
-
Verify the connection You can use the following command to verify whether the gamepad has been successfully connected:
This will display detailed information about the gamepad, including the connection status.
Complete Example
Here is a complete example process: