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

Adding UART to proxy_client in mesh

Hi,

I referred uart example in nRF SDK 15.0.0 and tried to implement on proxy_client program by adding all files which there in example. but still i'm facing compilation errors. Can anyone suggest me how to implement uart in proxy_client program in Mesh SDK 2.0.1 

Regards,

Vijay Rakesh

Parents Reply
  • I had added 

                         #include "app_uart.h"
                         #include "app_error.h"
                         #include "app_fifo"
                         #include "nrf.h"
                         #include "nrf_uart.h"

    and all related header files and I'm getting error as app_uart_get() , app_uart_put() and app_uart_fifo_init() are undefined symbols.

    UART example in nRF SDK 15.0.0/example/peripheral/UART application.

Children
Related