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

Adding Proxy GATT server to UART & mesh example

Hi,

Recently I came across this example which gives mesh & uart in single application. now i'm trying to add GATT proxy to it so that i can do provisioning via nrf mesh mobile app. I added GATT proxy but when i try to build it i'm facing the below issues.



can you tell me what was the issue and how can i fix it?

Parents
  • Hi. 

    I can see there is a lot of "undefined reference to x" errors. 
    Are you sure that you have included all the necessary files and headers to your project? 

    The ticket you referred to is using an older version of the nRF5 SDK for Mesh. In the new version of the nRF5 SDK for Mesh we already have a combined Mesh/UART example
    This coexist-example doesn't have proxy support either, but you can look at how this is done in the light switch examples. 

    Best regards, 
    Joakim

Reply
  • Hi. 

    I can see there is a lot of "undefined reference to x" errors. 
    Are you sure that you have included all the necessary files and headers to your project? 

    The ticket you referred to is using an older version of the nRF5 SDK for Mesh. In the new version of the nRF5 SDK for Mesh we already have a combined Mesh/UART example
    This coexist-example doesn't have proxy support either, but you can look at how this is done in the light switch examples. 

    Best regards, 
    Joakim

Children
Related