Page 1 of 1

Converting Bluetooth C3 Project to run on a S3 board

Posted: Sun Apr 10, 2022 5:25 pm
by Ken_1234
I am trying to convert the ble compatibility test(ble_compatibility_test) found here, https://github.com/espressif/esp-idf/tr ... ility_test, to run on my ESP32-S3-DevKitC-1,https://docs.espressif.com/projects/esp ... itc-1.html. What is the best process to do this? I am using visual studio code environment.

I am able to get the basic hello world tests and other basic tests running, but most of the basic Blue Tooth examples in Visual Code and most of the Arduino tests seem to be targeted at the C3 boards.

Thank you in advance for any help.

Ken

Re: Converting Bluetooth C3 Project to run on a S3 board

Posted: Mon Apr 11, 2022 10:12 am
by chegewara
With compatibility test you should do nothing. This example is having config file for S3 and shall work out of the box when you set-target to esp32s3:
https://github.com/espressif/esp-idf/bl ... ts.esp32s3

Re: Converting Bluetooth C3 Project to run on a S3 board

Posted: Thu Sep 08, 2022 6:37 am
by farbodpmz
Could you run bluetooth on esp32s3? I am trying to advertise but I can not find it on other phones.
help me plz.