Greetings. I am trying to interface ADS1299EEGFE-PDK with Arduino for acquisition of EEG signals.
I am using the library given in the link given below
https://github.com/OpenBCI/OpenBCI-V2hardware-DEPRECATED/tree/master/Arduino/Libraries/ADS1299
I have tested the power supply as given in the datasheet of ADS1299EEGFE-PDK and they all look good. The connections are as follows
SCK = 13
MISO [DOUT] = 12
MOSI [DIN] = 11
CS = 10
RESET = 9
DRDY = 8
The jumper configuration are done as per the instructions given in the datasheet. I tried debugging the SPI communication using DSO. I was able to get the MOSI, SCLK, CS signals correctly but I am not getting any output from MISO[DIN].