HC-05 Bluetooth Connect block not fitting in AfterPicking do slot

Hey,

  I'm here complianing an issue in MIT App Inventor. 
I am making a voice controlled robot car 
using Arduino + HC-05 + MIT App Inventor.

Problem: The "call BluetoothClient1.Connect" 
block does not fit inside the 
"when ListPicker1.AfterPicking → do" slot.

Please see attached screenshots.

The bluetoothclient connect block returns a boolean that shows if connection succeed.

Attach it to an ifthenelse block

1 Like

Thank you for your response, it helps me alot.