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

reciveng data on UAR then broadcasting on Mesh

Good day i am new to Nordics platform and SDK also new to segger embedded studio 

i am required to develop a solution that receives data on the UART of the NRF52840(client)  which it needs to broadcast via Mesh to the server which it will then write to UART again

i have been attempting to make use of the SDK to receive the data via UART but am only able to receive one character instead a series of characters or a string 

please assist with the functions that need to be used. I have looked at the SDK examples but have had no luck as yet 

kind regard 

Zain  

Parents
  • Hi Zain

    Could you let me know which SDK version you are using?

    Also, which example have you been looking at in the SDK?

    The ble_app_uart example in nRF5 SDK v17.0.2 shows quite well how to send and receive bytes over the UART, by using the app_uart_fifo.c driver.  This example doesn't implement Bluetooth mesh unfortunately, so you would need to implement something similar on top of one of the mesh examples. 

    Best regards
    Torbjørn

Reply
  • Hi Zain

    Could you let me know which SDK version you are using?

    Also, which example have you been looking at in the SDK?

    The ble_app_uart example in nRF5 SDK v17.0.2 shows quite well how to send and receive bytes over the UART, by using the app_uart_fifo.c driver.  This example doesn't implement Bluetooth mesh unfortunately, so you would need to implement something similar on top of one of the mesh examples. 

    Best regards
    Torbjørn

Children
Related