MULTIPLE LED BLINKING WITH ARDUINO UNO (WITH CODE)|| #3 Arduino Project

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • #Arduino, #Arduinoprojects,#Homeautomations This tutorial we are going to do the simulation of blinking multiple LEDS using Tinkercad and Arduino board.
    Check out the connection and code. We will be uploading the code to Arduino board using Arduino IDE.
    This is a simple arduino led projects for beginners and you will enjoy it.
    #####CODE#####
    void setup() {
    // put your setup code here, to run once:
    pinMode(4,OUTPUT);
    pinMode(5,OUTPUT);
    pinMode(6,OUTPUT);
    pinMode(7,OUTPUT);
    pinMode(8,OUTPUT);
    pinMode(9,OUTPUT);
    pinMode(10,OUTPUT);
    pinMode(11,OUTPUT);
    pinMode(12,OUTPUT);
    pinMode(13,OUTPUT);
    }
    void loop() {
    // put your main code here, to run repeatedly:
    digitalWrite(4,HIGH);
    delay(50);
    digitalWrite(4,LOW);
    delay(50);
    digitalWrite(5,HIGH);
    delay(50);
    digitalWrite(5,LOW);
    delay(50);
    digitalWrite(6,HIGH);
    delay(50);
    digitalWrite(6,LOW);
    delay(50);
    digitalWrite(7,HIGH);
    delay(50);
    digitalWrite(7,LOW);
    delay(50);
    digitalWrite(8,HIGH);
    delay(50);
    digitalWrite(8,LOW);
    delay(50);
    digitalWrite(9,HIGH);
    delay(50);
    digitalWrite(9,LOW);
    delay(50);
    digitalWrite(10,HIGH);
    delay(50);
    digitalWrite(10,LOW);
    delay(50);
    digitalWrite(11,HIGH);
    delay(50);
    digitalWrite(11,LOW);
    delay(50);
    digitalWrite(12,HIGH);
    delay(50);
    digitalWrite(12,LOW);
    delay(50);
    digitalWrite(13,HIGH);
    delay(50);
    digitalWrite(13,LOW);
    delay(50);
    }

Комментарии • 9

  • @STFocus
    @STFocus 11 месяцев назад

    Good Project. Love it. Already Subscribed your Channel. Keep Up !

  • @ELITEXPERIENCEHUB
    @ELITEXPERIENCEHUB Год назад

    Sir plzz make nxt video on how to control led by using hc05 Bluetooth module

    • @robotechzone
      @robotechzone  Год назад

      It's already there on my channel sir

  • @venkatarts6769
    @venkatarts6769 Год назад

    How to develop in making different things with arduno can you please say

  • @CGYT-hq5ce
    @CGYT-hq5ce Год назад +1

    Where's the resistor

    • @robotechzone
      @robotechzone  Год назад +1

      ( Sorry ) if u want u can use 😅

    • @CGYT-hq5ce
      @CGYT-hq5ce Год назад +1

      @@robotechzone give me five

  • @harshagennerahalli
    @harshagennerahalli Год назад

    Project materials names