I'm working on a project; that needs to send data from the two Arduinos using two Bluetooth Module (One using HC-06 and the other using HC-05) to Raspberry PI 3 B; so that the RPi 3 need to connect to two Bluetooths at once, Thank you.
-
what have you tried? ... what problem are you facing?jsotola– jsotola2022年06月04日 17:49:58 +00:00Commented Jun 4, 2022 at 17:49
-
i can connect only one module on the default chanel, when i tried to do the same for the other Bluetooth module it gives me that is not possible to connect it and give me "Can't connect RFCOMM socket: Connection refused" as response !RUSH MANIA– RUSH MANIA2022年06月05日 00:58:43 +00:00Commented Jun 5, 2022 at 0:58
-
1you need to add a bluetooth USB dongle to your Raspberry Pi for connecting to a second bluetooth devicejsotola– jsotola2022年06月05日 01:22:19 +00:00Commented Jun 5, 2022 at 1:22
1 Answer 1
This program (btferret) and library will connect to multiple Bluetooth devices simultaneously https://github.com/petzval/btferret. Section 3.3 in the documentation covers HC-05 connections.
answered Jun 5, 2022 at 11:28