I want to add a ble_nus center service on nrf51-ble-driver_win_0.5.0.
Are there any reference demo code or document please?
I want to add a ble_nus center service on nrf51-ble-driver_win_0.5.0.
Are there any reference demo code or document please?
Instead of using ble_driver_win_0.5.0, I would recommend you to use the newly released javascript or python pc-ble-driver. This blog post explains how the python pc-ble-driver works and where to find it.
The new javascript/python pc-ble-driver is based on/uses S130/S132 v. 2.0.1
There are some python examples that can be found here, unfortunately, none of them is the NUS (UART) example. However, you can look at examples when implementing NUS.
In order to use javascript or python, you will need some knowledge in the language that you choose. My experience is that it is fairly easy to get a basic knowledge in those languages.
In order to use javascript or python, you will need some knowledge in the language that you choose. My experience is that it is fairly easy to get a basic knowledge in those languages.