-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to connect to more then 3 BLE clients #112
Comments
Which ESP32 model do you use? Did you try to re-order the different devices / ble_client connections just for testing? In the past there was a hard limit at 3 simultaneous connections: esphome/esphome@1a71cc3 Do you use ESP-IDF as platform? Could you share your YAML configuration? |
Hi, im using the ESP32doit devkit v1. this is my YAML config: substitutions: esphome: esp32: external_components:
wifi: ota: logger: api: esp32_ble_tracker: ble_client:
jbd_bms_ble:
binary_sensor:
sensor:
text_sensor:
switch:
|
Hi, i have a problem when i connect more then 3 clients at the same time.
when i manually disconnect one or more working clients the 4th client connects.
here are some logs:
btu_hcif_hdl_command_status,opcode:0x200d,status:0x09:
according to espidf 0x09 error means :" BLE Connection Limit Exceeded"
however i am sure esphome ESP32 can connect to at least 7 BLE devices at the same time...
maybe there is some limiter set in the BLE library?
kind regards
The text was updated successfully, but these errors were encountered: