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

nRF52 ble to ble transfer continuous data for

Hello!!

We are carrying out a project using nRF52832, in which we must send a data to a phone every 1 second for 10 hours. The data sent is a sequence of numbers from 1 to 36000 (counting every second that passes).

The sending of data must be through ble.

We have been looking for information and have seen on the nordic website that 

ble_nus_data_send();

is the most efficient, fast and secure function for sending and receiving data via ble. 

1. We want to ask just to make sure this is right?

2. If the above question is correct, this function should be used in  static void on_ble_evt()  ?

 

On the other hand, we want the phone to also be sending data to nRF52832 (the same number sequence with the same sample):

3. Is it possible to be sending and receiving at the same time in nRF52832? or should there be a time gap between receiving and sending?

4. What is the best way to receive data in nRF52832 continuously and for so long?

Thank you very much for your time and help!

Parents Reply Children
No Data
Related