Это видео недоступно.
Сожалеем об этом.

HC05 Voice Command Arduino Project in Hindi | Bluetooth Module | LED

Поделиться
HTML-код
  • Опубликовано: 18 янв 2020
  • Control LED by Voice Command From Your Phone | HC05 Bluetooth Module Arduino Project in Hindi.
    Dosto is project me mene Voice Command se app LED to kese on off sakte he dikhaya he.
    HC-05 Module- amzn.to/37eVHbK
    Arduino UNO - amzn.to/2R6znes
    Jumper Wires - amzn.to/36dbSoz
    Bread Board - amzn.to/366Z9DK
    Arduino Code - drive.google.c...
    Circut Diagram - drive.google.c...

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

  • @dheerajrthamattat4720
    @dheerajrthamattat4720 3 года назад +2

    saw many videos ...
    but ur project worked out
    thank you......
    GREAT EXPLANATION...

  • @JUST_RANDOM869
    @JUST_RANDOM869 2 месяца назад +1

    Project code 👇
    int Green = 3;
    int Orange = 4;
    int Red = 5;
    void setup() {
    Serial.begin(9600);
    pinMode(Green,OUTPUT);
    pinMode(Orange,OUTPUT);
    pinMode(Red,OUTPUT);
    }
    char c;
    String voice;
    void loop() {
    if (Serial.available()>0)
    {
    voice="";
    voice=Serial.readString();
    Serial.print(voice+'
    ');
    }
    if(voice=="green")
    {
    digitalWrite(Green,HIGH);
    } else if(voice=="green off")
    {
    digitalWrite(Green,LOW);
    }
    if(voice=="orange")
    {
    digitalWrite(Orange,HIGH);
    } else if(voice=="Orange off")
    {
    digitalWrite(Orange,LOW);
    }
    if(voice=="red")
    {
    digitalWrite(Red,HIGH);
    } else if(voice=="read off")
    {
    digitalWrite(Red,LOW);
    }
    }

  • @Dhananjaykumar100
    @Dhananjaykumar100 4 года назад +1

    भैया आपकी इंजीनियरिंग को सलाम 👌👌
    वैसे आप एक दीवाली वाली लाइट का बनाओ ।

  • @tech-nischal_143.
    @tech-nischal_143. Год назад +2

    IT IS AMAZING AND ABSOLUTELY WORKING I HAVE SEARCHED SO MANY VIDEO BUT CODES ARE ERROR BUT IN THIS VIDEO CODE IS WORKING BUT THERE ARE SMALL SPELLING MISTAKES IN THE CODE LIKE RED IS WRITTEN AS READ

    • @RocketLaunch1245
      @RocketLaunch1245 6 месяцев назад

      hllo bro can you post that code in comment box also

  • @kaleeswaran6130
    @kaleeswaran6130 3 года назад

    Awesome video sir. Thankyou so much.

  • @MySad101
    @MySad101 4 года назад +1

    Nicely technically 👍👌

    • @RGPinger
      @RGPinger 4 года назад

      :D u kidding?

  • @pradeepks508
    @pradeepks508 3 года назад

    Nice super thanks

  • @aloktechnical2883
    @aloktechnical2883 4 года назад

    Exilant ♥️♥️♥️😘😘😘😘

  • @MatthewCarlsen
    @MatthewCarlsen 4 года назад

    Excellent video!

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

    👍 thanks

  • @sumanmannachottonagordala25769
    @sumanmannachottonagordala25769 3 месяца назад

    Without Arduino bluetooth control all in one won't this project work only with Arduino bluetooth control in this app?plz replyyyyyyy😢😢😢😢

  • @anandkadu7554
    @anandkadu7554 4 года назад +2

    Sir how to do this with only one led.

  • @arduinosciencebyadeebj2472
    @arduinosciencebyadeebj2472 3 года назад +1

    Respected project

  • @divyanshibhandari8865
    @divyanshibhandari8865 2 года назад

    Good

  • @mathskadarr254
    @mathskadarr254 4 года назад +1

    Maine sab same kia aur Arduino recieve bhi kar raha h signal lekin lights nai jal rahi h

  • @anandmahajan3928
    @anandmahajan3928 3 года назад

    is there any way to do this using an app instead of voice control. I want to implement in traffic signal

  • @BunchOfThoughts
    @BunchOfThoughts 9 месяцев назад

    Blutooth speakers ka voice command kese band kare software se ya ic change kar ke.. Make a video

  • @ulisessilva1814
    @ulisessilva1814 8 месяцев назад

    se puede hacer este proyecto con el hc 06

  • @krishnavishwakarma7996
    @krishnavishwakarma7996 2 года назад

    i got the another error bluetoothnot connecting to apps showing error( its say its a ssp bluetooth).

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

    Not able to open the arduino code fine. Can you please give the new link. Its really urgent.

  • @user-qi7xe4ft3k
    @user-qi7xe4ft3k 3 месяца назад

    Code run ni ho rha... output not declared... ye issue aa rha

  • @krishnavishwakarma7996
    @krishnavishwakarma7996 2 года назад

    I got the error (an error occurred while uploading code) i have already removed vcc power pin. i don't know
    why i facing this problems.
    please reply i have to summbit my project please reply.

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

    pls send the link for the arduino bluetooth controller app?

  • @dinesh2029j
    @dinesh2029j 3 года назад +1

    Which app bro

  • @lastbencherparamjitsingh6672
    @lastbencherparamjitsingh6672 4 года назад

    Hc05 bluetooth connet aney bluetooth???

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

    Plz send project code pdf or documents

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

    Bluetooth module me on hote hi welcome by usb drive bolta h uski jagah per hamara naam bole is prakar ke video banao

  • @mithleshsingh6307
    @mithleshsingh6307 3 года назад

    Bhai apne jo code aur circuit ka link diya hai usse wo download nahi ho pa rha

  • @ece46.shwetavyadav47
    @ece46.shwetavyadav47 Год назад

    Pls send the new arduino code file as soon as possible. The file which you have given can't be opened.

  • @saftastic7
    @saftastic7 3 года назад

    hello sir how to connect smartphone

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

    Sir..code is not opening can u please re-upload it....please sir

  • @Payalgamingfan20
    @Payalgamingfan20 2 года назад

    Bro how did you connect led strip

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

    Bro give me the app link please

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

    The file is not supporting

  • @aakashkumarkundan5498
    @aakashkumarkundan5498 8 месяцев назад

    Code is not available, can you please upload it again.

  • @SharifMovesFit
    @SharifMovesFit 2 года назад

    Bluetooth is not connecting to mobile

  • @pareshmaheshwari377
    @pareshmaheshwari377 3 года назад

    Bhai F&D e200 Bluetooth kaise lagaya tune bhai please bhai mujhe bhi Bata kaun si via kidhar joint karni thi vah nahin bataya tune vah aryabhata please

  • @pareshmaheshwari377
    @pareshmaheshwari377 3 года назад

    Please bhai

  • @souvikdhar1860
    @souvikdhar1860 2 года назад

    Sir the code is not there

  • @ayathamer5369
    @ayathamer5369 2 года назад

    Please I want code