Hello,
I'm trying to connect a micro:bit v2 to App Inventor via BLE in order to receive data (numbers).
Scanning for BLE devices works fine, and the micro:bit shows up in the list, but when I try to connect, I keep getting an error.
I tested with other BLE devices, and they connect and work without any issue.
Also, the micro:bit connects normally when I test with the nRF Connect app, so I don't think there's a problem with the micro:bit hardware either.
I've attached the .aia project file for reference.
Any help would be greatly appreciated!
Thanks in advance.
Hi, ewpatton.
I downloaded the latest version from the official website, and the filename includes "20240822", so I believe it's up to date.
Would using a different version possibly fix the issue?
Oh, I must have uploaded the wrong file by mistake.
Thank you, Peter. The connection issue is now resolved.
However, the data values are not appearing.
Could you please help me with that?
The data is in the format 'Sn: nnn' (e.g., 'S1: 570').
I’m trying to receive data from a micro:bit v2 via BLE..
Although the micro:bit successfully connects, the data does not appear on the screen.
The data is in the format “Sn: nnn” (e.g., “S1: 570”).
Any help would be very much appreciated. pakipakipakipaki3.aia (314.5 KB)