Looking to control a microbit using an app created with MIT App inventor using Android Phone. Microbit is connected to phone bluetooth. App is downloaded to the same phone AI Companion. But if i press the scan button in the app, this doesnot list the microbit bluetooth.
@ABG Micro:bit is always BLE
Trainer P: what is the code on your micro:bit? Do you have a hex file for it?
If yes, is the .hex file created with Microsoft MakeCode?
If yes, load your .hex file in MakeCode, go to the project settings (the round wheel on the top right) and set No Pairing Required: Anyone can connect via Bluetooth. to on. Reload the hex file on your micro:bit.
You should now be able to see it.
If anything is NO in your replies, then what are you trying to do??
Cheers, Ghica.
Which version of the BLE extension for App Inventor did you use? And which version of the microbit extension? Although you would not need the microbit extension just to connect. I cannot look at your .aia right now, will look later. To speed things up, you could post your blocks (go to empty spot in the blocks editor press your right mouse button and choose download blocks as image, post that image).
Your .hex looks ok. So the problem must be your AI blocks.
Cheers, Ghica