Not sure if anyone out there is working with this chip but I am having a bit of trouble figuring out how to communicate with it via SPI. You can find a link to the datasheet here:
http://www.qprox.com/downloads/datasheets/qt510_604.pdf
As far as I can tell I need to wait for the DRDY pin on the QT510 to go high then set the SS pin low, read the 8 bits using SHIFTIN mode 6. The QT510 datasheet states that the maximum clock rate is 40kHz for this chip, do I need to add a DEFINE SHIFT_PAUSEUS x to account for this.
By the way I'm using a PIC16F88 with the internal oscilator set to 8MHZ.
Any help/sample code would be greatly appreciated.
Bookmarks