[FOR BEGINNERS] - How to connect a Bluetooth client Without using .set block?

This Topic is ONLY For beginners.

because this topic is a Guides Topic.


[FOR BEGINNERS] - How to connect a Bluetooth client Without using set block?


To do that, try these steps

:white_check_mark: Use evaluate but ignore result block in the Control Blocks.


:cross_mark_button: The wrong Steps

:cross_mark: Try using the set ListView-Picker.selection for after picking in the list

Wrong, this step is NOT Helpful.
as in the video by Krishna Reghavendra made this video but it’s in the WRONG Steps.

Open This video and see the blocks.
can you see “when ListPicker1.AfterPicking do> set ListPicker1.Selection to>Call BluetoothClient1.Connect address: ListPicker1.Selection”?


Try These Blocks!


Happy :kodular:oding!


Also somone asked in the Discuss Topics that they need to connect to a bluetooth client
And this Guides topic is Helpful!

Wow :astonished_face: wonderful guide.

Just some curious, if you follow the

This guide only connect devices, not received or sending anything. I believe before he created this guide he was 100% sure that it’s working as intended, if you watch the video to the end it’s was working. So I think you should remove this part

Respect his work, even if it’s didn’t work for you.

You should also step in and help as always community does

The correct blocks without ignoring the result of the Connect method would be

If Connect …
Then connected
Else not connected

Taifun

1 Like