Hello all,
I'd like to use NRF UART App sample code (newest iOS7 version) to send data from iOS6 to nrf51822 for "real time" data transmission. But I found that when I send 20 bytes by iOS per 15ms, nrf51822 will receive the data per 30ms. I want the "recieve rate" reaches 10ms, not 30ms. Is there any solution about real time data transmission?
PS. I also use iOS7.0.3 and the newest NRF UART app (iOS7 version), but I found that I can only use "write value with response", the "receive rate" will be 60ms! But when I use "write value without response", NRF IC will get nothing...
Hayato