jingli ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 лет назад
..
main e596c84d49 build system: re-add -Wno-format as private flag for some example components 3 лет назад
CMakeLists.txt facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 лет назад
README.md c0568611dd docs: changes docs supported targets tables 3 лет назад
ble_compatibility_test_case.md cba69dd088 Bluetooth examples restructuring 6 лет назад
esp_ble_compatibility_test_report.md cba69dd088 Bluetooth examples restructuring 6 лет назад
sdkconfig.defaults cba69dd088 Bluetooth examples restructuring 6 лет назад
sdkconfig.defaults.esp32 ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 лет назад
sdkconfig.defaults.esp32c2 6d86cde293 sdkconfig default for the esp32c2 3 лет назад
sdkconfig.defaults.esp32c3 a690a87829 spi_flash: Remove legacy spi_flash drivers 3 лет назад
sdkconfig.defaults.esp32h2 6d86cde293 sdkconfig default for the esp32c2 3 лет назад
sdkconfig.defaults.esp32s3 a690a87829 spi_flash: Remove legacy spi_flash drivers 3 лет назад

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-H2 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-H2/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.