Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved these data in the internal RAM. i.e say 2KB
I want to send these data from peripheral to central. - Want to use PCA10000 to test first. PCA10001 as peripheral.
I have read some of the posts, and knew I need notification to send the data - Divide the data by 20Bytes.
My question is:
- How do I process the received data? For instance, the first set of data is 0xAAAAAAAAAAAAAAAAAAAA and second set of data is 0xBBBBBBBBBBBBBBBBBBBB And I am sending it to 20 Bytes long characteristic, how can i process it?
Best regards,