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

UART implementation in light_switch_client code

I want to interface Client Sensor over UART in light_switch_client code. Can you please give me the idea,how to do it.

I am using Mesh_V4.0 and SDK 16.0

Parents Reply
  • 1.OK in that case I have to change the pins in default uart_init() function or I need to write separate uart_init() function for new pins ? can you please specify which four pins I shall use ?

    2.I understand ble_app_uart_coexist doesn't have functionality to provision the device using nRF BLE mesh application so how I suppose to add the device in the same group to which server device is added ?

    Basically I want to take data from sensor and then want to publish it over mesh from the client (I suppose ble_app_uart_coexist has client  functionality ) to server.

Children
Related