How to Talk with Arduino Board | Voice Recognition Module | Mert Arduino

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ค. 2017
  • In this tutorial we will learn how to talk with the Arduino Board. For this we will use the Voice Control Module. So, we can use this module to control motors, lights and robots.Also, we will use software for record our voice commands. I used the Access Port Software for send HEX commands from Windows to the USB module. MAC users can use the CoolTerm Software for the record commands.
    Also see this project: mXY Board - Low-Budget XY Plotter Drawing Robot Board • Make XY plotter drawin...
    Required Hardware:
    Arduino Uno R3:
    goo.gl/Rqc5w2
    amzn.to/2LZr6t4
    Voice Module :
    goo.gl/J18ChT
    amzn.to/3frJ57Z
    USB to TTL Module :
    goo.gl/hRsKP0
    Servo Motor :
    goo.gl/jQJZlG
    amzn.to/3avwe1N
    LED:
    goo.gl/CPAXXf
    amzn.to/3qxSs8O
    Jump Wires :
    goo.gl/n5ljN3
    amzn.to/3doetmT
    Recommended Items:
    Use Your Muscles in Project - amzn.to/3wdL45C
    37 Sensor & Module Packages - amzn.to/3m66WeQ
    Try this Robot Arm - amzn.to/3fq8DCl
    Best Resin 3D Printer - amzn.to/39tY8KB
    Arduino Compatible Kits - bit.ly/2J2AFF7
    Banggood Spring Sale - bit.ly/3slMbOn
    Software for Voice Recognition Module:
    Access Port for Windows - goo.gl/58BBMG
    CoolTerm for MAC - goo.gl/uMPFWS
    Download Source Code: create.arduino.cc/editor/mert...
    Background Music:
    NoCopyrightSounds
    Tobu & Itro - Sunburst [NCS Release]
    • Video
    / 7obu
    / itro
    Mert Arduino and Tech
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 397

  • @maker101io
    @maker101io  3 ปีที่แล้ว +5

    Source Code:create.arduino.cc/editor/mertarduinotech/3aaa5846-5742-402a-82c3-243fbfadb649/preview
    Recommended Items:
    Use Your Muscles in Project - amzn.to/3wdL45C​
    37 Sensor & Module Packages - amzn.to/3m66WeQ​
    Try this Robot Arm - amzn.to/3fq8DCl​
    Best Resin 3D Printer - amzn.to/39tY8KB​
    Arduino Compatible Kits - bit.ly/2J2AFF7​
    Banggood Spring Sale - bit.ly/3slMbOn

  • @VikasKumar-ei6le
    @VikasKumar-ei6le 4 ปีที่แล้ว +4

    I was in need of this project.
    Thank you so much for this.

  • @samilservetavc6209
    @samilservetavc6209 7 ปีที่แล้ว +9

    çok beğendim muhteşem olmuş bunun "açıl susam açıl" versiyonunu kapı için deneyeceğim .d

  • @giovannete1
    @giovannete1 3 ปีที่แล้ว +23

    Great tutorial for this module. Just as a correction since it took me lots of time to figure it out. The module will not receive the commands (ie 0xaa21) if they are sent as shown in the video. Serial will receive HEX character by character. The module will not recognize as an order since it will receive just the last character (the command) but not the escape character (AA). Therefore instead of Serial.write(0xaa21) you should send Serial.write(0xaa) followed by Serial.write(0x21) and will work like a charm

    • @roborenderer
      @roborenderer 2 ปีที่แล้ว +3

      this was very helpful thanks

    • @mohammedhamza5242
      @mohammedhamza5242 ปีที่แล้ว

      Thanks for the help

    • @itsarenff
      @itsarenff 5 หลายเดือนก่อน

      Dude can you tell me if I can use (APPC220 Bluetooth Voice Recognition Module)
      for the voice module? I am making project for my school science exhibition and I need some expert to help me out 😅

    • @giovannete1
      @giovannete1 5 หลายเดือนก่อน

      @@itsarenff I don't consider myself an expert, I am quite amateur in electronics. In programming and hexadecimal I am better, and I am not familiar with that module. However I assume it works similarly, and instead of wires, you will need to open communication through Bluetooth. Whatever device connected might need to send the same instructions but check the manual of the module to see which hex has to be sent to open communication. The one mentioned here (21, preceded by AA, or 0xAA + 0x21) is the one relative to this module on the video, so be aware it could be different

    • @itsarenff
      @itsarenff 5 หลายเดือนก่อน +1

      @@giovannete1 ty for the reply, I and my friends were not quite sure if it would work but now we know the it will work fine or else it would have been a waste of money and time since it is arriving thursday and our deadline is near also canceling it would have cost us a week more :) I really appreciate your reply :D

  • @maddineninikhilbabu8285
    @maddineninikhilbabu8285 7 ปีที่แล้ว

    This tutorial is better than other tutorialsI am waiting to watch tutorial on text to speech module

  • @arunkarkare
    @arunkarkare 2 ปีที่แล้ว +1

    very useful project. I got exact ideas of what I need to do in my project that controls some GPIO's and shows the results on Nextion display.

  • @mdasifuzzaman6995
    @mdasifuzzaman6995 5 ปีที่แล้ว

    I am making voice control robot car, It was android app control but i'll upgrade it now. Thanks a lot...

  • @angelnovoa709
    @angelnovoa709 7 ปีที่แล้ว

    of course... ¡Take my Like ! cheers from México

  • @extrem2497
    @extrem2497 6 ปีที่แล้ว +1

    Mükemmel bir proje

  • @nitzsantillan1653
    @nitzsantillan1653 4 ปีที่แล้ว

    I love your tutorial ❤❤ already subcribed ❤

  • @TRCVJU
    @TRCVJU ปีที่แล้ว

    Ver nicely explained. Great efforts. Thanks for sharing.

  • @pythongui5199
    @pythongui5199 3 ปีที่แล้ว

    Great project!

  • @mattiaskundert7717
    @mattiaskundert7717 7 ปีที่แล้ว

    Amazing I knew that this module exist and I wanted you to make a video about that. Thank you so so much keep makig videos. By the way you inspired me to make arduino tutorials on youtube and I made my own website, when it'll be finished I will make it in english language and send you a link on it.

  • @rutwikshinde7479
    @rutwikshinde7479 7 ปีที่แล้ว

    Great work friend👍

  • @thedinihulangamuwa2565
    @thedinihulangamuwa2565 6 ปีที่แล้ว

    A Super cool project

  • @harshith7869
    @harshith7869 3 ปีที่แล้ว

    superb video i liked it and also i learned from this video

  • @skwasifbinzaman6758
    @skwasifbinzaman6758 7 ปีที่แล้ว

    Sir I am a big fan of yours

  • @adityarai7674
    @adityarai7674 7 ปีที่แล้ว +2

    thank you for the tutorial please make a robotic car with this

  • @Milburn98
    @Milburn98 7 ปีที่แล้ว

    Very nice, i liked it

  • @otto.m
    @otto.m 5 ปีที่แล้ว +62

    Please reduce the music volume when you speak :]

  • @MASUM7171
    @MASUM7171 6 ปีที่แล้ว +1

    Wow awesome

  • @saifriad1679
    @saifriad1679 7 ปีที่แล้ว +1

    Amazing 😍😍😍

  • @ombabujollireddy7452
    @ombabujollireddy7452 5 ปีที่แล้ว +2

    access port and cool term both are used in this video

  • @yashjaiswal5481
    @yashjaiswal5481 3 ปีที่แล้ว

    Thank you so much

  • @qtechgr
    @qtechgr ปีที่แล้ว

    Good job! what you recommend for voice transmission ? i want to make a long range "Bluetooth" for my bike and my friends to talk to its other

  • @vandanatanna3731
    @vandanatanna3731 7 ปีที่แล้ว

    Great video

  • @spongebkshitpants
    @spongebkshitpants 6 ปีที่แล้ว +4

    Hi, I have a question here. Does it work with other microcontrollers other than Arduino? Thanks

  • @bahieldien2285
    @bahieldien2285 6 ปีที่แล้ว

    Nice job

  • @javiaronak
    @javiaronak 7 ปีที่แล้ว

    Mert Arduino and tech superb video

    • @javiaronak
      @javiaronak 7 ปีที่แล้ว

      plz tell me voice module model number

    • @javiaronak
      @javiaronak 7 ปีที่แล้ว

      plz tell me voice module model number

  • @ongunmanav9998
    @ongunmanav9998 6 ปีที่แล้ว

    Normalde yorum atmam ama efsane olmuş bu kanal büyür söyliyim

    • @carbony26
      @carbony26 6 ปีที่แล้ว

      Türk misin?

  • @bahieldien2285
    @bahieldien2285 6 ปีที่แล้ว

    Good job

  • @technoetthic6390
    @technoetthic6390 5 ปีที่แล้ว +3

    Sir i wanna to know that how can I connect pca9685 and voice recognition module both with arduino

  • @pencilmation2751
    @pencilmation2751 7 ปีที่แล้ว

    nice job

  • @bhushan326
    @bhushan326 6 ปีที่แล้ว

    Nice video... Keep it up!! : )

  • @kutsalbaranozkurt1306
    @kutsalbaranozkurt1306 7 ปีที่แล้ว

    please make a video with arduino camera module. and detect objects. and great video

  • @SayudhMukherjee
    @SayudhMukherjee 7 ปีที่แล้ว

    Hi. nice video. my question is that is there any way through which we can use use as a trusted voice recognition like we get on Google assistant? for more security?

  • @arnavrajesh2864
    @arnavrajesh2864 7 ปีที่แล้ว

    First of all,a great job mert. Secondly what is the basic difference between#define and const int

  • @shaharmaoz6188
    @shaharmaoz6188 3 ปีที่แล้ว

    awesome

  • @Ministrator03
    @Ministrator03 5 ปีที่แล้ว

    Great video! It really helped me.

  • @ombabujollireddy7452
    @ombabujollireddy7452 5 ปีที่แล้ว +2

    i am using windows so may i download access port only or both (access port and cool term), beacause there is showing cool term is available for windows also. please rectify this as soon as possible

  • @pankajYadav-qp6ol
    @pankajYadav-qp6ol 5 ปีที่แล้ว +2

    Plz make such a ardruino project that talk with us and also able to give answer of any questions

  • @agzogneayelgne8453
    @agzogneayelgne8453 6 ปีที่แล้ว +2

    thanks sir. how i control two dc motor using voice recognition pls code with schematic diagram

  • @batikanaybeyulu
    @batikanaybeyulu ปีที่แล้ว

    thanks a lot for the video, i had a problem with the usage of accessport. i wasn't able to see an output on accessport after i gave the necessary commands and also the led constantly light on the voice recognition module. do you have a solution for that?

  • @arunkaur441
    @arunkaur441 4 ปีที่แล้ว +2

    Can we connect more servo motor with different comand please apload vidoe

  • @nitty_gritty_
    @nitty_gritty_ 6 ปีที่แล้ว

    wow nice

  • @dragonnaturallyspeakingsup8959
    @dragonnaturallyspeakingsup8959 4 ปีที่แล้ว

    nice...

  • @gokulrajperumal8142
    @gokulrajperumal8142 6 ปีที่แล้ว +1

    Hi mert , it will recognize only one person voice or it may recognize any human voices. After the completion of project.

  • @skwasifbinzaman6758
    @skwasifbinzaman6758 6 ปีที่แล้ว

    Hello sir i am big fan of your work.....i need a video of yours that you have made a robotic arm using flex sensor and Bluetooth device ......can please suggest me that video......

  • @farukkilavuz3275
    @farukkilavuz3275 3 ปีที่แล้ว +1

    Hello, is it possible to use the module without any board? There are 5 more pins on the module, but there is no information about these pins in the user manual. Do you know about the functions of these pins?

  • @SkillingFoundation
    @SkillingFoundation 7 ปีที่แล้ว

    nice video

  • @mirincondeelectronica
    @mirincondeelectronica 6 ปีที่แล้ว

    Good video..and How many commands can I record on it?? And can it work using a bluetooth module??? Thanks

  • @Hacker-cw9lc
    @Hacker-cw9lc 2 ปีที่แล้ว

    Thank you i will use this for my iron man suit

  • @ahmedsaman3070
    @ahmedsaman3070 7 ปีที่แล้ว +4

    💔😭 finally new video 😭😍❤️😭

    • @muhammadfauzan4963
      @muhammadfauzan4963 6 ปีที่แล้ว +1

      Ahmed Saman do u try this project??

    • @ahmedsaman3070
      @ahmedsaman3070 6 ปีที่แล้ว

      Silent Killer what do you mean ! I didn't get it!

  • @samilservetavc6209
    @samilservetavc6209 7 ปีที่แล้ว +3

    BENCE DİĞER PROJENİZDE HAVA DURUM İSTASYONU OLMALI BİLGİLER HEM ARDUİNODA HEMDE TELEFONDA GÖZÜKMELİ AYRICA HERHANGİ BİR GÜNCELLEMME OLDUĞUNDA SD KARTTAKİ MELODİYİ ÇALSA SÜPER OLUR

  • @manishkushwaha7268
    @manishkushwaha7268 6 ปีที่แล้ว +3

    How we install voice command to the arduino driver

  • @y2macrocosm.592
    @y2macrocosm.592 4 ปีที่แล้ว +1

    thank you for the video it is perfect !!,, but i hated the music

  • @alihere2707
    @alihere2707 4 ปีที่แล้ว

    It would be great if you can tell me that from how far away this module can hear?

  • @senthilinfo2000
    @senthilinfo2000 6 ปีที่แล้ว

    Mert does the voice recognition module controls only 5 commands or it controls more?

  • @joviennelylecruz1010
    @joviennelylecruz1010 5 ปีที่แล้ว

    can the actual microphone be substituted by a highly sensitive microphone (e.g. spy microphone)

  • @vajaialacatalinmihai9543
    @vajaialacatalinmihai9543 5 ปีที่แล้ว +1

    Can I use this with any host that has an UART interface or is this only arduino compatible ?

  • @enestural1790
    @enestural1790 4 ปีที่แล้ว +2

    Hocam ses komutlarını neye göre tanımlayacağız? 0x11 falan yazmışsınız da kod mantığını anlayamadım

  • @trimulrao3490
    @trimulrao3490 ปีที่แล้ว

    Can we make voice recognition, heart beat detector,and RFID door lock security system by ardino.. (all this input in one ardino circuit.)

  • @clickthatmoment3062
    @clickthatmoment3062 4 ปีที่แล้ว +1

    Can we control relay with it

  • @kabiragarwal1365
    @kabiragarwal1365 2 ปีที่แล้ว

    hey i just wanted to ask that can I use FT232RL FTDI USB to TTL Serial Converter with cable as the USB to ttl converter module

  • @rjgroupx
    @rjgroupx 6 ปีที่แล้ว +1

    can we transmit audio signal wirelessly 50 mtr

  • @asaf9528
    @asaf9528 6 ปีที่แล้ว

    +Mert Arduino and Tech, does the module understand any random commands or only certain ones?

  • @hugoxu3
    @hugoxu3 4 ปีที่แล้ว +1

    im with the same doubt in any of the videos that i found about this subject, it will recognize any voice? or just the voice that we recorded in the first place?

    • @giovannete1
      @giovannete1 3 ปีที่แล้ว

      It won't. It compares similar patterns of analog waves. That is why it might be difficult to recognise the difference between "wise" and "wide" for example. If there is a similar voice it might work

  • @arrengomera903
    @arrengomera903 6 ปีที่แล้ว

    hey mert, what is the audible distance that my voice can be heard to the geeetech module?

  • @siddhimali8153
    @siddhimali8153 5 ปีที่แล้ว +1

    Is it necessary to use the USB to TTL module?

  • @lranjankumar9117
    @lranjankumar9117 6 ปีที่แล้ว +1

    When you will make a project on robot with voice module

  • @mouhyechakour4422
    @mouhyechakour4422 4 ปีที่แล้ว

    I loved that.
    Will you mind help me please, I'd like do it as projet at school

  • @lakshay204
    @lakshay204 6 ปีที่แล้ว +1

    I am not able find the arduino code ... please send me correct link ... nice work by the way it will be very helpful to me

  • @Shori5
    @Shori5 5 ปีที่แล้ว

    Hello, what type of batteries and how many would you use for this?

  • @muhamadsyafiq4998
    @muhamadsyafiq4998 4 ปีที่แล้ว

    Can the voice recognition module control the relay wirelessly using the nrf24l01 module?

  • @VasjArtigian
    @VasjArtigian 6 ปีที่แล้ว

    And if you want to record the 2nd group, the commands are AA 12 and AA 22 .. ?

  • @saitamatechno
    @saitamatechno 7 ปีที่แล้ว

    processing 3 e devm et youtube da pekgüzel video yok .bir de joystick oyun kollaarı var ya usb ile pc ye baglıoz , o kollarla arduino yu kontrol edebilir miyiz ,edebilirsek bi videosunu cekebilir misin processing 3 kullanarak, güzel olr yani , bir de bunu uzaktan kumanda olrak kullansak nrf ile cok daha ii olrdu bu videon da cidden güzel olmus , daha sık video atsan cok sevinirim raspberry serisine de lütfen basla :) cok şey istedim ?_? şimdiden teşekkürler :)

  • @nirmala.s3071
    @nirmala.s3071 5 ปีที่แล้ว +2

    Can u make the combination of both talking and voic control in one

  • @well4275
    @well4275 2 ปีที่แล้ว

    Can I use the sensor do detect certain sounds? Instead of commands

  • @arra555
    @arra555 4 ปีที่แล้ว +2

    Big question, can it be programmed with different commands not only ones stated in this video?
    Thanks

  • @joaopauloalvesmarinho9100
    @joaopauloalvesmarinho9100 4 ปีที่แล้ว

    I am having a hard time assembling the code because I would like to at the very voice command of one group summon and load the others. For example: in group 1 (already loaded), I would like to give the command to load group 2.
    However, in every video on the internet, I saw only people using group 1 as an example, so they already left it loaded in Void Setup. What I don't know, is to do this switch between groups in the loop.
    Please, I would love your help.

  • @AnNguyen-kv2mh
    @AnNguyen-kv2mh 2 ปีที่แล้ว

    do you think i can use ARM cortex 4 instead of arduino? Thanks

  • @dasskaruppasamy213
    @dasskaruppasamy213 3 ปีที่แล้ว +1

    I can use this code at voice recognition module v3.1 ?

  • @aniljoshi1001
    @aniljoshi1001 6 ปีที่แล้ว

    what are the things that i can do to increase voice commands limit from 15 to as many as i want?

  • @mostafaebrahim2264
    @mostafaebrahim2264 4 ปีที่แล้ว

    How I can use the same circuit to control a speaker or to play back a recorded audio?

  • @yasril2464
    @yasril2464 5 ปีที่แล้ว +1

    i forgot to disconnect tx rx pin from vr module during uploading UNO program. so the vr cant work.. can u give me the solution?

  • @fazilandco
    @fazilandco 6 ปีที่แล้ว

    Is there any voice module available with cheap rate
    .. pls suggest one

  • @CiCisLifeVlogs
    @CiCisLifeVlogs 6 ปีที่แล้ว

    is it possible if i use wireless microphone?

  • @hanifismat7986
    @hanifismat7986 3 ปีที่แล้ว

    If i just want to use the servo motor, did i still need to use breadboard?

  • @jyreprejoles7604
    @jyreprejoles7604 10 หลายเดือนก่อน

    Can you control more than 1 servo?

  • @darkrider3586
    @darkrider3586 ปีที่แล้ว +1

    Sir i didnt disconnected the tx nd rx pins and my voice recognition is not responding,is it oke to not discoonect will it damage the board

  • @Mike-mo5rh
    @Mike-mo5rh 5 ปีที่แล้ว +14

    Turn OFF the music when your testing what you just built!!!

  • @TjSPB11
    @TjSPB11 6 ปีที่แล้ว

    Hey mate, just wondering....can't an Android with Google Voice Assistant be used instead? Not too much $ right now to buy the module. Thanks!

  • @brianpinto9243
    @brianpinto9243 4 ปีที่แล้ว

    What changes should i make in the code as i want the led like if i glow green then i want it to turn off after 2 sec

  • @Ryan-od7ls
    @Ryan-od7ls 4 ปีที่แล้ว +1

    Is it possible to add more than 5 commands?

  • @shahabdulshafi2362
    @shahabdulshafi2362 ปีที่แล้ว

    Can we display the text from the speech recognizer on a lcd display?

  • @mertcanguler4056
    @mertcanguler4056 6 ปีที่แล้ว

    Merhaba küçük bi sorum olacaktı bu ses modülünde tanıttığınız sesleri sadece sesi tanıtan söyleyince mi anlıyor yoksa söyleyen kişi farketmiyor mu ?

  • @Sachinsingh-ph3xk
    @Sachinsingh-ph3xk 5 ปีที่แล้ว

    I want to know about the voice recognizer that can recognise voice then change it into text formet and then it is recognised by Arduino . Which recognizer can recognise 1000s of voice I want to know please tell

  • @botjesus9365
    @botjesus9365 3 ปีที่แล้ว +1

    What ils the code to do that With the servo

  • @IDUKKI._VLOGZ._
    @IDUKKI._VLOGZ._ 5 ปีที่แล้ว

    Any idea how to use both AA 21 and AA 22

  • @ajmalasees4455
    @ajmalasees4455 5 ปีที่แล้ว +1

    Sir Can you please provide the code for v3 module