Hello to everybody. I don't want to ask anything. Simply to share and help others in using a 24 bit ADC ADS1243 for high precision temperature measurements using arduino and a platinum platinum-rhodium thermocouples used in metal production for thermal processing iron parts to harden them.
The connection is simple
Pin outs
ADS1243 | Arduino
MISO | PB3 - 50
MOSI | PB2 - 51
SCK | PB1 - 52
CS | PB0 - 53
DRDY | PL1 - 48
PDWN | PL3 - 46
The ADC uses SPI communication. I started the project on Arduino Mega R3 so I used the corresponding pins on bottom part of board to easily connect a custom PCB for the ADC i made.
You are free to try other pins and connection types of course :)
The code part (is to big, posting as a separate file)
The code example has comments. All the addresses and the register values where taken from the official datasheet of Texas Instruments.
Hope this will help others in their research work.
ADS1243.ino (14.6 KB)