Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Automatic toll gate system using single and double IR sensor | full code explained in hindi...

  • FunWithElectronicss
  • 2022-08-30
  • 23948
Automatic toll gate system using single and double IR sensor | full code explained in hindi...
How to make automatic toll gate system using single and double IR sensorAutomatic toll gate systemAutomatic doorArduino unoIr sensorArduino automatic doorArduino automatic gate systemFunwithelectronicsArduino project tutorialsHow to make automatic toll gate system tutorialAutomatic toll gate system using arduino uno tutorialAutomatic door opener and closer system
  • ok logo

Скачать Automatic toll gate system using single and double IR sensor | full code explained in hindi... бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Automatic toll gate system using single and double IR sensor | full code explained in hindi... или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Automatic toll gate system using single and double IR sensor | full code explained in hindi... бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Automatic toll gate system using single and double IR sensor | full code explained in hindi...

Automatic toll gate system using single and double IR sensor. | full code explained in hindi...

In this video I made a project called " automatic toll gate system ". It uses two ir sensors, a arduino and a servo motor.

My other video links:

What is transistor :-
   • What is transistor | transistor Kya hai | ...  

How to blink LED with ARDUINO :-
   • How to blink LED with ARDUINO | led ko kai...  

What is arduino :-
   • what is Arduino | arduino Kya hai | how to...  

What is resistor :-
   • what is resistor? | resistor Kya hai | in ...  

Resistor in series and parallel :-
   • resistor in series and parallel connection...  

What is potentiometer:-
   • what is potentiometer | how does pot work ...  

How to use breadboard:-
   • what is breadboard? | breadboard Kya hai |...  

How to use multimeter:-
   • learn about multimeter | how to use it |mu...  

CODE FOR ONE IR SENSOR:-

#include (Servo.h)// dont use this brackets use angled brackets, as shown in video.
int ir = 8;
Servo motor;

void setup() {
pinMode(ir,INPUT);
motor.attach(7);
}

void loop() {
if (digitalRead(ir)==LOW)
{
motor.write(10);
delay(2000);
}
else
{
motor.write(115);
delay(2000);
}
}

CODE FOR TWO IR SENSORS:-

#include (Servo.h)// dont use this brackets use angled brackets, as shown in video.
int chintu = 8;
int mintu = 9;
Servo motor;

void setup() {
pinMode(chintu,INPUT);
pinMode(mintu,INPUT);
motor.attach(7);
}

void loop() {
if (digitalRead(chintu)==LOW)
{
motor.write(10);
}
else if(digitalRead(mintu)==LOW)
{
motor.write(115);
}
}

Make sure you subscribe to channel. To show me your support.
Share this video to family and friends and like the video.
If you have any doubt comment down.
Thanks for watching....

#arduino #arduinoproject #irsensor #servomotor #servomotors #projects #programming #project #breadboard #jumperwires #arduinouno #electronic #automaticdoor #automaticdoors #tollgate #automatic #funwithelectronics

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]