HC-05 module simultaneous connections

Hello everyone,
i have a simple question regarding HC-05 and bluetooth modules in general, do they support multiple connections ?
i have a led strip that i command with an android phone through HC-05, and i would like to know if i can control the strip with a second phone.
simple use case :
with the first phone, i want to launch a blue light that runs all the strip, and white the blue light is running, i want to launch a second color with a second phone.
is that possible ?
for information: i use the millis() function to light the leds one after the other.

No.

None of the modules I know support multiple connections. It would be very complex to handle multiple connections as the serially connected device must be informed for every byte transferred which connection it was originating from.

I'm not sure if the Bluetooth standard supports that a slave device can be connected to multiple masters.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.