-
Notifications
You must be signed in to change notification settings - Fork 75
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
add support for Eddystone #57
Comments
we're working on it. |
@BlackstoneEngineering : could you please update and publish a demo on mbed.org around Eddystone. Please note that EddystoneService has now been added to ble/services/ |
There's an initial Eddystone service in BLE_API. It was borrowed from work done by @BlackstoneEngineering. I made some changes to the initialization code (removed ble.shutdown() and ble.init()); it is very likely that the current state needs some more work and testing before it can be published as a demo. |
I have removed the changes (as they broke the service, will revisit at a later date to re-impliment) and submitted a pull request here: #66 |
Here ya go : https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_EddystoneBeacon_Service/ @rgrover mark as solved please? |
@rainierwolfcastle this is a public facing repository, please dont post Jira tickets here. |
the eddystone service is now a part of the standard services supported by BLE_API. |
Great! Thanks! |
Having a service similar to
ble/services/iBeacon.h
but for Eddystone would be nice.Eddystone protocol specification: https://github.com/google/eddystone/blob/master/protocol-specification.md
Sample source code: http://qiita.com/KazuyukiEguchi/items/a939a9aeae2d36c51df8
The text was updated successfully, but these errors were encountered: