Bluetooth connection

Hi all.
I'm trying to connect my app with a bluetooth arduino device when my app start. I know the name of my bluetooth device. Is it possible to make the connection from my app to the bluetooth device setting directly with the name when i run my app or is it necessary select the device from the picket?
Thanks in advance!

If you know the Bluetooth Address of your Bluetooth Arduino Device, it's possible.

blocks (2)

in place of 00:00:00:00:00:00, enter the Bluetooth Address of your Bluetooth Arduino Device. Make sure that the Arduino is accepting connections.

Thanks!!!!!

1 Like

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