You can easily wire this breakout to any microcontroller, we'll be using an Arduino. For another kind of microcontroller, as long as you have 4 available pins it is possible to 'bit-bang SPI' or you can use har
Introduction: Measuring Temperature Using a PT100 and an Arduino The aim of this project is to design, build and test a temperature sensing system. The system was designed to measure a temperature range of 0 to 100 °C. A PT100 was used to measure the temperature, and it is a resistance...
This post also details the math behind the circuit design and should be a good read. The Arduino sketch does not rely on PT100RTD library mentioned above, and is much simpler, but note the circuit used is said to only support-51.85 to 129.87 degrees C. Adafruit PT100 RTD...
We have some example code that will calculate the temperature based on the resistance for you. We even made the breakout 5V compliant, with a 3.3V regulator and level shifting, so you can use it with any Arduino or microcontroller. Each order comes with one assembled RTD amplifier breakout ...
First wire up a MAX31865 to your board exactly as shown on the previous pages for Arduino. Here's an example of wiring a Feather M0 to the sensor with a SPI connection: Board 3Vtosensor VIN Board GNDtosensor GND Board SCKtosensor CLK ...
The Celsius temperature measured by the PT100 sensor can be obtained. Installation To use this library, first download the library file, paste it into the \Arduino\libraries directory, then open the examples folder and run the demo in the folder. Methods /** * @fn readTemperature * @brief...
Just check out the library, then port the code.SPI Wiring Since this is a SPI-capable sensor, we can use hardware or 'software' SPI. To make wiring identical on all Arduinos, we'll begin with 'software' SPI. The following pins should be used:...
We have some example code that will calculate the temperature based on the resistance for you. We even made the breakout 5V compliant, with a 3.3V regulator and level shifting, so you can use it with any for For Arduino or microcontroller. Each order comes with one assembled RTD amplifier ...
LICENSE.md contains the licence information Library Arduino Library - Library to support the ADS122C04 Probe Disconnection If you need to test if the PT100 probe has been connected correctly to the ADS122C04, you may find this discussion useful.About...