How to use Serial Monitor - Arduino Tutorial Series in Hindi | Tutorial - 10

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 38

  • @funnyise5441
    @funnyise5441 4 роки тому +1

    Bahut axi video banate ho skill ful hai , sab tutorial dekhchuka

  • @indrakoshle917
    @indrakoshle917 4 роки тому +1

    Continue pls...

  • @Homemade_technical
    @Homemade_technical 4 роки тому +2

    👌👌👌👌👍👍👍👍

  • @yashiqpm5957
    @yashiqpm5957 2 роки тому +2

    Can you make a tutorial on serial monitor with pushbutton 🙂

  • @satishpujari6897
    @satishpujari6897 10 місяців тому

    Very Nice

  • @KrishanKumar-of9fj
    @KrishanKumar-of9fj 4 місяці тому

    Very nice ji

  • @bhaskarh4852
    @bhaskarh4852 4 роки тому +2

    Nice bro

  • @supriyasrivastava7616
    @supriyasrivastava7616 3 роки тому +1

    thanks

  • @rishukumar2905
    @rishukumar2905 4 роки тому +2

    Sir how we can add a external screen that show led on or led off

    • @ScitiveX
      @ScitiveX  4 роки тому

      ye me alag arduino series me bataunga. dont worry

    • @rishukumar2905
      @rishukumar2905 4 роки тому

      @@ScitiveX sir kab satrt kariyega

  • @yashiqpm5957
    @yashiqpm5957 2 роки тому +1

    can you make a tuturial on nodemcu esp8266.you can also code nodemcu with easycoding

  • @yashiqpm5957
    @yashiqpm5957 2 роки тому

    Can we copy and paste Serial print ,digital write and delay ..and we want to off the led and print "LED OFF"
    write so we write digital Write (led,HIGH);
    Serial.println("LED ON");

    delay(2000);
    So we want to off the led and print so can we write like this --digital Write (led,LOW);
    Serial.println("LED OFF");
    delay(2000);

  • @jignasutariya4524
    @jignasutariya4524 4 роки тому +1

    Can we use char val = Serial. read ()?

    • @ScitiveX
      @ScitiveX  4 роки тому

      abhi maine keval int ka use samjhaya hai aur ye tutorials beginners ke lie hai. other data types ka use next series me bataya jaega.

  • @jignasutariya4524
    @jignasutariya4524 4 роки тому +1

    Use of void and loop

    • @ScitiveX
      @ScitiveX  4 роки тому

      loop ke andar ka code repeat hota rahata hai.

  • @jignasutariya4524
    @jignasutariya4524 4 роки тому

    Sir can we use
    char val 1 = (“ON”);
    char val 2 = (“OFF”);
    void setup (){
    Serial.begin(9600);
    PinMode (13,OUTPUT);
    }
    Void loo (){
    Char val1 = Serial.read()
    Char val2 = Serial.read()
    digitalWrite (led,HIGH);
    Serial.print (val1);
    delay (3000);
    digitalWrite (led,LOW);
    Serial.print (val2);
    delay (3000);

    • @ScitiveX
      @ScitiveX  4 роки тому

      abhi maine char ka use nhi sikhaya hai aap int use kariye

    • @ScitiveX
      @ScitiveX  4 роки тому

      ye code galat hai

    • @yashiqpm5957
      @yashiqpm5957 2 роки тому

      Yes we can use char

  • @timetvnews5578
    @timetvnews5578 3 роки тому

    Pyajo sensor ka connection kaise karen 1 board mein

  • @orchidpetsandnature
    @orchidpetsandnature 4 роки тому +1

    What is 9600 no. pls tell

  • @timetvnews5578
    @timetvnews5578 3 роки тому

    इस board se auto pad Kaise banaen

  • @supriyasrivastava7616
    @supriyasrivastava7616 3 роки тому +1

    my serial monitor is not opening

  • @jignasutariya4524
    @jignasutariya4524 4 роки тому

    Plz send the right code

  • @jignasutariya4524
    @jignasutariya4524 4 роки тому

    Is this code is true or not ?

  • @yashiqpm5957
    @yashiqpm5957 2 роки тому

    TASK RESULT