Integrate UART with BLE
Hi,
My requirerment are as follows:
1 . Integrate an existing BLE code with UART functionality, so that i can tranfer and receive data coming from an external MCU (HOST)over UART.
2. Once that is established, I would like to tranmit around 3000 bytes of data whenever the data is read at the MCU(HOST) end,.
So far i have been able to send and receive only a single byte of data via over UART without adding any of the BLE code.
Could you please suggest an efficient way to do it?