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

How can I recieve nRF51822 Rx data?

I find this function. tx

void ble_send(uint8_t * data, uint8_t length) { ble_nus_send_string(&m_nus, data,length);

}

ble_send(&data_array[0],10);

but I don't find Rx Function

Rx Function defined ble_nus.c

I don't know how do I use Rx Function.....

Related