This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How/where to implement user code on a BLE example in SDK.

Hi,

I am new using nRF51822 DK with the nRF6700 Starter kit. Downloaded nRF SDK and got most examples running fine including BLE examples with s110.

What I would like to know is where do I implement my own code (for peripherals for example) typically on the "ble_app_template" example? Typically I would need to have polling and application calls in the main while() loop and other code executed through interrupts.

Thanks if you can guide me to an appropriate document or any other kind of help.

Phil

Parents
  • Hi, Phil

    According to Norcdic the user's cannot simply write a code from the scratch. So what you have to do is, basically there are a lot of examples available in the SDK. You have to choose the correct example which slightly models your scenario then you can edit that project to your own custom project by adding/removing services ,interfaces etc.

Reply
  • Hi, Phil

    According to Norcdic the user's cannot simply write a code from the scratch. So what you have to do is, basically there are a lot of examples available in the SDK. You have to choose the correct example which slightly models your scenario then you can edit that project to your own custom project by adding/removing services ,interfaces etc.

Children
No Data
Related