MAX31865 (RTD온도센서를 SPI로 읽어주는 칩)

출처: https://blog.naver.com/cubloc MAXIM에서 괜찮은 칩이 나왔군요. RTD센서 (보통 PT100옴이라고 불리죠)를 연결해서 MCU와 직접 연결할 수 있도록 SPI 프로토콜로 바꿔주는 칩입니다. RTD센서는 변화량이 100옴밖에 안되기 때문에, MCU에 직접 물릴 수 는…

Continue ReadingMAX31865 (RTD온도센서를 SPI로 읽어주는 칩)

Adafruit MAX31865 RTD PT100 or PT1000 Amplifier

https://learn.adafruit.com/adafruit-max31865-rtd-pt100-amplifier/arduino-code pt100의 온도 측정 범위는 -200°C~+850°C입니다. pt100의 저항은 온도에 따라 변경됩니다. PT100은 저항 값이 0°C에서 100 ohms이며 저항 값은 100°C에서 약 138.5 ohms임을 의미합니다

Continue ReadingAdafruit MAX31865 RTD PT100 or PT1000 Amplifier

STM32-PT100-MAX31865

https://github.com/nimaltd/max31865 MAX31865 Library http://www.github.com/NimaLTD https://www.instagram.com/github.nimaltd/ https://www.youtube.com/@nimaltd This is the MAX31865 STM32 HAL Library Based on https://github.com/adafruit/Adafruit_MAX31865 How to use this Library: Select "General peripheral Initalizion as a pair of '.c/.h' file…

Continue ReadingSTM32-PT100-MAX31865