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

If nRf52 works in a peripherial mode and receive a packets. When can I send next packet from a central device?

Hi!

I have nrf52 periperial mode, SDK15, s132.

I connect a smartphon in the central mode to my nRF52 and start to send some data.

In the nRF52 I receive those data in a 

void nus_data_handler(ble_nus_evt_t * p_evt)

When possible to send next data from my central smartphone to nRF52? If I need send a lot of data from smartphon, how to know what should send next data packet?

Parents Reply
  • I not use UART in the nRF52. I just want to receive a lot of packets from smartphone with maximum speed.

    I don't use UART. I use custom app on the smartphone. A lot is above 1000 packets.

    What do you mean that RX characteristics set to write? Set where? on tne nRF side? When smartphon should send next packet? How smartphon knows that previos packet was sended correct? 

Children
No Data
Related