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

nrf51-ble-app-lbs

Since there is no examples folder with Keil 5.14 anymore, where do you place this repository so the links work? Trying to fix all the directory structures is very painful and is resulting in many errors during compiling. I have a folder structure (Windows 7) with Nordic\nrf51822 and I just need to know the best place to place the directories for this. Or can someone make a new repo that has all the linking setup correctly?

This no longer exists: "To compile it, clone the repository in the [SDK]/examples/ble_peripheral folder."

github.com/.../nrf51-ble-app-lbs

Parents
  • What version of the SDK are you using? You can select an older SDK by clicking on the branch drop down.

    Edit 18.05.2015: In general I would recommend you to use the latest SDK, version 8.1.0, but the latest ble_app_lbs example made with SDK 8.0.0. So if you want the example to work out of the box you should use SDK 8.0.0.

    Edit 08.06.2015:

    Step by step:

    Download SDK version 8.0.0 zip(nRF51_SDK_8.0.0_5fc2c3a.zip) from here.

    Unzip to C:\Keil_v5\ARM\Device\SDK8.0.0 (SDK8.0.0 folder must be made)

    Go to the nrf51-ble-app-lbs example on GitHub and select the SDKv8.0 branch.

    Unzip it to C:\Keil_v5\ARM\Device\SDK8.0.0\examples\ble_peripheral

    Open ble_app_lbs.uvprojx in C:\Keil_v5\ARM\Device\SDK8.0.0\examples\ble_peripheralpemy\nrf51-ble-app-lbs-master\arm and compile.

    Edit 09.06.2015:

    The readme in branch SDKv8.0 now contains a How to get started

Reply
  • What version of the SDK are you using? You can select an older SDK by clicking on the branch drop down.

    Edit 18.05.2015: In general I would recommend you to use the latest SDK, version 8.1.0, but the latest ble_app_lbs example made with SDK 8.0.0. So if you want the example to work out of the box you should use SDK 8.0.0.

    Edit 08.06.2015:

    Step by step:

    Download SDK version 8.0.0 zip(nRF51_SDK_8.0.0_5fc2c3a.zip) from here.

    Unzip to C:\Keil_v5\ARM\Device\SDK8.0.0 (SDK8.0.0 folder must be made)

    Go to the nrf51-ble-app-lbs example on GitHub and select the SDKv8.0 branch.

    Unzip it to C:\Keil_v5\ARM\Device\SDK8.0.0\examples\ble_peripheral

    Open ble_app_lbs.uvprojx in C:\Keil_v5\ARM\Device\SDK8.0.0\examples\ble_peripheralpemy\nrf51-ble-app-lbs-master\arm and compile.

    Edit 09.06.2015:

    The readme in branch SDKv8.0 now contains a How to get started

Children
No Data
Related