This circuit is designed to control a 4-channel relay module using an ESP8266 NodeMCU microcontroller. The circuit includes input devices such as a DHT11 temperature and humidity sensor, a VS1838B infrared (IR) receiver, and two pushbuttons for user interaction. The ESP8266 NodeMCU is responsible for processing the inputs from the DHT11 sensor, the IR receiver, and the pushbuttons to control the state of the relay channels. The relay module can be used to switch higher power loads that the ESP8266 cannot directly control. The circuit is powered by two 18650 Li-ion batteries connected in series or parallel (not specified), providing power to the microcontroller, the relay module, the sensor, and the IR receiver.
D0
connected to Relay 4 Channel IN1
D1
connected to Relay 4 Channel IN2
D2
connected to Relay 4 Channel IN3
D3
connected to DHT11 DATA
D5
connected to VS1838B IR Receiver OUT
D6
connected to Pushbutton 1 Pin 1 (in)
D7
connected to Pushbutton 2 Pin 1 (in)
GND
connected to common ground netVIN
connected to common VCC net+
connected to common VCC net-
connected to common ground netOUT
connected to ESP8266 NodeMCU D5
GND
connected to common ground netVCC
connected to common VCC netIN1
, IN2
, IN3
connected to ESP8266 NodeMCU D0
, D1
, D2
respectivelyGND
connected to common ground netVCC
connected to common VCC netDATA
connected to ESP8266 NodeMCU D3
GND
connected to common ground netVCC
connected to common VCC netPin 1 (in)
connected to ESP8266 NodeMCU D6
Pin 3 (out)
connected to common ground netPin 1 (in)
connected to ESP8266 NodeMCU D7
Pin 3 (out)
connected to common ground netNo code was provided for the microcontroller. The expected functionality would include reading the state of the DHT11 sensor and the IR receiver, debouncing the pushbuttons, and controlling the relay channels based on the inputs. The code would also handle any WiFi communication if the ESP8266 NodeMCU is used for remote control or data reporting.