Nrf52810 bidirectional communication for custom data

I have a existing design using nrf52810 soc I want send and recieve data using uart --->nrf52810 to nrf52810-->to uart data is custom and have approx 120 bytes, should I send it using advertisement , and how? Some example ,or some other way both devices programme will be done even direct communication without advertisement will work,please help with some example.

Parents
  • Hello, 

    We already have examples that demonstrates serial port emulation over BLE. Which SDK are you using? 

    Best regards,

    Vidar

  • Hi, I am using nRF5_SDK_17.1.0_ddde560 , i am already using ble_app_uart which is fine in nrf52810 Soc,but ble_app_uart_c is not able to fit to nrf52810,although it is working fine with nrf52840 Developement kit,

    As i explained i have already designed hardware based on nRF52810 SoC, I need guidance from Nordic so that i can be able to transmit and receive data over RF data is 120byte approx., Even some suggestion with direct interconnectivity with device address will work, Please suggest some method with example to do the same. I need to keep firmware lite so that i can configure the same code to receiver and transmitter using switches.

    Please help with some sample code to achieve the task

Reply
  • Hi, I am using nRF5_SDK_17.1.0_ddde560 , i am already using ble_app_uart which is fine in nrf52810 Soc,but ble_app_uart_c is not able to fit to nrf52810,although it is working fine with nrf52840 Developement kit,

    As i explained i have already designed hardware based on nRF52810 SoC, I need guidance from Nordic so that i can be able to transmit and receive data over RF data is 120byte approx., Even some suggestion with direct interconnectivity with device address will work, Please suggest some method with example to do the same. I need to keep firmware lite so that i can configure the same code to receiver and transmitter using switches.

    Please help with some sample code to achieve the task

Children
Related