My question may seem silly, I did not so long ago been programming NRF51822 S130. I use examples experimental_ble_app_blinki. I want to get the module ID smartphone when connected. There is such a function?
My question may seem silly, I did not so long ago been programming NRF51822 S130. I use examples experimental_ble_app_blinki. I want to get the module ID smartphone when connected. There is such a function?
What do you mean "Smartphone when connected"
You mean you're going to write an app that scans for devices with a custom Device ID service and then connect to the device and read from that service ?
If all you are doing is reading the device ID, you may as well broadcast it in the manufacturer data.
What do you mean "Smartphone when connected"
You mean you're going to write an app that scans for devices with a custom Device ID service and then connect to the device and read from that service ?
If all you are doing is reading the device ID, you may as well broadcast it in the manufacturer data.