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

add support for Eddystone #57

Closed
prusnak opened this issue Jul 22, 2015 · 10 comments
Closed

add support for Eddystone #57

prusnak opened this issue Jul 22, 2015 · 10 comments
Assignees

Comments

@prusnak
Copy link

prusnak commented Jul 22, 2015

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

@rgrover
Copy link
Contributor

rgrover commented Jul 22, 2015

we're working on it.

@BlackstoneEngineering BlackstoneEngineering self-assigned this Jul 23, 2015
@rgrover
Copy link
Contributor

rgrover commented Aug 7, 2015

@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/

@BlackstoneEngineering
Copy link
Contributor

Waiting on @rgrover, I can release the preliminary version, but I would really like to use pull request #61 to make an eddystone service that plays nice with other services. The current example clobbers any other service on the device.

@rgrover
Copy link
Contributor

rgrover commented Aug 8, 2015

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.

@BlackstoneEngineering
Copy link
Contributor

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

@BlackstoneEngineering
Copy link
Contributor

@rainierwolfcastle
Copy link

@BlackstoneEngineering
Copy link
Contributor

@rainierwolfcastle this is a public facing repository, please dont post Jira tickets here.

@rgrover
Copy link
Contributor

rgrover commented Oct 16, 2015

the eddystone service is now a part of the standard services supported by BLE_API.

@rgrover rgrover closed this as completed Oct 16, 2015
@prusnak
Copy link
Author

prusnak commented Oct 16, 2015

Great! Thanks!

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

4 participants