This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Any suggestions on the communicating of ADS1299 EEG-FE and CC2540 MDK?

Other Parts Discussed in Thread: ADS1299, CC2540
Can anyone give me some advices on how to connect and configure the ADS1299 EEG-FE and CC2540 MDK? Thank you.
I have bought an ADS1299 EEG-FE evaluation board and a CC2540 Mini Development Kit. I am trying to connect these two board to send EEG waveform to the computer wirelessly . It should be possible, right?
I have downloaded the software needed and have some basic knowledge about the OSAL mechanism and SPI communication protocol. I have read the SimpleBLEPeripheral, SimpleBLECentral, Keyfob_demo and the new released SerialBLE_Bridge project provided by TI. 
However, as a new starter to BLE and also the hardware development, I am still confused where I can start with to make CC2540 send register configurations to ADS1299 and receive the EEG waveform recorded by ADS1299 through the communication of SPI protocol.
Is it like the spiReadBye() and spiWriteByte() in the keyfob_demo project?
Or is it more like the new released SerialBLE_Bridge project? Besides, the SerialBLE_Bridge project only has the slave code, is the master part similar to the SimpleBLECentral code?
Is there any other similar source codes that I can learn from? 
I have been learning those BLE related documents for almost 3 months and still stuck here. Thank you for helping out.