Hi
I have a setup in which an ADS1299 is connected to an MCU (pic32) which acts as an SPI master to the ADS and a few more slaves, including an ESP32. The ads with slaves other than the ESP32 works perfect.
What happens is that, as soon as I connect the MISO line from the ESP32, the ADS's registers go to 0.
Note that if the MISO line from the slave is not connected (but MISO, SCLK and SS are) the ADS sends good data and everything works ok, i.e. the ADS by itself works fine, I've even got it to work (and collect good data) with this setup in the past, but it is unstable and it sometimes stops working and doesn't stat again.
I've tried multiple modes for the slave, I've connected both grounds and tried as many configurations as I could. If I don't start SPI on the other slave the ADS also outputs good data.
Any advice would be wholeheartedly appreciated.
Thanks
David