F foakgul Member Licensed User Longtime User Nov 5, 2015 #1 Hello, How can we scan for a specific iBeacon using B4i CoreLocation library? CoreLocation provides support for iBeacons as opposed to CoreBluetooth which is more general. I'd like to be able to scan for an iBeacon for which I provide the UUID, ie manager.Scan("f7826da6-4fa2-4e98-8024-bc5b71e0893e") Would I be able to read, Major, Minor, RSSI, TX power level, proximity (immediate/near/far), and distance? Thanks!
Hello, How can we scan for a specific iBeacon using B4i CoreLocation library? CoreLocation provides support for iBeacons as opposed to CoreBluetooth which is more general. I'd like to be able to scan for an iBeacon for which I provide the UUID, ie manager.Scan("f7826da6-4fa2-4e98-8024-bc5b71e0893e") Would I be able to read, Major, Minor, RSSI, TX power level, proximity (immediate/near/far), and distance? Thanks!
Erel B4X founder Staff member Licensed User Longtime User Nov 5, 2015 #2 I will move it to the wishlist forum.
F foakgul Member Licensed User Longtime User Nov 5, 2015 #3 Thanks Erel! Hope we can spark some interest in these forums given the popularity of beacons these days.
Thanks Erel! Hope we can spark some interest in these forums given the popularity of beacons these days.
C Christian García S. Active Member Licensed User May 5, 2017 #4 Hello foakgul, how are you ?? Now I am implementing beacons and I have the issues you had in the past. Do you resolved that, or you implement some library in some objetive C for your app ?? any information I will appreciate. Thanks. Christian
Hello foakgul, how are you ?? Now I am implementing beacons and I have the issues you had in the past. Do you resolved that, or you implement some library in some objetive C for your app ?? any information I will appreciate. Thanks. Christian
Erel B4X founder Staff member Licensed User Longtime User May 7, 2017 #5 Here: https://www.b4x.com/android/forum/threads/ibeacons.79257/
C Christian García S. Active Member Licensed User May 7, 2017 #6 Thanks Erel, it is a great news, You are the best !!! I have tested it and it is really easy.