Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanning for BLE Beacons? #5

Open
ghost opened this issue Dec 2, 2015 · 4 comments
Open

Scanning for BLE Beacons? #5

ghost opened this issue Dec 2, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 2, 2015

I was wondering if I could use the BLEMini to scan for iBeacons using this HCI Library. Thanks for pointing me in the right direction if you can.

@Cheong2K
Copy link
Contributor

Cheong2K commented Dec 3, 2015

Yes, it can.

@Netoperz
Copy link

Netoperz commented Dec 7, 2016

Hello, I need to figure out the way to scan for iBeacons around with arduino board that has got ble mini connected over UART, and if any of them is let's say 50 cm from the arduino than i need to print the UID of that beacon/bicons (that are les than 50 cm for example)

Could you point me to a proper example for implementing that mechanizm ?

There is a lot of info around web, but mostly refered to the phone as scanner.
Thank you for help and i'm waiting for your response.

@jtheires
Copy link

jtheires commented Dec 7, 2016 via email

@Netoperz
Copy link

Netoperz commented Dec 7, 2016

But what about GAP_DeviceInformation packet (event code 0x060D) ?

Initializing the GAP_PROFILE_CENTRAL

and sending some kind of 0xFE04 (GAP_DeviceDiscoveryRequest) could give me from this firmware the information that i need> RSSI, iBeacon UUID, Major, Minor and Measured Power

So is there a doc. that could help me to understand and point me to the right order of commands that need to be sent to the HCI firmware in order to initialize device in Central mode, and start discovery and then send back the RSSI, iBeacon UUID, Major, Minor and Measured Power ?

As far as I understand that is exactly what is possible with this firmware, am I wrong ?

And that is what i'm looking for also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants