esp-idf/examples/bluetooth/bluedroid/ble/ble_compatibility_test
zhiweijian ebc9c92ed6 Remove `-Wno-format` compile option for bluedroid BLE examples 2022-12-09 12:29:41 +08:00
..
main Remove `-Wno-format` compile option for bluedroid BLE examples 2022-12-09 12:29:41 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
README.md esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
ble_compatibility_test_case.md
esp_ble_compatibility_test_report.md
sdkconfig.defaults Update_sdkdefaultconfig_BLE_only_flag ESP32C2 2022-08-09 16:28:01 +00:00
sdkconfig.defaults.esp32c2 Update_sdkdefaultconfig_BLE_only_flag ESP32C2 2022-08-09 16:28:01 +00:00
sdkconfig.defaults.esp32c3 Update_sdkdefaultconfig_BLE_only_flag ESP32C2 2022-08-09 16:28:01 +00:00
sdkconfig.defaults.esp32h4 esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
sdkconfig.defaults.esp32s3 Update_sdkdefaultconfig_BLE_only_flag ESP32C2 2022-08-09 16:28:01 +00:00

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-H4 ESP32-S3

ESP-IDF BLE Compatibility Test Example

This example is to test the Bluetooth compatibility and mobile phones.

How to Use Example

Before project configuration and build, be sure to set the correct chip target using:

idf.py set-target <chip_name>

Test Scenario

Hardware Required

  • A development board with ESP32/ESP32-C3/ESP32-C2/ESP32-H4/ESP32-S3 SoC (e.g., ESP32-DevKitC, ESP-WROVER-KIT, etc.)
  • A USB cable for Power supply and programming

See Development Boards 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 for full steps to configure and use ESP-IDF to build projects.

Troubleshooting

For any technical queries, please open an issue on GitHub. We will get back to you soon.