You’re pretty rad, y’know that?
Comment on Advice needed for 10" Rack ESP32 cooling
jjffnn@feddit.dk 9 months 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 9 months ago
jjffnn@feddit.dk 9 months 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.
Ek-Hou-Van-Braai@piefed.social 9 months ago
That would be amazing thanks, I've barely worked with Arduino but I just ordered a starter kit to play around with and learn.
jjffnn@feddit.dk 9 months ago
I made a git repo with the schematic and yaml file for you, if you have any questions feel free to ask.
I may not know the answer, but i’ll do my best to help.