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

How to retrieve existence data from BLE device in iOS?

I would like to get data from BLE device and I have two services are available in BLE device which is offering in 3 characteristics and 2 characteristics.

Can u share any source code which is used to get data from BlE device in ios

  • BLE is interoperable protocol so it shouldn't matter if you talk to iOS (otherwise you would use some Apple specific crap, right?) Your question also suggests that you havean't even tried any out of the box example from Nordic nRF5 SDK or Tutorials on this page. Well bad news: it won't work unless you spend some time on it. Please kindly download Nordic's nRF Connect or Light Blue apps from app store, play with connecting two phones together over BLE. If not having two phones then get any nRF5x DK board and try examples from Nordic. All tutorials are linked in the header of this forum.

  • Hi Diwakar.

    Please correct me if I'm wrong, but from your question I think that you are trying to create your own iOS mobile application to communicate with your BLE device?
    If that is the case, it might be more relevant to post the question on an iOS development forum as well.

    However, we have the source code for our nRF Toolbox application available on github. That should give you a very good staring point.
    You can also take a look at this page;
    Retrieving the Value of a Characteristic

    Best regards,
    Joakim.

Related