Connecting multiples bluetooth together

Hello,

I'm working with an arduino nano 33 BLE Sense and the arduinoBLE library.

I already connected this arduino (arduino1) to a smartphone and the arduino send data.

But now I would like to add another arduino (arduino2),also connected via bluetooth to the 1st arduino.

So the arduino1 would send data to the phone and to the arduino2 at the same time.

Is it possible ? And if it's possible,how can I do it ?

maybe this thread can help you....:

I believe your main problems are with the phone.

It needs to be configured either as
a. A slave with one of the Arduinos a master. OR
b. A master that can talk to two slaves, thereby allowing through traffic from the second Arduino. I raise b. only because it might be simpler than making the phone a slave.

Thanks,but how can I implement the b solution,do you have any documentation ?

No, I don't dare ask what sort of phone it is and note that I only said "might". I don't know anything about the Nano 33 but, on reflection, your best solution may be to simply add another Bluetooth module to the first Arduino.

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