0

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.

asked Jun 4, 2022 at 16:30
3
  • what have you tried? ... what problem are you facing? Commented 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 ! Commented Jun 5, 2022 at 0:58
  • 1
    you need to add a bluetooth USB dongle to your Raspberry Pi for connecting to a second bluetooth device Commented Jun 5, 2022 at 1:22

1 Answer 1

0

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

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.