Search found 1 match

by FrederikSoelver
Fri Sep 11, 2020 12:44 pm
Forum: ESP32 Arduino
Topic: ESP32 with DHT11 sensor and PWM-signal to caged fan
Replies: 0
Views: 1969

ESP32 with DHT11 sensor and PWM-signal to caged fan

Hi friends, I have tried to write a project where I'm using an ESP32, a DHT11 and a 4 wire PWM caged fan. I'm trying to log the data from the DHT11 on my blynk-app and send PWM signals to my caged fan at the same time. the first code I have is the basic Blynk example: #define BLYNK_PRINT Serial #inc...