This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what is the difference "experimental_ble_app_eddystone" and "nrf5-sdk-for-eddystone" ?

I am trying to implementing eddystone for my nRF52832 and I found two library.

One is with the "/examples/ble_peripheral/experimental_ble_app_eddystone" inside nRF5-sdk and another is "nrf5-sdk-for-eddystone".

I tried both demo and both of them works fine. But I do not know which one I will use for my beacon development, they have totally different code structure.

Parents Reply
  • In the nrf5-sdk-for-eddystone on GitHub, I found :

    EddystoneService.h
    EddystoneTypes.h
    Eddystone_config.h
    EIDFrame.h
    TLMFrame.h	
    UIDFrame.h
    URLFrame.h
    aes_eax.h

    which are most important part. And also the encryption function too.

    But inside "experimental_ble_app_eddystone", I found none of them. So starting from "experimental_ble_app_eddystone", we no more need those code above ?

Children
Related