Hi,
Is there any way to connect ble_app_uart example to my mobile without using any applications? With the use of nrfuart application I can successfully connect my device to the application.
If anyone knows please guide me?
Hi,
Is there any way to connect ble_app_uart example to my mobile without using any applications? With the use of nrfuart application I can successfully connect my device to the application.
If anyone knows please guide me?
Hi,
No, that will not work. Without using a specific app, mobile phones will only allow you to connect to BLE peripherals that advertise the UUID of at least one natively supporter service. This means that you would have to either use an app or modify the ble_app_uart example to include (at least advertise) the UUID of for instance HID or something else that is supported. If you do the latter then that would allow you to connect, but not use the NUS service, so it would be quite useless in most cases.
Hi,
No, that will not work. Without using a specific app, mobile phones will only allow you to connect to BLE peripherals that advertise the UUID of at least one natively supporter service. This means that you would have to either use an app or modify the ble_app_uart example to include (at least advertise) the UUID of for instance HID or something else that is supported. If you do the latter then that would allow you to connect, but not use the NUS service, so it would be quite useless in most cases.