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
  • How does the path to your project look on your computer? I think it's not able to find the user included directories due to the path or path length being incorrect on your side. On my side I get an error saying that the following definition is missing in your sdk_config.h file.

    // <q> NRF_LIBUARTE_ASYNC_WITH_APP_TIMER  - nrf_libuarte_async - libUARTE_async library
     
    
    #ifndef NRF_LIBUARTE_ASYNC_WITH_APP_TIMER
    #define NRF_LIBUARTE_ASYNC_WITH_APP_TIMER 1
    #endif

    Best regards,

    Simon

  • the path to my project is : /Volumes/HDD/Projects/nRF5SDK160098a08e2/examples/ble_central_and_peripheral/BLE_LIBUARTE/pca10040/blank/ses/libuarte_pca10040

    and for the sdkconfig , the definition is present . I think there is a probleme with some thing related to softdevice , beauce there I added the BLE things .
    thanks you,


    6445.BLE_LIBUARTE.zip

Reply Children
No Data
Related