Dear all
I am using App Inventor to build a simple android app to connect a mobile to a Arduino.
All hardware is working fine and I tested it the using a app called Ardudroid. My Arduino worked as expected.
I'm using a Samsung Galaxy S3, a Arduino UNO, and a Bluetooth module HC-06.
While trying to connect using the app I built with App Inventor 2, I receive the error message 515 (Not connected to a bluetooth device).
I used list pick (before picking) to load the elements and connect to a paired device using Call.bluetooth.client1.Connect address. ListPicker. Selection.
I am using only one screen as suggested in other topics in this forum and I can't figure my mistake?
Any help is highly appreciated
ps. please see the block design attached