Hello.
I'm using nRF51822, nRF51_SDK_8.1.0, and looking for same useful sample code for ble central with HoGP (HID over GATT Profile).
please let me know where is it.
Hello.
I'm using nRF51822, nRF51_SDK_8.1.0, and looking for same useful sample code for ble central with HoGP (HID over GATT Profile).
please let me know where is it.
Dear Hung Bui san, Good evening. I have been working with my customer and since the application is by my customer, sorry to say but I cannot tell you the details. However, the customer is now thinking to stop using HoGP but change to GATT based custom profile. What they would like to do is for central communicate to peripheral and reverse. May I ask you if any good document or material or sample code for that?
Hi Kasai-san, Depends on what the application is and the data they want to transmit. If it fit with one of the predefined Bluetooth SIG as shown here. They can find the examples in our SDK. If not, they can define their own proprietary service and characteristic. They can follow what we do with the ble_app_uart example in our SDK. In that example we define a new service to transmit UART data.
Hi Kasai-san, Depends on what the application is and the data they want to transmit. If it fit with one of the predefined Bluetooth SIG as shown here. They can find the examples in our SDK. If not, they can define their own proprietary service and characteristic. They can follow what we do with the ble_app_uart example in our SDK. In that example we define a new service to transmit UART data.