Enter the following command to install the software needed for running the BLE Test Suite:
curl -fsSL https://ble-testsuite.netlify.app/install.sh | sh
Enter the following command to scan the Bluetooth network and display the MAC address of the Bluetooth devices in proximity:
bluetoothctl --timeout 30 scan on && bluetoothctl devices
Choose the BLE Device you will try to connect to,
take note of its MAC address of and set environment variable TARGET_BDADDR
accordingly.
For instance:
export TARGET_BDADDR=D0:12:43:DA:66:9F
Enter the following command to run the test suite:
curl -fsSL https://ble-testsuite.netlify.app/test.sh | sh