Hello,
My setup is as following:
I have connected the EVM via SPI to a custom board with an MSP430.
My goal is to transmit both, ecg and respiration signal, via bluetooth.
To achieve this, I'm reading out (single shot mode) 256 times per second the ecg and 16 times per second the respiration signal.
(because I can only transmit 16Bit at once, the last 8Bit are cut off)
While the ecg is perfectly fine, the respiration is a huge mess.
Is there any magic which has to be applied to the respiration signal?
Strangely, there is not much change in the value I get back on channel 1: only the lsb (and rarely the next bit changes) (still 16Bit)
With the MMB0 and the software it was shipped with, everything works fine, even when the register settings are the same.
Only difference: With the MMB0 I used continous mode, because in single shot mode, the program froze.
Why can't I just transmit the Channel 1 readout 16times/second, display it in Labview as beautiful curve and be happy?
Any ideas?
Thx :)