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

Sending message from Master Control Panel to EK

I am successfully sending data from the PCA10001 Evaluation Kit to the Master Control Panel. But I cannot find any information about initiating and sending data from the MCP to the EK. I need to send commands from the MCP requesting actions on the EK.

Parents
  • Sorry for the delay here, but it is vacation times in Norway.

    However, to send data from Master Control Panel to the Evaluation Kit, all you have to do is to have a characteristic with the Write property and then write data to it. Writing data can be done by writing either hex or ASCII data into the value field in MCP, and then pressing "Send update". This will then appear as a BLE_GATTS_EVT_WRITE on the nRF51822. In the event structure you can then read out the data written, as well as which characteristic it was written to.

  • Hello Morten,

    I tried to send from Dongle to EV kit as you suggested but no success. Can you explain in detail how data can be sent to EV kit from dongle And in which procedure of BLE I can receive data.

    Regards

    Talha

Reply Children
No Data
Related