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

BLE_RSCS and BLE_RSCS client

Hello, is it possible to receive and transmit RSCS characteristic on only one nRF51 DK ? If merging rscs_example and rscs_c_example into 1 project is a good idea ?

Parents Reply
  • I think I may understand what you are trying to acheive here..

    estatiokvit said:
    I want to have 2 way communication (just like nus and nus_c example)

    You don't want to send the same packet as the rscs peripheral sent to the client back to the peripheral again?
    You want the central to send something else back to the peripheral, unrelated to rscs?

    If so, I suggest looking at the ble_app_uart examples. Merging them with the rscs examples, and use NUS to send whatever else you want to send from the central to the peripheral.
    Is that what you are looking for?

    Best regards,
    Joakim

Children
Related