2023-03-06 23:21:29 -05:00
|
|
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-H4 | ESP32-S3 |
|
|
|
|
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
|
2020-04-09 04:40:57 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
# ESP-IDF BLE Compatibility Test Example
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
This example is to test the Bluetooth compatibility and mobile phones.
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
## How to Use Example
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
Before project configuration and build, be sure to set the correct chip target using:
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
```bash
|
|
|
|
idf.py set-target <chip_name>
|
|
|
|
```
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
### Test Scenario
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
* ESP32 Module: ESP32-WROOM-32x
|
|
|
|
* IDF version: 7c29a39d6f9f2dfbefc49d34d34e9267afc7200d
|
|
|
|
* [Test case](https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/ble/ble_compatibility_test/ble_compatibility_test_case.md)
|
|
|
|
* Test APK: LightBlue V1.1.3
|
2019-08-02 06:01:58 -04:00
|
|
|
* [Test report](https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/ble/ble_compatibility_test/esp_ble_compatibility_test_report.md)
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
### Hardware Required
|
|
|
|
|
2022-10-19 03:57:24 -04:00
|
|
|
* A development board with ESP32/ESP32-C3/ESP32-C2/ESP32-H4/ESP32-S3 SoC (e.g., ESP32-DevKitC, ESP-WROVER-KIT, etc.)
|
2021-10-21 13:28:36 -04:00
|
|
|
* A USB cable for Power supply and programming
|
|
|
|
|
|
|
|
See [Development Boards](https://www.espressif.com/en/products/devkits) for more information about it.
|
|
|
|
|
|
|
|
### Build and Flash
|
|
|
|
|
|
|
|
Run `idf.py -p PORT flash monitor` to build, flash and monitor the project.
|
|
|
|
|
|
|
|
(To exit the serial monitor, type ``Ctrl-]``.)
|
|
|
|
|
|
|
|
See the [Getting Started Guide](https://idf.espressif.com/) for full steps to configure and use ESP-IDF to build projects.
|
|
|
|
|
|
|
|
## Troubleshooting
|
2019-04-26 05:24:34 -04:00
|
|
|
|
2021-10-21 13:28:36 -04:00
|
|
|
For any technical queries, please open an [issue](https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you soon.
|