PPT of Automatic Rain Sensing Car Wiper Using Arduino Nano.pptx

ajvinayak221 266 views 14 slides Jul 25, 2024
Slide 1
Slide 1 of 14
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14

About This Presentation

Automatic car wiper by the rain sensor using a microcontroller and Arduino code. It is a useful project for science projects and class 11 and 12 students can use this PPT it is complete


Slide Content

Hybrid Power Generation System Automatic Rain Sensing Car Wiper Using Arduino Nano

Contents Introduction Requirement Working Benefits Conclusion

Introduction Automatic Rain Sensing Car Wiper Using Arduino Nano. It is an automatic screen wiper system that monitors the intensity of rainfall and controls the frequency of operation of the wiper accordingly. So as to measure the rainfall intensity, a separate rainfall module is used in the project. Depending on the data collected from the module, a servo motor is assigned to control the movements of the wiper. Our system uses rain sensor to detect rain, this signal is then processed by microcontroller to take the desired action.

Requirement Hardware Components 1000 RPM gear motor Aluminium plate Neodymium magnets 12-0-12 transformer 4 diodes 1000uf capacitor 7812 Voltage regulators Zero PCB Arduino Nano Rain Sensor IR Sensor Servo Motor 9V Battery Battery Cap

Requirement Hardware Components Arduino Nano The Arduino Nano is the smallest microcontroller in the Arduino family and has therefore the lowest number of pins and connections. But in my opinion the Nano is very suitable for projects where you do not need a wireless connection. 2) Rain Sensor A rain sensor or rain switch is a switching device activated by rainfall. There are two main applications for rain sensors. The first is a water conservation device connected to an automatic irrigation system that causes the system to shut down in the event of rainfall.

Requirement Hardware Components IR Sensor An infrared sensor is an electronic device, that emits in order to sense some aspects of the surroundings. An IR sensor can measure the heat of an object as well as detects the motion. These types of sensors measure only infrared radiation, rather than emitting it that is called a passive IR sensor 4) Servo Motor A servomotor is a rotary actuator or linear actuator that allows for precise control of angular or linear position, velocity and acceleration. It consists of a suitable motor coupled to a sensor for position feedback. It also requires a relatively sophisticated controller, often a dedicated module designed specifically for use with servomotors.

Requirement Hardware Components 9V Battery The nine-volt battery, or 9-volt battery, is a common size of battery that was introduced for the early transistor radios. It has a rectangular prism shape with rounded edges and a polarized snap connector at the top. This type is commonly used in walkie-talkies, clocks and smoke detectors. Battery Cap The battery has both terminals in a snap connector on one end. The smaller circular (male) terminal is positive, and the larger hexagonal or octagonal (female) terminal is the negative contact. The connectors on the battery are the same as on the load device; the smaller one connects to the larger one and vice versa.

Working Principle The rain sensor works on the principle of using water for completing its circuit, so when rain falls on it its circuit gets completed and sends out a signal to the microcontroller. The microcontroller now processes this data and drives the motor IC to perform required action. The motor driver IC now drives a servomotor to simulate as a car wiper. This project is designed to build a car wiper that automatically detects the rainfall intensity and regulates the frequency of wiper operation. It is built, using Arduino UNO board. A rain sensing module is used for measuring the intensity of rainfall. And a servo motor is used for controlling the wiper movements.

Working Block Diagram Of Automatic Rain Sensing Car Wiper Using Arduino Nano

Working A rain sensor works on the principle of conductive property of water. Rain sensor is just a small open circuit which gets closed when water falls on it and complete the circuit. The complete circuit sends a small current to the microcontroller through IR sensor which acts as a signal to turn on the servo motor which runs the car wiper. This results in automatic action of car wiper against rain.

Designed System

Benefits Less Power Consumption. Automatic Windshield Wipers High Accuracy Sensor cost is low.

Conclusion This project is designed to build a car wiper that automatically detects the rainfall intensity and regulates the frequency of wiper operation. It is built, using Arduino Nano board. A rain sensing module is used for measuring the intensity of rainfall. And a servo motor is used for controlling the wiper movements. By measuring the amount of rainfall, controller will adjust the speed of servo motor. Servo is controlled by generating PWM signal at its signal line. Initially, as the project is activated, the wiper is switched back to zero-degree position by the servo motor. The controller keeps on monitoring the signal received from the rain detector module. When the rain detector module senses rainfall, the controller checks if it crosses a threshold value set in the device. As soon as that happens, the controller triggers the servo motor which than starts to work. The strength of the signal decides the speed of the servo motor.

Thank You