Cirkit Designer Logo
Cirkit Designer | Docs
Your all-in-one circuit design IDE
Home / 
Browse Projects

Explore and Discover Electronics Projects

Browse a wide range of user-created projects and find inspiration for your next build.

Arduino UNO Controlled Traffic Light System with Joystick Interface
Thumbnail
This project utilizes an Arduino UNO to create an interactive traffic light control system, operated via a joystick module. The circuit allows the user to manipulate a traffic light, changing signals from red to yellow to green based on the joystick's direction. It's a hands-on demonstration of embedded systems interfacing with user input to control external devices.
Arduino UNO and LM35 Temperature Sensor with Serial Monitoring
Thumbnail
This project uses an Arduino UNO and an LM35 temperature sensor to measure and display temperature readings in Celsius. The sensor's output is read by the Arduino and the temperature is printed to the Serial Monitor, providing real-time temperature data.
Arduino Uno R3 Automated Distance Sensing Fan Controller with LCD Feedback
Thumbnail
This circuit utilizes an Arduino Uno R3 to manage a servo and an HC-SR04 ultrasonic sensor for distance measurement, controlling a 220V fan via a 12V relay. The system's status is displayed on a 20x4 I2C LCD screen, and the entire setup is powered through a 220V to 24V transformer with safety ensured by a fuse.
Arduino UNO Based Wireless Servo Control with NRF24L01 and LED Indicators
Thumbnail
This project utilizes two Arduino UNO boards equipped with NRF24L01 modules to establish a wireless communication system for controlling servos and LED indicators. One Arduino acts as a transmitter, sending signals when buttons are pressed to either move servos or light up corresponding LEDs on the receiver side, which executes the commands and provides visual feedback.
ESP32-Controlled Soil Moisture Monitoring and Water Pump System
Thumbnail
This circuit features an ESP32 microcontroller interfaced with a soil moisture sensor and a DHT11 temperature and humidity sensor, controlling a 5V mini water pump through a relay. The ESP32 reads the soil moisture level and ambient conditions to intelligently activate the water pump, ensuring optimal soil moisture for plants. The system is powered by a 5V adapter, making it suitable for indoor gardening automation.
ESP32-Based Ambient Light Sensor with BH1750
Thumbnail
This circuit integrates an ESP32 microcontroller with a BH1750 ambient light sensor for measuring light intensity. The ESP32 communicates with the BH1750 sensor over I2C, with connections for SCL and SDA, as well as power (3V3) and ground. It's designed for applications that require monitoring of environmental light conditions, potentially for smart lighting or environmental monitoring systems.
ESP32-Based Environmental Monitoring System with I2C Multiplexer and Gas Sensor
Thumbnail
This project utilizes an ESP32 microcontroller to create an environmental monitoring system that reads data from a DHT11 temperature and humidity sensor and an MQ-5 gas sensor. The system features an Adafruit TCA9548A I2C multiplexer to manage multiple I2C devices, and it outputs the sensor data to the Serial Monitor.
Arduino-Based Automatic Drainage Water Monitoring & Flood Control System with Air Quality and Pressure Sensors
Thumbnail
This project utilizes an Arduino UNO to monitor water levels, air quality, and pressure, controlling a drainage system with a float switch, MQ135 air quality sensor, pressure sensor, relay module, DC motor, and solenoid valve. The system features automatic control and status indication via LEDs, and includes a stop button for manual override.
Arduino-Controlled Dual DC Motor Driver with Hall Effect Sensors and Indicator LEDs
Thumbnail
This project is a motor control system that uses an Arduino UNO to drive two DC motors via an L293D motor driver, with speed feedback provided by Hall effect sensors. The system includes red LEDs to indicate the activation of each Hall sensor, and the Arduino's firmware is programmed to control motor direction based on the sensor inputs. It's designed to be a foundational setup for robotics applications that require precise motor control and feedback.
Arduino UNO Bluetooth-Controlled Car with L298N Motor Driver
Thumbnail
This project is a Bluetooth-controlled car that uses an Arduino UNO microcontroller and an L298N DC motor driver to operate four motors with wheels. The car's movement can be directed via Bluetooth commands from a paired device, allowing for wireless control of forward, backward, left, and right motions. The circuit is powered by a 12V battery, and the Arduino UNO is programmed to interpret Bluetooth signals to drive the motors accordingly.
Arduino UNO Bluetooth-Controlled Servo Motor System
Thumbnail
This project utilizes an Arduino UNO, an HC-05 Bluetooth module, and a Tower Pro SG90 servo motor to create a Bluetooth-controlled servo motor system. The Arduino UNO interfaces with the HC-05 module for wireless communication and controls the servo motor based on received commands.
Arduino-Controlled Input Interface with Momentary Switches and Rotary Encoders
Thumbnail
This circuit serves as a versatile input interface, featuring an array of red and black momentary switches, toggle switches, and rotary encoders, all managed by an Arduino Micro Pro. It is designed to capture user inputs through various controls, which can then be processed by the Arduino for applications such as custom controllers, interactive installations, or prototype user interfaces.
Battery-Powered Buzzer Circuit
Thumbnail
This simple circuit connects a buzzer directly to a 3V AA battery pack. When the circuit is completed, the buzzer is powered by the batteries and will emit a sound. This design is commonly used for basic signaling or alerting applications.
Arduino UNO-Based Smart Parking System with IR Sensors and LCD Display
Thumbnail
This project utilizes an Arduino UNO, IR sensors, a micro servo, and a 16x2 I2C LCD to create a smart parking system. The system detects vehicle presence using IR sensors, displays parking slot availability on the LCD, and controls a servo motor to manage entry.
ESP32-Based Temperature-Controlled Fan with OLED Display
Thumbnail
This project uses an ESP32 microcontroller and an LM35 temperature sensor to monitor ambient temperature and control a fan's speed based on the detected temperature. The system features an OLED display for real-time temperature and fan speed readouts, and it employs phase angle control for efficient fan operation.
Arduino-Controlled Obstacle Avoiding Robot with Ultrasonic Sensor and Dual H-Bridge Motor Control
Thumbnail
This project features an Arduino UNO-based robot that can autonomously navigate and avoid obstacles using an HC-SR04 ultrasonic sensor. The robot's movement is powered by two sets of motors and wheels, controlled by an L298 Dual H Bridge Motor Speed Controller, allowing for precise speed and direction adjustments. A servomotor is used to sweep the ultrasonic sensor for a wider range of detection, and the entire system is managed through an Arduino Sensor Shield for easy connectivity.
Arduino Mega 2560 and UHF RFID-Based Animal Tag Detection System with GPS
Thumbnail
This project utilizes an Arduino Mega 2560, a UHF RFID IN-R200 module, and a GPS antenna to create an animal tag detection system. The system reads RFID tags, processes the data to identify specific animals, and uses GPS for location tracking.
Arduino UNO-Based Smart Home Automation System with Flame and IR Sensors
Thumbnail
This project utilizes an Arduino UNO to create a smart home automation system featuring flame and IR sensors for safety, a DHT11 sensor for temperature and humidity monitoring, and an OLED display for real-time data visualization. The system also includes a buzzer for alerts, LEDs for visual indicators, and a motor driver for controlling DC motors, all powered by a 12V battery.
Arduino-Based Temperature and Humidity Monitor with DHT11 and I2C LCD
Thumbnail
This project uses an Arduino UNO to read temperature and humidity data from a DHT11 sensor and display the readings on a 16x2 I2C LCD. The system is powered by the Arduino's 5V supply and includes a 200-ohm resistor for proper sensor operation.
Arduino Mega 2560 Controlled AC Dimmer Lamp with Voltage Monitoring
Thumbnail
This project utilizes an Arduino Mega 2560 to control an AC dimmer lamp module, allowing for precise light intensity adjustments. The setup includes a voltmeter for real-time voltage monitoring, making it ideal for applications requiring controlled lighting environments.
Thumbnail
Arduino UNO Controlled Traffic Light System with Joystick Interface
This project utilizes an Arduino UNO to create an interactive traffic light control system, operated via a joystick module. The circuit allows the user to manipulate a traffic light, changing signals from red to yellow to green based on the joystick's direction. It's a hands-on demonstration of embedded systems interfacing with user input to control external devices.
AI Score: 10 / 10
Thumbnail
Arduino UNO and LM35 Temperature Sensor with Serial Monitoring
This project uses an Arduino UNO and an LM35 temperature sensor to measure and display temperature readings in Celsius. The sensor's output is read by the Arduino and the temperature is printed to the Serial Monitor, providing real-time temperature data.
AI Score: 10 / 10
Thumbnail
Arduino Uno R3 Automated Distance Sensing Fan Controller with LCD Feedback
This circuit utilizes an Arduino Uno R3 to manage a servo and an HC-SR04 ultrasonic sensor for distance measurement, controlling a 220V fan via a 12V relay. The system's status is displayed on a 20x4 I2C LCD screen, and the entire setup is powered through a 220V to 24V transformer with safety ensured by a fuse.
AI Score: 8 / 10
(expand score summary)
Thumbnail
Arduino UNO Based Wireless Servo Control with NRF24L01 and LED Indicators
This project utilizes two Arduino UNO boards equipped with NRF24L01 modules to establish a wireless communication system for controlling servos and LED indicators. One Arduino acts as a transmitter, sending signals when buttons are pressed to either move servos or light up corresponding LEDs on the receiver side, which executes the commands and provides visual feedback.
AI Score: 10 / 10
Thumbnail
ESP32-Controlled Soil Moisture Monitoring and Water Pump System
This circuit features an ESP32 microcontroller interfaced with a soil moisture sensor and a DHT11 temperature and humidity sensor, controlling a 5V mini water pump through a relay. The ESP32 reads the soil moisture level and ambient conditions to intelligently activate the water pump, ensuring optimal soil moisture for plants. The system is powered by a 5V adapter, making it suitable for indoor gardening automation.
AI Score: 7 / 10
(expand score summary)
Thumbnail
ESP32-Based Ambient Light Sensor with BH1750
This circuit integrates an ESP32 microcontroller with a BH1750 ambient light sensor for measuring light intensity. The ESP32 communicates with the BH1750 sensor over I2C, with connections for SCL and SDA, as well as power (3V3) and ground. It's designed for applications that require monitoring of environmental light conditions, potentially for smart lighting or environmental monitoring systems.
AI Score: 8 / 10
(expand score summary)
Thumbnail
ESP32-Based Environmental Monitoring System with I2C Multiplexer and Gas Sensor
This project utilizes an ESP32 microcontroller to create an environmental monitoring system that reads data from a DHT11 temperature and humidity sensor and an MQ-5 gas sensor. The system features an Adafruit TCA9548A I2C multiplexer to manage multiple I2C devices, and it outputs the sensor data to the Serial Monitor.
AI Score: 10 / 10
Thumbnail
Arduino-Based Automatic Drainage Water Monitoring & Flood Control System with Air Quality and Pressure Sensors
This project utilizes an Arduino UNO to monitor water levels, air quality, and pressure, controlling a drainage system with a float switch, MQ135 air quality sensor, pressure sensor, relay module, DC motor, and solenoid valve. The system features automatic control and status indication via LEDs, and includes a stop button for manual override.
AI Score: 10 / 10
Thumbnail
Arduino-Controlled Dual DC Motor Driver with Hall Effect Sensors and Indicator LEDs
This project is a motor control system that uses an Arduino UNO to drive two DC motors via an L293D motor driver, with speed feedback provided by Hall effect sensors. The system includes red LEDs to indicate the activation of each Hall sensor, and the Arduino's firmware is programmed to control motor direction based on the sensor inputs. It's designed to be a foundational setup for robotics applications that require precise motor control and feedback.
AI Score: 10 / 10
Thumbnail
Arduino UNO Bluetooth-Controlled Car with L298N Motor Driver
This project is a Bluetooth-controlled car that uses an Arduino UNO microcontroller and an L298N DC motor driver to operate four motors with wheels. The car's movement can be directed via Bluetooth commands from a paired device, allowing for wireless control of forward, backward, left, and right motions. The circuit is powered by a 12V battery, and the Arduino UNO is programmed to interpret Bluetooth signals to drive the motors accordingly.
AI Score: 8 / 10
(expand score summary)
Thumbnail
Arduino UNO Bluetooth-Controlled Servo Motor System
This project utilizes an Arduino UNO, an HC-05 Bluetooth module, and a Tower Pro SG90 servo motor to create a Bluetooth-controlled servo motor system. The Arduino UNO interfaces with the HC-05 module for wireless communication and controls the servo motor based on received commands.
AI Score: 10 / 10
Thumbnail
Arduino-Controlled Input Interface with Momentary Switches and Rotary Encoders
This circuit serves as a versatile input interface, featuring an array of red and black momentary switches, toggle switches, and rotary encoders, all managed by an Arduino Micro Pro. It is designed to capture user inputs through various controls, which can then be processed by the Arduino for applications such as custom controllers, interactive installations, or prototype user interfaces.
AI Score: 7 / 10
(expand score summary)
Thumbnail
Battery-Powered Buzzer Circuit
This simple circuit connects a buzzer directly to a 3V AA battery pack. When the circuit is completed, the buzzer is powered by the batteries and will emit a sound. This design is commonly used for basic signaling or alerting applications.
AI Score: 10 / 10
Thumbnail
Arduino UNO-Based Smart Parking System with IR Sensors and LCD Display
This project utilizes an Arduino UNO, IR sensors, a micro servo, and a 16x2 I2C LCD to create a smart parking system. The system detects vehicle presence using IR sensors, displays parking slot availability on the LCD, and controls a servo motor to manage entry.
AI Score: 10 / 10
Thumbnail
ESP32-Based Temperature-Controlled Fan with OLED Display
This project uses an ESP32 microcontroller and an LM35 temperature sensor to monitor ambient temperature and control a fan's speed based on the detected temperature. The system features an OLED display for real-time temperature and fan speed readouts, and it employs phase angle control for efficient fan operation.
AI Score: 10 / 10
Thumbnail
Arduino-Controlled Obstacle Avoiding Robot with Ultrasonic Sensor and Dual H-Bridge Motor Control
This project features an Arduino UNO-based robot that can autonomously navigate and avoid obstacles using an HC-SR04 ultrasonic sensor. The robot's movement is powered by two sets of motors and wheels, controlled by an L298 Dual H Bridge Motor Speed Controller, allowing for precise speed and direction adjustments. A servomotor is used to sweep the ultrasonic sensor for a wider range of detection, and the entire system is managed through an Arduino Sensor Shield for easy connectivity.
AI Score: 10 / 10
Thumbnail
Arduino Mega 2560 and UHF RFID-Based Animal Tag Detection System with GPS
This project utilizes an Arduino Mega 2560, a UHF RFID IN-R200 module, and a GPS antenna to create an animal tag detection system. The system reads RFID tags, processes the data to identify specific animals, and uses GPS for location tracking.
AI Score: 8 / 10
(expand score summary)
Thumbnail
Arduino UNO-Based Smart Home Automation System with Flame and IR Sensors
This project utilizes an Arduino UNO to create a smart home automation system featuring flame and IR sensors for safety, a DHT11 sensor for temperature and humidity monitoring, and an OLED display for real-time data visualization. The system also includes a buzzer for alerts, LEDs for visual indicators, and a motor driver for controlling DC motors, all powered by a 12V battery.
AI Score: 10 / 10
Thumbnail
Arduino-Based Temperature and Humidity Monitor with DHT11 and I2C LCD
This project uses an Arduino UNO to read temperature and humidity data from a DHT11 sensor and display the readings on a 16x2 I2C LCD. The system is powered by the Arduino's 5V supply and includes a 200-ohm resistor for proper sensor operation.
AI Score: 10 / 10
Thumbnail
Arduino Mega 2560 Controlled AC Dimmer Lamp with Voltage Monitoring
This project utilizes an Arduino Mega 2560 to control an AC dimmer lamp module, allowing for precise light intensity adjustments. The setup includes a voltmeter for real-time voltage monitoring, making it ideal for applications requiring controlled lighting environments.
AI Score: 9 / 10
(expand score summary)