3

How do I measure one or more PT100/1000 (PTC Resistor) with a Arduino/ATmega328 over I2C? Are there any ready microchips? Do I need to construct my own circuit? If so, are there any ready schematics?

W5VO
  • 18,303
  • 7
  • 63
  • 94
chriszero
  • 133
  • 1
  • 4

1 Answers1

1

I've seen some ADC's from Analog specifically for RTD sensors with I2C interface - check their parametric table. Other manufacturers probably also have these.

Also, you can use any I2C ADC with differential input for that.

Schematics will be in datasheet :-)

BarsMonster
  • 3,267
  • 4
  • 45
  • 79