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

Request to update nrf51-ble-app-lbs for SDK 7.1.0

Could you update the ble-app-lbs example for SDK 7.1.0? github.com/.../nrf51-ble-app-lbs

I haven’t been able to get it work.

Since the led_char_add() uses these setters, I should be able to write to this characteristic without bonding correct?

BLE_GAP_CONN_SEC_MODE_SET_OPEN(&attr_md.read_perm); BLE_GAP_CONN_SEC_MODE_SET_OPEN(&attr_md.write_perm);

Parents Reply Children
  • Hi, in the readme file it says that I need to copy it to [SDK]/examples/ble_peripheral folder. However, I used the Keil packs structure, so not sure where to paste it to have it available as an example in the pack installer. Also, when I just paste it in a directory at the same level where the 'copy' command in the keil pack installer copies it, and then open the Keil project file, most of the files are not found in the project. Is there a difference in file tree structure between the example and the way the examples are built up? Where can I find the missing files? Or should it be merged into the template example?

    Because for example in the template project, the library files are found in subdirectory [my projects directory]\ ble_peripheral\ble_app_template\pca10028\s110\arm5\RTE\nRF_Libraries\nRF51422_xxAC but the RTE sub directory is not included in the repo on github.

  • This example does not use the PACK structure, and to be backwards compatible with users that has Keil 4, the project file included is of .uvproj format. You will need the .zip file of the SDK v7.x and clone this into: Path\to\SDK\Nordic Semiconductor\nRF51_SDK_7.x.y\examples\ble_peripheral

    If you have any compatibility error messages popping up, you should install the Keil legacy support: www2.keil.com/.../

    -H

  • Hi Håkon, I don't quite get what it is that I have to do to make the example from nAN36 work ? And why is this not just one of the examples that comes with the rest of the examples ? I have installed all the newest SW but then what ??? I am new to this but I don't quite get why the startup example in nAN36 is not working "out of the box". So as a rookie to this can I get at 1 2 3 .... 237 step instruction to get this in my View hallo world up and running ?

Related