multiple bluetooth connection & esp32 bluetooth 5.0
Posted: Thu Dec 24, 2020 5:42 am
<esp32 bluetooth 5.0 & multiple bluetooth connection>
Hello.
I am currently using the esp-wrover-E product.
And I tried using release version 4.2 and Master version of esp-idf released on github.
What I want to do with the esp32 is a 1:10 bluetooth connection.
In the esp-idf I used, the configuration file has a maximum of 7 BTDM_CTRL_BR_EDR_MAX_ACL_CONN options, and I know this is because I am using the bluetooth 4.x version.
Here's what I'm curious about.
Q1. I know that you can connect up to 1:10 if you use bluetooth 5.x version. Is this correct?
Q2. I know that esp32 has recently been certified for bluetooth 5.x version https://www.espressif.com/en/news/BLE_5.0_Certification
Is there any source code released on esp-idf github?
Q3. If there is the source code applied to esp-idf, is it NimBLE Host? Is it Bluedroid Host?
Q4. If there is source code, can I use esp32-wrover-E, which I am currently using?
Q5. Other than that, can I connect Bluetooth 1:10 using esp32-wrover-E and esp-idf? If so, what is the way?
(If there is a way, please also tell us the Bluetooth stack information.)
(1 Master 10 slave)
Thank you.
Hello.
I am currently using the esp-wrover-E product.
And I tried using release version 4.2 and Master version of esp-idf released on github.
What I want to do with the esp32 is a 1:10 bluetooth connection.
In the esp-idf I used, the configuration file has a maximum of 7 BTDM_CTRL_BR_EDR_MAX_ACL_CONN options, and I know this is because I am using the bluetooth 4.x version.
Here's what I'm curious about.
Q1. I know that you can connect up to 1:10 if you use bluetooth 5.x version. Is this correct?
Q2. I know that esp32 has recently been certified for bluetooth 5.x version https://www.espressif.com/en/news/BLE_5.0_Certification
Is there any source code released on esp-idf github?
Q3. If there is the source code applied to esp-idf, is it NimBLE Host? Is it Bluedroid Host?
Q4. If there is source code, can I use esp32-wrover-E, which I am currently using?
Q5. Other than that, can I connect Bluetooth 1:10 using esp32-wrover-E and esp-idf? If so, what is the way?
(If there is a way, please also tell us the Bluetooth stack information.)
(1 Master 10 slave)
Thank you.