This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I make ble_app_hids_keyboard_serialization.uvproj work?

In SDK 6.0 I find there is a project of ble_app_hids_keyboard_serialization.uvproj in nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard

and it contain even softdevice part.

Default IROM1 start from 0, so it may work without softdevice v7, am I right?

I compile it but is seems not work, and I can not find any ble device from my Nexus7 II.

So how can I make it work?

Thank you!

  • All serialization examples are supposed to work in two chip configuration.

    There is split for Application MCU, for which you have tried to download the project and Connectivity MCU which probably you haven't connected. To make this example working you need two boards connected (using UART or SPI). On first board there should be application running (i.e. ble_app_hids_keyboard_serialization) on second board there should be connectivity example (ble_connectivity).

    Refer to documentation for details.

Related