This item has closed 1 buyer bought 1 item
View other items offered by BotShop3161

Similar products

MAX6675 Sensor Module Thermocouple Cable 1024 Celsius High Temperature
New
R109.77
Mini Heartbeat Rate Sensor MAX30100 Heart Sensor Module Sensor for Low Power Oxygen Pulse I2C Interf
New
R548.00
MAX31865 Module For PT100/PT1000 Sensor
New
R161.16
DFRobot (SEN0344) Sensor Module, MAX30102, Heart Rate and Oximeter
New
R805.00
MAX31865 Module For PT100/PT1000 Sensor
Sold

MAX31865 Module For PT100/PT1000 Sensor

New 3 were available
R220.98
Shipping
R35.00 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30.00 surcharge. This will be calculated at checkout if applicable.
Check my rate
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Buyer protection
Get it now, pay later

Product details

Condition
New
Location
South Africa
Product code
SEN-037
Bob Shop ID
593184186

MAX31865 Module For PT100/PT1000 Sensor.

The MAX31865 is a tiny surface mount chip, used for the PT100 and PT1000 temperature sensors. Which needs a lot of other components to make it work. luckily you get nifty breakout boards like these which makes life much easier. You can control the chip and read data from it using the breakouts at the bottom.

Power Pins:

  • Vin - this is the power pin. Since the chip uses 3 VDC, we have included a voltage regulator on
    the board that will take 3-5VDC and safely converts it down. To power, the board, give it the same power
    as the logic level of your microcontroller - e.g. for a 5V micro like Arduino, use 5V
  • 3Vo - this is the 3.3V output from the voltage regulator, you can grab up to 100mA from this if you
    like
  • GND - common ground for power and logic

SPI Logic pins:

  • All pins going into the breakout have level shifting circuitry to make them 3-5V logic level safe. Use
    whatever logic level is on Vin!
  • SCK - This is the SPI Clock pin, it is an input to the chip
  • SDO - this is the Serial Data Out / Microcontroller In Sensor Out pin, for data sent from the
    MAX31865 to your processor
  • SDI - this is the Serial Data In / Microcontroller Out Sensor In pin, for data sent from your processor

Datasheets: Max31865 IC
Sample code: Diagram and code

 

MAX31865 Module For PT100/PT1000 Sensor


#include <Adafruit_MAX31865.h>// The value of the Rref resistor.// Use 430.0 for PT100 and 4300.0 for PT1000#define RREF 430.0// The nominal 0-degrees-C resistance of the sensor// 100.0 for PT100, 1000.0 for PT1000#define RNOMINAL 100.0// The constructor expects the Arduino pin-numbers// in the following order: CS, DI, DO, CLKAdafruit_MAX31865 sensor = Adafruit_MAX31865(10, 11, 12, 13);unsigned long lastRead = 0UL;void setup(){  Serial.begin(9600);  // use 2WIRE, 3WIRE, or 4WIRE as necessary  sensor.begin(MAX31865_3WIRE);}void loop(){  // Read the temperature once every second  if(millis() - lastRead > 1000)  {uint16_t rtd_value = sensor.readRTD();float ratio = (float)rtd_value / 32768.0f;    Serial.print("RTD Resistance: ");Serial.println(RREF * ratio, 8);    Serial.print("Temperature:");Serial.println(sensor.temperature(RNOMINAL, RREF));lastRead = millis();  }}

Resources:

Links: https://www.programmersought.com/article/82705206627/
           https://forum.arduino.cc/t/reading-multiple-rtds-with-one-max31865/1068726

            







Recently viewed

See more
REDISSON RED-R-F18 18W Square LED Light Panel
New
R45.00
67% OFF
Interview With the Vampire (DVD)
Secondhand
R50.00 R150.00
33% OFF
For OPPO A57s OEM LCD Screen Digitizer Full Assembly with Frame
New
R487.00 R731.00
33% OFF
KWS-302 170-270V Multifunctional AC Digital Display Rail Voltage and Current Monitoring Meter
New
R515.00 R773.00