Page 1 of 1

Is it possible to maintain 3 different bluetooth connections?

Posted: Sun Feb 04, 2024 7:15 pm
by gruvineo
Hello! I have a keyboard that changes bluetooth devices, but it does so slowly, disconnecting from one device and connecting to another, which takes 3 seconds and sometimes doesn't even work.

I want to create a ESP32 firmware which receives my keyboard and mouse as bluetooth devices, and then also maintain 3 or even more connections to different devices, and I can multiplex between them instantly, as the connections would be always on. The switch would be with a button.

Is it possible in ESP32?

Re: Is it possible to maintain 3 different bluetooth connections?

Posted: Fri Apr 05, 2024 1:34 am
by jgustavoam
I have a keyboard that changes bluetooth devices, but it does so slowly, disconnecting from one device and connecting to another, which takes 3 seconds and sometimes doesn't even work.


The connecting and pairing process usually takes a few seconds, with any BLE device.

See this:
https://github.com/hbldh/bleak/blob/dev ... devices.py