Arduino DUE and SPI Problem

Hello everybody,

I've connected my Arduino Due to ADIS 16209. Hardware connections are all right (i use dedicated SPI connections attached below). Software is written however data transmission from sensor to Arduino happens sometimes whenever i push the reset button.

Whenever i push the button transmission is getting silly, when i press reset again, it is gonna be allright. I am a bit confused.

Any kind of help is appreciated.

Thank you

Note : i use 3.3v output of Due as the Vcc of the ADIS 16209 sensor

deneme_v2.ino (2.79 KB)

3.png

Whenever i push the button transmission is getting silly, when i press reset again, it is gonna be allright. I am a bit confused.

"Push the button" indicates that there is a button. In the code there is not button checked. Post a wiring diagram!

Remove the delay() calls from the program.