I'm trying to send code to a Arduino R4 Wifi using its built in BLE. I made a button to search for all available BLE devices, which will then add the found devices into a listPicker, however when I click the button to search I get a error. I am not sure whether this error is due to the button or the listPicker. Here is the code:
I just found out app inventor doesn't support BLE extensions. In your opinion, would I be able to run this if I had the AI Companion on an Android device instead? Would I also need to pull up the code on an Android device?
The error shown has to do with the use of the screen name helper block in your code. You will have to replace it with a string containing the name of the screen.
There is some limited support for BLE in iOS to support our IOT curriculum materials and more is coming in the next release.
ewpatton, I did do this just for good measure, but my button to switch screens was working both before and after this change. However, the same error message is still persisting.