Other Parts Discussed in Thread: AFE4960, SYSCONFIG, CC1354P10, , TMP117
Hi team,
I am using the project_zero for my project. I modify the temperature service to send the ECG data from AFE4960 by SPI. In the original program, the temperature is float sent using GATTServApp_ProcessCharCfg as notification,
The data I want to send over the air is 256 bytes long. With GATTServApp_ProcessCharCfg, this process is done in the task context. I can only send the first 20 bytes of the 256 using notification and I cannot send all the data out. can you give some suggestion to solve this?
Another question is The data from sensor is updated every 128ms, if found my program the read and send the data in ble is slow, how can i make it fast to read the updated data?
Thanks a lot