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.Hi I have changed the RX_PIN_NUMBER (8---->19) and TX_PIN_NUMBER(6----->20) in uart_init() function and connected these connections to my sensor and short GROUND too.Now when I run and start to debug the code I am receiving NRF_BREAKPOINT_COND in app_error_weak.c

    2.Also uart_event_handle function will get called if sensor is sending the data OR I need to write anything for that

    Thanks

Children
Related