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

nAN-36 build problem

Hello

I am trying to build the nAN-36 application. The main.c file include at least two files that I do not find: #include "ble_eval_board_pins.h" #include "ble_stack_handler.h" Where can I find them or do I make a mistake ?

Thanks

Olivier

Parents
  • As is stated in the introduction to this application note, it's written for SDK 4.4.2 and S110 version 5.2.1. If you use SDK 5.1.0, you'll have to modify things somewhat.

    ble_eval_board_pins.h have been replaced with just boards.h, and you must make sure to set the BOARD_PCA10001 define. ble_stack_handler is now sofdevice_handler.h, and the init macro have changed as well. I suggest that you compare ble_app_template from SDK 5.1.0 with the application that is attached to nAN-36 to see the differences.

    Edit: I just put an updated version of the nAN-36 application out on our GitHub. Take a look here.

Reply
  • As is stated in the introduction to this application note, it's written for SDK 4.4.2 and S110 version 5.2.1. If you use SDK 5.1.0, you'll have to modify things somewhat.

    ble_eval_board_pins.h have been replaced with just boards.h, and you must make sure to set the BOARD_PCA10001 define. ble_stack_handler is now sofdevice_handler.h, and the init macro have changed as well. I suggest that you compare ble_app_template from SDK 5.1.0 with the application that is attached to nAN-36 to see the differences.

    Edit: I just put an updated version of the nAN-36 application out on our GitHub. Take a look here.

Children
No Data
Related