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
  • Hi,

    Updated the project 5 minutes ago. It's now SDK v7.x compatible. github.com/.../master

    Cheers, Håkon

  • 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.

Reply
  • 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.

Children
No Data
Related