That would be amazing thanks, I've barely worked with Arduino but I just ordered a starter kit to play around with and learn.
Comment on Advice needed for 10" Rack ESP32 cooling
jjffnn@feddit.dk 1 week ago
I actually have a working’ish prototype of this project laying on my table right now.
It’s a 120mm noctua fan being controlled by pwm i relation to the temperature. It also has an oled screen to show temp and fan speed. All controlled trough home assistant via esphome.
I say working’ish because the temp sensor i’m using (dht11) is unreliable and is messing up half the time, so i’m looking into buying a DS18B20 instead.
I’d be happy to share schematics and code if you’d like it.
some_guy@lemmy.sdf.org 1 week ago
You’re pretty rad, y’know that?
jjffnn@feddit.dk 1 week ago
Thanks. 😀
I had to use 4 different sources to make my project work.
It wouldn’t be nice to force others to go trough the same amount of trouble when i already have the files.