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
  • Thanks for answer again. So to be more precise:

    PERIPH <---> CLIENT

    1. PERIPH advertise RSCS

    2. CLIENT search for RSCS and connect to PERIPH  to receive data

    3. On user action CLIENT has to send configuration data to the PERIPH 

    4. PERIPH should receive the configuration data from CLIENT and store them in non-volatile memory

    1 and 2 is currently done and works fine. I'm wondering how to deal with 3 and 4.

Children
Related