data[0]=0B10001111; data[1]=0B00000000;data[3]=0B00000000; //this is not needed but i get the default answer here SPI.beginTransaction(SPISettings(100000, MSBFIRST, SPI_MODE3)); digitalWrite(10, LOW); delay(10); for (size_t i = 0; i < datale...
sorry for littke emphathy, was not my intention. Thank you for your quick response.My SPI Master is the ATMEGA 328 on Arduino Nano.The Problem with the response via SPI ist, that the second answer (data[1]) from the Sensor is not the expected answer....