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

add libuarte to central&peripheral

Hello,
Im working on project that communicate with gps/gprs and it works with the example/peripheral/libuarte. 
but when I want to integrat it (add) it to central peripheral id doesnt :
I added the same "drivers" that are used on libuarte example and "library" and "sdkconfig" and also "User Include Directories"

here is my logs of errors:

Parents
  • Hi

    It seems like you haven't added the nrf_error.h header file to your example, which is found either in the SoftDevice header files or \SDK_FOLDER\components\drivers_nrf\nrf_soc_nosd\nrf_error.h if you're not using a SoftDevice in your application. Have you started out with a project from scratch here? We generally recommend starting out from an already existing example, as there are quite a lot of files that need to be added when making a project from the ground up. Seems like the libuarte example would be a great starting point for you.

    Best regards,

    Simon

  • I worked based on "libuarte" example, I added all drivers and all librarire and ble services and softdevoce used on the example of "ble_app_hrs_rscs_relay"  and even get the same sdkconfig of the relay example that actovate the softdevice , but nothings change, still have the issues (nrfsucces undelcared).

Reply Children
No Data
Related