Hi,
I understand that NRF connect source code is unavailable.
However the toolbox Nordic App is too heavy.
Is it possible to get a small Scan Android App source code (Android Studio) that can detect BLE5 long range?
Thanks
Avi
Hi,
I understand that NRF connect source code is unavailable.
However the toolbox Nordic App is too heavy.
Is it possible to get a small Scan Android App source code (Android Studio) that can detect BLE5 long range?
Thanks
Avi
Hi Avi
Please check out our Android BLE Library, which is can be used to develop an Android BLE scanner supporting Coded PHY (long range).
We don't have any source code (open or closed) that is specifically a BLE scanner with long range support, but maybe a user here on DevZone has any good suggestions. You might also want to check out some other forums (like the Android developer forum for example), as this request doesn't seem Nordic Semiconductor specific.
Best regards,
Simon
I see the following comment in Android BLE Library:
The library does not provide support for scanning for Bluetooth LE devices. For scanning, we recommend using Android Scanner Compat Library which brings almost all recent features, introduced in Lollipop and later, to the older platforms.
So I plan to use the Scanner Compat Library
Do you have any existing App using this library? Can you share the source code?
I see the following comment in Android BLE Library:
The library does not provide support for scanning for Bluetooth LE devices. For scanning, we recommend using Android Scanner Compat Library which brings almost all recent features, introduced in Lollipop and later, to the older platforms.
So I plan to use the Scanner Compat Library
Do you have any existing App using this library? Can you share the source code?