Search found 2 matches

by cleber
Wed Dec 08, 2021 3:59 pm
Forum: ESP32 boards
Topic: Industrial PT100 temperature transmitter and ESP32
Replies: 0
Views: 4196

Industrial PT100 temperature transmitter and ESP32

Hi, I'm building a temperature controller using ESP32s and industrial PT100 temperature transmitters. The transmitter I'm using is this: https://www.titec-gmbh.de/wp-content/uploads/2017/04/Datenblatt-MUF-HS_de_en.pdf It has selectable temperature ranges and outputs 1-10V according to the temperatur...
by cleber
Fri Oct 22, 2021 11:10 am
Forum: Drivers for External Components
Topic: Multiple PT-100 on a single MCU
Replies: 0
Views: 6663

Multiple PT-100 on a single MCU

Hi, I have been trying to get multiple 3-wire PT-100 sensors connected to max31865 on my ESP32 (dev board, I believe). I made a few changes to the lopy driver mentioned here . Notably I changed it so I create the SPI outside and give it as an argument to the driver's constructor, since I noticed tha...