Hello all! I am doing a project to make existing homes more sustainable.
Before we where using an regular Arduino Uno but we want to intergrate wifi/IoT. So we got an Esp8266. Unfortunately this doesn't has the timers we use atm.
Is there any change some knows how to overcome this problem?
Oh and of course i ment we want to send a pwm signal to the fans. As is said before we used the timers stated above but this does not work on the ESP. If someone knows a solution we would be really grateful.
I have tried to use the analogWrite() for the PWM Duty.. The fans are not reaction at all or very slight. I also changed the freq. Do you maybe have any other ideas that could work?
The schematic is based on my previous version when we where using an UNO. We wanted a WIFI connection so started using a D1 Mini. And the only bottleneck is the PWM.
For testing i am powering the D1 Mini with the usb connected to my laptop. The pwm pin is D4 and the fans have there own 12v. The ground of the arduino and the fan come together and are connected to the ground of the 12v supply.