Hi, all
My smartphone android version is 6.0, bluetooth version is 4.2, supports ble.
I want to create an app to control the led light on and off. Here is the
link of the tutorial.
But the statement "call BluetoothBLE1.startscanning" occurs the notification "Bluetooth Advertisements Not Supported".
And I also have the same problem like
@Bluetrack :
For testing I use the serial monitor.
-->I
can successfully connect and disconnect, but can't send any data via the app. If I use
"nRF Master Control" ,
I can write 49 to the arduino to make LED on and anyother numbers to make LED off. You can see the screenshots in the attachments.
-->but if I use app inventor to test the app, the monitor only shows "connected" or "disconnected", can't show any number that sent to the arduino ble. And also can't make the led on, whatever 49 or 1.
What I want to know is that why the statement "call BluetoothBLE1.WriteIntValue" doesn't work.
Thank you very much!
Juliet