Search found 2 matches

by al3xrud3r
Thu Nov 23, 2023 9:18 pm
Forum: ESP32 Arduino
Topic: need help why my code
Replies: 4
Views: 8734

Re: need help why my code

i have changed the pin out to #define DHTPIN 2 // Pin connected to the DHT11 sensor #define DHTTYPE DHT11 // DHT sensor type #define FAN_PIN 27 // Pin connected to the relay module for fan/vent control #define SWAMP_COOLER_PIN 26 // Pin connected to the relay module for swamp cooler control #define ...
by al3xrud3r
Mon Nov 20, 2023 6:38 am
Forum: ESP32 Arduino
Topic: need help why my code
Replies: 4
Views: 8734

need help why my code

so i have made a code for a greenhouse control with a esp32 control for greenhouse monitor/control code with the following temperature/humidity in fahrenheit control temperature monitoring off a dht11 Fan/vent control with schedule on html and rtc with manual on/off button Swamp cooler with schedule...