Other Parts Discussed in Thread: CC2640R2F, ADS1292
Tool/software: Code Composer Studio
Hello,
I have been developing a system that consists of CC2640R2F (5x5) and two AFE4400 ICs.
In the case of the optical sensor, SFH7050 has been used.
I have interfaced with the SPI with Project zero.
I need to read the Two AFE4400 simultaneously and send the data wirelessly over BLE (Bluetooth Low Energy).
But i am not receiving proper readings of PPG from either of the AFE4400.
The graph below shows the reading in plotted in python.
This is at one instance when i read 1000 samples from the device.
"AFE_upper" and "AFE_Bottom" corresponds to the two AFE4400 being used.
I am using SaBLE-X-R2 which consists of CC2640R2F (5x5) and BLED112 at the receiving end and plotting using Python PyGatt library.
Can anyone tell me what's wrong?
Y am I receiving such readings?