This document provides a detailed overview of a circuit designed to interface various sensors and actuators with an Arduino UNO microcontroller. The circuit includes a USB driver circuit for a fogger atomizer, a 12V single-channel relay, a humidifier, an MQ-135 air quality sensor, a KY-015 DHT11 temperature and humidity sensor, an HC-SR04 ultrasonic sensor, two gearmotors with a corresponding L298N DC motor driver, and an MKE-M07 LCD1602 I2C display module.
+
, -
NC
, COM
, NO
, IN
, GND
, VCC
GND
, 5V
VCC
, GND
, A0
, D0
5V
, S
, GND
VCC
, TRIG
, ECHO
, GND
PIN1
, PIN2
PIN1
, PIN2
OUT1
, OUT2
, 12V
, GND
, 5V
, OUT3
, OUT4
, 5V-ENA-JMP-I
, 5V-ENA-JMP-O
, +5V-J1
, +5V-J2
, ENA
, IN1
, IN2
, IN3
, IN4
, ENB
UNUSED
, IOREF
, Reset
, 3.3V
, 5V
, GND
, Vin
, A0
, A1
, A2
, A3
, A4
, A5
, SCL
, SDA
, AREF
, D13
, D12
, D11
, D10
, D9
, D8
, D7
, D6
, D5
, D4
, D3
, D2
, D1
, D0
GND
, 5V
, SDA
, SCL
+
connected to 12V Single Channel Relay COM
-
connected to 12V Single Channel Relay NO
and Humidifier GND
NC
not connectedCOM
connected to USB Driver Circuit Fogger Atomizer +
NO
connected to USB Driver Circuit Fogger Atomizer -
IN
connected to Arduino UNO D9
GND
connected to common groundVCC
connected to common 5V5V
connected to USB Driver Circuit Fogger Atomizer +
GND
connected to USB Driver Circuit Fogger Atomizer -
VCC
connected to common 5VGND
connected to common groundA0
connected to Arduino UNO A0
D0
not connected5V
connected to common 5VS
not connectedGND
connected to common groundVCC
connected to common 5VTRIG
connected to Arduino UNO D3
ECHO
connected to Arduino UNO D4
GND
connected to common groundPIN1
connected to L298N DC Motor Driver OUT3
PIN2
connected to L298N DC Motor Driver OUT4
PIN1
connected to L298N DC Motor Driver OUT2
PIN2
connected to L298N DC Motor Driver OUT1
OUT1
connected to Gearmotor DC Wheels Left PIN2
OUT2
connected to Gearmotor DC Wheels Left PIN1
12V
not connectedGND
connected to common ground5V
connected to common 5VOUT3
connected to Gearmotor DC Wheels Right PIN1
OUT4
connected to Gearmotor DC Wheels Right PIN2
5V
connected to common 5VGND
connected to common groundA0
connected to MQ-135 Sensor Air Quality A0
A4
connected to MKE-M07 LCD1602 I2C SDA
A5
connected to MKE-M07 LCD1602 I2C SCL
D3
connected to HC-SR04 Ultrasonic Sensor TRIG
D4
connected to HC-SR04 Ultrasonic Sensor ECHO
D9
connected to 12V Single Channel Relay IN
GND
connected to common ground5V
connected to common 5VSDA
connected to Arduino UNO A4
SCL
connected to Arduino UNO A5
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
setup()
and loop()
functions. Actual implementation details need to be filled in based on the specific requirements of the circuit's operation.documentation.txt
file is empty and does not contain any additional information.