Diy temperature controlled fan using arduino

  Рет қаралды 17,523

Electro Retro

Electro Retro

Күн бұрын

Пікірлер: 72
@ElectroRetro
@ElectroRetro 11 ай бұрын
Code :- drive.google.com/file/d/1L_1ppzY5ntrKaL_lm-xtDeN60wLGyvCq/view?usp=drivesdk
@Toro-Tor
@Toro-Tor 3 жыл бұрын
Using a cap to remove that hissing noise from the fan when its not at 100% PWM = very good idea, THANK YOU ! However, the cap is very much related to each application - You have to experiment with the cap until you find one that takes the noise away but still lets it work on various PWM. If i put a 470uf as suggested, my fan just blows full-speed when its supposed to go half-speed. So now I´m using only 47uf and its perfect for 3 different speeds, no noise. Probably one could determine mathematically which cap is the right one ... but I don´t know how to calculate that
@ElectroRetro
@ElectroRetro 3 жыл бұрын
👍🏻
@imzgaming7579
@imzgaming7579 4 жыл бұрын
Noice
@MRTZ75
@MRTZ75 4 жыл бұрын
Can i control the pwm with this circuit? Because mine is only turning on and off. I want the fan slowly build up from 25%,50%,75% and 100% duty cycle. When i measure the output with a oscilloscope i get a 25%,50%,75% and 100% duty cyle but the fans are not moving untill they reach 96% dutycyle. I use a 2 wired 24 fan
@ElectroRetro
@ElectroRetro 4 жыл бұрын
U can adjust that in code
@MRTZ75
@MRTZ75 4 жыл бұрын
@@ElectroRetro I adjusted the code but still not working. For example room temp i want it to spin with 50% but the fans is not spinning. Only when i adjust the fan speed to 96% pwm then the fan starts spinning
@nicholasn.sulaksana8662
@nicholasn.sulaksana8662 3 жыл бұрын
@@MRTZ75 should be in PWM pin. On Arduino Uno, the PWM pins are 3, 5, 6, 9, 10, and 11. The PWM pins are labeled with ~ sign.
@MRTZ75
@MRTZ75 3 жыл бұрын
@@nicholasn.sulaksana8662 it was the fan. My fan wasn't pwm compatible. Every fan manufacturer is different. By changing my fan the circuit worked :)
@hwj2648
@hwj2648 3 жыл бұрын
@@MRTZ75 are you using 24v fan? and all other components are the same as Electro Retro listed? thank you
@jonny11bonk
@jonny11bonk 3 жыл бұрын
So I have put a capacitor between the fan + and -. Can something happen to the capacitor if I leave the fan at the full speed for long?I want to make a controller for my PC case fans.
@ElectroRetro
@ElectroRetro 3 жыл бұрын
No problem
@jonny11bonk
@jonny11bonk 3 жыл бұрын
@@ElectroRetro Oh okay, thank you!
@athuldev5307
@athuldev5307 4 жыл бұрын
👍👌😁
@Chris-rs1pp
@Chris-rs1pp 3 жыл бұрын
hey, im trying this but instead using bc547, im using C1815. is it okay or nay?
@ElectroRetro
@ElectroRetro 3 жыл бұрын
Yes, You can use C1815 or any npn transistor
@Chris-rs1pp
@Chris-rs1pp 3 жыл бұрын
@@ElectroRetro the fan didnt spin at all, the sensors working just fine but the fan doesnt spin. I tried print analogread fan and it showed like what the if condition writes. But it didnt spins. Something wrong or else sir?
@Chris-rs1pp
@Chris-rs1pp 3 жыл бұрын
@@ElectroRetro my ntc show value between 100-200 so i modify the code so the fan always full speed if the value of ntc is above 100 but nothing happened
@ElectroRetro
@ElectroRetro 3 жыл бұрын
Try with a pwm compatible fan
@Chris-rs1pp
@Chris-rs1pp 3 жыл бұрын
@@ElectroRetro if i use pwm fan, then which pin i should connect to which wire? like 12v, ground, tach and pwm pin
@mohamedabdelraheem7164
@mohamedabdelraheem7164 Жыл бұрын
at what temp wont the fan work ?
@robmormile3911
@robmormile3911 3 жыл бұрын
is the 470uf cap relative to the current draw of the fan. If so what cap would be needed for 4 fans in parallel at 80mA each (320ma)
@ElectroRetro
@ElectroRetro 3 жыл бұрын
You can use 470uf capacitor
@abanki9595
@abanki9595 Жыл бұрын
what if I use a 24v fan and power supply? Still same components work.
@ElectroRetro
@ElectroRetro Жыл бұрын
Yes
@abanki9595
@abanki9595 Жыл бұрын
Thank you for your immediate response. Is it possible to use this setup for ESP32 dev kit?
@ElectroRetro
@ElectroRetro Жыл бұрын
I didn't try with esp32. I think its possible, you may need to change adc value to 4095 and need calibration.
@hemanthkumarr6856
@hemanthkumarr6856 3 жыл бұрын
Can u modifi this circuit with button and oled display to set different temp and show temperature
@hemanthkumarr6856
@hemanthkumarr6856 3 жыл бұрын
kzbin.info/www/bejne/j3qqdn6ipsyBn9U. Is it possible to change the dht11 to your thermostat
@likeelijah7136
@likeelijah7136 4 жыл бұрын
How sensitive and accurate is the thermistor
@ElectroRetro
@ElectroRetro 4 жыл бұрын
+/- 1%
@janexavier9488
@janexavier9488 3 жыл бұрын
How to give the 12V supply and from where , can you please explain.
@ElectroRetro
@ElectroRetro 3 жыл бұрын
You can use any 12v dc power Source. example:12v battery,12v adaptor.
@janexavier9488
@janexavier9488 3 жыл бұрын
@@ElectroRetro Thank you
@hamzaqureshi4615
@hamzaqureshi4615 Жыл бұрын
The thermosistor I have has 3 wires, how to I wire them?
@ElectroRetro
@ElectroRetro Жыл бұрын
Do you have part number of your thermistor
@hamzaqureshi4615
@hamzaqureshi4615 Жыл бұрын
@@ElectroRetro DS18B20
@ElectroRetro
@ElectroRetro Жыл бұрын
Follow this tutorial for DS18B20. randomnerdtutorials.com/guide-for-ds18b20-temperature-sensor-with-arduino/
@janexavier9488
@janexavier9488 2 жыл бұрын
Mine is not working can you help me? I checked every connection and coding but still not working?
@ElectroRetro
@ElectroRetro 2 жыл бұрын
Sure, can you please explain your problem?
@janexavier9488
@janexavier9488 2 жыл бұрын
@@ElectroRetro my connection are correct and I even done with my code uploading but the fan is not working i don't know what's wrong
@ElectroRetro
@ElectroRetro 2 жыл бұрын
Check serial monitor
@janexavier9488
@janexavier9488 2 жыл бұрын
@@ElectroRetro Yeah numbers are displaying continuously, what to do next, can you please tell me?
@ElectroRetro
@ElectroRetro 2 жыл бұрын
Is it displaying 640 to 750 values?
@badhonlab
@badhonlab 2 жыл бұрын
i didn't finde code please help me
@ElectroRetro
@ElectroRetro 2 жыл бұрын
Code :- www.mediafire.com/file/xrf43cojzjz554k/tem_controlled_fan.ino/file
@landavid3363
@landavid3363 4 жыл бұрын
Im alrdy follow exactly what you did in this video but also cant coding the arduino.
@ElectroRetro
@ElectroRetro 4 жыл бұрын
What the problem? pls explain.
@landavid3363
@landavid3363 4 жыл бұрын
@@ElectroRetro just unable to coding. idk why. i alrdy do the same thing that u do in your video but unable to coding.
@ElectroRetro
@ElectroRetro 4 жыл бұрын
What's the error showing in arduino ide?
@landavid3363
@landavid3363 4 жыл бұрын
@@ElectroRetro "Avrdude: stk500_recv():programmer is not responding Avrdude:stk_500_getsync() attempt 10 of 10: not in sync: resp=0xf1"
@ElectroRetro
@ElectroRetro 4 жыл бұрын
If you are using arduino nano then change processor to atmega328p(old bootloader) maybe it will work. Tools>processor>atmega328p(old bootloader
@LegeFles
@LegeFles 3 жыл бұрын
2 songs at the same time......
@ElectroRetro
@ElectroRetro 3 жыл бұрын
😅
@kaushikpatel5379
@kaushikpatel5379 4 жыл бұрын
It not work help me
@ElectroRetro
@ElectroRetro 4 жыл бұрын
What's the problem?
@kaushikpatel5379
@kaushikpatel5379 4 жыл бұрын
This work without arduino
@ElectroRetro
@ElectroRetro 4 жыл бұрын
No
Arduino Temperature Controlled Fan Speed
24:30
Jacob Dykstra
Рет қаралды 451 М.
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 4,3 МЛН
Cool Parenting Gadget Against Mosquitos! 🦟👶 #gen
00:21
TheSoul Music Family
Рет қаралды 33 МЛН
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 124 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 3,3 МЛН
1X3L Fan Speed Temperature Controller
17:16
Power Battery Channel
Рет қаралды 25 М.
Creating a quiet and efficient room fan with an Arduino
6:50
Adrian's Digital Basement
Рет қаралды 60 М.
What is worth salvaging from an old smartphone?
8:35
GreatScott!
Рет қаралды 1,2 МЛН
Automate A Fan: Arduino + Relay + Temperature Sensor
11:58
Techplant
Рет қаралды 90 М.
Temperature Based Fan Speed Controller Using Arduino
6:31
Just Do Electronics
Рет қаралды 11 М.
6 Horribly Common PCB Design Mistakes
10:40
Predictable Designs
Рет қаралды 210 М.
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 4,3 МЛН