esphome-ble-controller
esphome-ble-controller copied to clipboard
Only one client can be connected at one time.
I can't connect two devices to one ble_controller at the same time is this a limitation or a bug?
I have one esp32 that is the ble_controller and two other connecting to it. I Just wanted to ask if it is limitation as the "normal" ble_server supports 3 connections?
That is an interesting question. I googled a little bit and found this discussion. It seems technically possible. But the lower-level APIs, which my component is based on, do not support it AFAIK. So, I will consider it rather a limitation than a bug.
How much changing does the library need to work with multiple devices
I do not know. In the other thread the guy says, he got it to work, but he also got some errors afterwards. So I am not sure if he really has a solution. ;-)
Oh, and what do you mean by „normal“ ble_server?
The one from esphome directly
Oh, that‘s interesting. Let’s reopen then.
You could use that directly instead of a 3rd party one if it allows for the full featureset
Have you found a way on how to use the ble_server because i would really like to have a ble network in my home so it even works with no wifi
Have you found a way to connect more than one device ?
Sorry, currently I’m away from my computer. Maybe I can check next month.
Have you tested if it would be possible?
Hey no problem if you don't want to implement it yourself. Have you researched it already? Would you accept a PR?