Hi!
I am currently looking at trying to interface a 3-wire SPI Pressure Sensor(http://www.intersema.ch/products/guide/calibrated/ms5541c/) to an Arduino. The interface is really a standard SPI, but with a very peculiar clock frequency(32.768 KHz) and without the CS/SS chip select function.
Now, i need some thoughts, feedback and just generally good ideas on how to interface this. Here are a few questions:
Can i use the Arduino SPI-library?
Will I have to manage all communications using SoftwareSerial?
In the datasheet, which can be found in the link above, specifies that the sensor chip and the microcontroller should both be connected to te crystal, which effectively means that they will be running at the same speed. Do I have to run the Arduino at 32.768 KHz or is there someway to use an external signal as the SPI clock signal?