I have had it plugged into the SPI0 of the Quick2Wire interface board and also tried the SPI1 port. I'm using the cable as supplied by SK Pang for the project outlined here: http://www.skpang.co.uk/blog/archives/886
regards, Andrew
thanks heaps for the prompt response - I've made progress, nearly there(!) - I have run the "basic use" program which I see calls the max31855 module and passes the pins. With the pins suggested in the readme (24,23,22) I still get "No Connection" Changing to pins (12,11,10) I get a response of 32 (...
Apologies for my rudimentary python knowledge. I'm trying to work out whether I have a hardware or software problem. test_max31855.py completes with "Ran 2 tests in 0.011s OK" message max31855.py gives "tc: Error: No Connection and rj: 31.8875" (x4) I don't get the messages with all the 0s and 1s as...