Hey all, I'm a beginner to bluetooth,
I ordered the NRF51822 dev kit and it worked easily out of box with my android phone.
I'm creating my own android app to communicate with the bluetooth chip, but don't see any documentation on how to implement the communication.
For example, in my app I would like the user to manually enter in the "id info" to connect to a nearby bluetooth device as opposed to the Nordic sample app that automatically does it.
Where can I get the information on what "id info" is required to achieve this? What sort of APIs can I use to calculate near or far?
Thanks in advance.