Hello support,
Currently i'm working with one application using NRF52832.
in which i have to fetch data from coming from PIC controller to NRF52832 over UART communication and same time i have to transfer the data to BLE android app.
The requirement is that within 1 second transfer 256 packets of 33 bytes frame coming from PIC controller to BLE android application.
Currently i'm trying with NUS service but i'm not able to transfer whole data within 1 second.so i need help to transfer whole data within a second.
Thanks.