Hello everyone,
I’m currently developing an app with MIT App Inventor and using the BluetoothLE extension.
My goal is to get the device name and MAC address from the devices found during scanning, ideally through the DeviceFound
event.
However, with the latest BluetoothLE extension (version 20240822), the DeviceFound
event does not show any parameters such as name
or address
(no blue getter blocks appear). I suspect that this version of the extension does not provide these values directly.
I’ve heard that some earlier versions of the BluetoothLE extension, or possibly the one provided by Pura Vida Apps (Taifun), included parameters like deviceName
and deviceAddress
in the DeviceFound
event. That would be very helpful for my project.
My question:
- Is there a way to access the device name and address directly from the
DeviceFound
event in the current extension? - Or, does anyone have a copy of a BluetoothLE
.aix
extension version that still supports these parameters?
Any advice, examples, or shared files would be greatly appreciated!
Thank you in advance for your support.