Arduino and HighTemperatureSensor SKU SEN0198
TIPE 2026-03-23 03:42:05 88 Views1 Replies Hello,
How can I use this sensor to control the temperature of a pump connected to an Arduino?
2026-03-24 09:46:43
Yx
The SEN0198 can only measure temperature, it can't control the pump's temperature directly.
Here's how to do it with Arduino:
First, the sensor sends temperature data to Arduino. Then, set a temperature threshold in the code. When the temperature exceeds/falls below the threshold, Arduino can control the pump to work.
Check the official wiki for sensor usage: https://wiki.dfrobot.com/sen0198/docs/19062
Yx 

