How to read SPI temperature sensor

Thread Starter

engr_david_ee

Joined Mar 10, 2023
362
Hello,

I have a question how do we work with this I2C to SPI bridge. We have the board I understand the hardware connections.

The hardware we have has only I2C interface with the following SPI bridge.

https://www.nxp.com/products/interf...evices/bridges/ic-bus-to-spi-bridge:SC18IS606

I am looking for python script that can send read and write commands to the device connected to this SPI bridge.

There is RTD to digital MAX31865 on the board connected to the SPI bridge.

https://www.analog.com/media/en/technical-documentation/data-sheets/max31865.pdf

Any idea how can I find the python scrip to read the temperature data from the microcontroller with I2C lines to the board.
 
Top