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

Using a phone as the BLE Host

So far I have made a successful program that utilizes BLE to send and receive radio signals in Kiel. But I have only been testing this program by using the provided Master Control Panel host. I have done a bit of research on Androids, and which models can support BLE, but I've found no definitive evidence one way or another if BLE is a firmware or a hardware upgrade.

So my question is this:

Which phones will work with the Nordic chip through BLE, or could work with a software update? And do you know of any good SDKs or APIs to facilitate my next step of testing?

Thanks in advance!

Parents
  • Carles is right that iOS and OS X currently is the best supported BLE platform, but later Samsung Android phones do have a public API as well, which should be usable. Please have a look at this page. As you can see, it should work with all Samsung Galaxy devices running Android 4.2 or later. This is currently the only usable public API that I know of on Android.

    As for phones that could work with a software update, that should be more or less any phone released the last few years. Google have indicated that BLE support will come natively in next Android, so hopefully (almost) any phone that gets this version should be usable with BLE devices.

Reply
  • Carles is right that iOS and OS X currently is the best supported BLE platform, but later Samsung Android phones do have a public API as well, which should be usable. Please have a look at this page. As you can see, it should work with all Samsung Galaxy devices running Android 4.2 or later. This is currently the only usable public API that I know of on Android.

    As for phones that could work with a software update, that should be more or less any phone released the last few years. Google have indicated that BLE support will come natively in next Android, so hopefully (almost) any phone that gets this version should be usable with BLE devices.

Children
Related