Looking at adding some monitoring and automation for my smoker box.
At the moment it runs a single USB fan, that I manually connect/disconnect using a USB battery pack
What I want is to put in temp/humidity/smoke sensors, and use that to supply power to the fan (as required)
Say if the temp rises above a threshold, it will power on the fan. If the smoke level drops to zero, then alert me.
I have a couple old Arduino clones (and a newer 4MB esp/D1 mini).
But unsure if I need something else to both connect multiple sensors (up to 4 sensors in total) and able to power/control a USB fan.
Do I need to get an Arduino and add shields ... or is there a ESP8266 type module (or newer) with all this integrated?