Arduino with Sound Sensor and LED (Tutorial)

แชร์
ฝัง

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

  • @Otranna
    @Otranna 11 หลายเดือนก่อน +3

    Thanks friend. I was worried why my project it doesn't work but this was helpful.

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

    It's working good for me! Thanks for the tutorial.
    For some people in comment section who did not get output -
    1. Capital 'S' in Serial.begin(9600) should be used
    2. Newly bought sound sensor should be adjusted to normalcy
    - by screwing the potentiometer in anti clockwise (Analog output pin nearer to you) direction for "20 turns" or so

    • @tameemullas5868
      @tameemullas5868 10 หลายเดือนก่อน +1

      Brother even I also did it in same way but the LED is on through out all time it doesn't react to sound can plz explain?

  • @besanamateojrd.376
    @besanamateojrd.376 ปีที่แล้ว +1

    Thanks Bombay., IT students in the Philippines are always watching Indian Tutorials incomes of IT major
    subjects.

  • @stellalandi8687
    @stellalandi8687 8 วันที่ผ่านมา

    Thank you! It was really simple and helpful, you really saved my project

  • @marissa.kswd22
    @marissa.kswd22 4 ปีที่แล้ว

    What if you power your arduino uno with an external battery. Would you still need to connect the plus power pin of the sound sensor to the 5V input of the arduino uno? Or would you have to connect it to another input?

  • @-m7k0z7-9
    @-m7k0z7-9 5 ปีที่แล้ว

    Can it be programmed to detect certain sound signal patterns that work as an encrypted "message", which then can be translated into a code that unlocks the encryption, and activate a certain command?
    *The device would detect any sound, but woun't initiate that specific command until it has received the proper sound signal.

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

    Is there a way to use the sound output via a mini stereo cord from say a phone or computer jack and read it instead of reading it in open air via the microphone module?

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

    From same code can we add to switch relay to turn on light or other devices? Do you have any video of such?

  • @nuelaenebechi6861
    @nuelaenebechi6861 3 ปีที่แล้ว +4

    This is amazing!! It worked perfectly for me!!

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

      How does it plz explain, my LED always on it doesn't react to sound though any idea, if you have did it?

  • @danielenocito5080
    @danielenocito5080 4 ปีที่แล้ว +3

    Thanks mate, very clear and useful 👍
    It would be nice if you could show also the Serial Monitor
    All the best

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

    thanks! also,why did you use "serial begin9600"? i think its wasn't necessary for this project, but correct me if im wrong

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

    thanks for the upload man, this was awesome!

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

    Like should the adapter be connected to the laptop or can we take out and it will still work

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

    Hey, I have one question.. I have another component connected to the Arduino, so the 5V place is already taken. How to connect the Sound Sensor + then?

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

    If wonder if this would work as an early-alarm? If you were to somehow glue this behind a lock, or a window?
    Is there a way to make it detect ONLY high (or only low) pitched sounds? That would be amazing for a security system...

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

    2 question,..1st question - what do i put in threshold to enable the LED when i say "hi" ?...2nd question - what application did you use in your computer ?,thx.

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

    Still i am not getting how can connect the digital output pin of the sound sensor with the analog pin of the arduino.

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

    Can sound be recorded and sent across the house to receivers and sensor's? Once you pass them?

  • @rushabh.patel14
    @rushabh.patel14 5 ปีที่แล้ว

    How to connect two sound sensors at a time and read them simultaneously?

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

    do you can do it with 3 pin's of the sound detector

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

    How can i use this sound sensor for more applications with different power consumption?

  • @dnevnipodsjetnik
    @dnevnipodsjetnik 5 ปีที่แล้ว +4

    It doesn't make any sanse you connect D0 on the sensor to analog input on arduino. When you check readings from D0 (sensor) with command Serial.println (soundsens); it will show you readings like 1023 (and no chance will you change with trying to adjust the potenciometer). BUT if you connect the wire to A0 (instead of D0) on the sensor you will get accurate readings. THEN you can spin the potenciometer and try to put it to 150-160 while watching its read on Serial monitor. Then when you clap your hands the readings will go above 200 and the LED will shine.

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

      You can do it however you want. There are no restrictions in programming and electronics.

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

      It didnt work i got the program perfect yet still whenever i apply power the led turns on. Explain if you can thanks sir.

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

      @@krproject8917 what he is saying is right. Digital output from sensor means high or low. There is no in between values . You have to use Analog output of the sensor

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

      @@micahproulx1989 use Analog output of the sensor

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

      @@toddmoore112 I tried that, whenever i apply power it just turns on. Thanks, Micah.

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

    thank you so much my friend

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

    Can we use PIC18F4520 microcontroller instead of Arduino Uno..??

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

    it was really helpful, and thank you for the code explanation

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

    Its coming error in else line that is in the end
    :exit status
    Expected unqualified id before 'else'

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

    When you copy his code don't forget to change the A# pin to which ever number you plugged in your cable to. A very pivotal part that was missing.

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

    Can I use gy max4466 for this project?

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

    Hello, may I ask how to let my Arduino connect with Bluetooth and resonate sound?

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

    nice tutorial.
    mmm i have a trouble. in your tutorial, you find high/low sensor. if high then led on. can i get a frequency this sensor?

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

      Michael Indra Pramana you can print the sound sens value and see if it gives u the data.

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

      Serial.println(soundsens);

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

    No bullshit, no ambiguity, and you spoke English because the title is also in english. 1100/10

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

    whys my led doesnt light . all are the same with the video? thanks for the help

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

    man, thank you very much after seeing your video I was able to find the error in my project and now I was able to execute everything in compliance, thank you again and continue making videos like this, a hug for you from Belém-Pará-Brazil.

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

      Happy to help.

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

      Hello!! Which microphone/sound sensor did you have specifically used??
      Actually I have to detect whether sound exceeds a threshold value or not....
      Thanks in advance!!!

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

    can this be done with servos? If so, how can i do this?

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

    How many can set led for mega?
    Can do separately?

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

    Thanks for the video. My led is always on. I tried both AO and DO from sound sensor and connected to A2. Also tried adjusting the potentiometer.

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

      Same problem

    • @adityabansal9828
      @adityabansal9828 7 หลายเดือนก่อน

      Hey, idk if you still need this, but try adjusting ur threshold in the int's at the top. Everyone has a different value, but for me it was 1015. you will have to play around with it a bit, but i hope this helps.
      @@tameemullas5868

  • @Smiley-sm2cq
    @Smiley-sm2cq 4 ปีที่แล้ว

    Can I use same sound sensor with raspberry pi 3b+?

  • @aisyahhadiismail
    @aisyahhadiismail 9 หลายเดือนก่อน

    Hi, i need help. Why when i run the coding, it appear 'A2' was not declared? I copy exactly like yours. THank you.

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

    Great ,it's working properly

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

    Cam you tell some more info abt the potentiometer??plsss

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

    How can I use this in a system that deters barking dogs? I currently have a system I wired together that runs high pitch piezo tweeter speakers on a remote but that doesn't work when I'm not home to activate it. The over the counter bark deterrents are useless. I need it to stay on for 30 seconds when it detects noise but no shut off when it detects the second bark. Any ideas?

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

    Thank you so much , it's really work ❤️💪🇩🇿

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

      Please explain the mi how to do this please send the coding

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

    Bro..., in need aurdino program code for my project work.... If possible can you provide it

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

    where we use this type of projects???

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

    I tried for about an hour adjusting the potentiometer but the light that is only supposed to go off from sound is unable to to turn off. Could something be faulty with my sound sensor? It looks like the exact same one from the tutorial. Since this is the case, the LED on the UNO is constantly turned on as well as the 2 LEDs on the sound sensor. Any advice is appreciated. I've watched the tutorial 3 times now.

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

      Use the analogue pin of the sound sensor...not digital

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

      @@zannelleooko1745 Thank you!

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

      Had the same problem!

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

    Can we record sound using this sensor?

  • @user-rq6bj5hb8w
    @user-rq6bj5hb8w 2 ปีที่แล้ว

    This video is very usefull for me.Thank You

  • @gameez25
    @gameez25 8 หลายเดือนก่อน

    cảm ơn bạn rất nhiều

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

    Does it recognize voice command?

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

    What should I do if I have ESP32 instead of Arduino?

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

    'Serial' was not declared in this scope 'A2' was not declared in this scope
    ihave this type of error how to solve it

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

    why is led always on on my project what is the problem of this? even without sound the led is always on

  • @tameemullas5868
    @tameemullas5868 10 หลายเดือนก่อน +1

    Brother I did it in the same way as you but its not working, I copied the program and pasted it, but the LED is on it doesn't react to sound , connections are also made properly, can you give any idea for it?

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

      Plz reply me brother

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

    board at com5 is not avilable error is coming. can u pls help

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

    Can we connect motor instead of light

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

    Hi guys, how do you make a guitar sound catcher?

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

    is there a way where the led would turn on at a certain decible?
    so like:
    if (decible = >60)
    {
    digitalWrite(LED, HIGH);
    }
    else
    {
    digitalWrite(LED, LOW);
    }
    }

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

    My sound sensor circuit isn't working, the LED lights up and stays on. It doesn't light up or turn off when it is suppose to. There is no error in the code, as the Arduino IDE says there is no error. The connections appear to be good as well since I double checked. The only difference is that I am using NANO to save space time and money.

    • @adityabansal9828
      @adityabansal9828 7 หลายเดือนก่อน

      Hey, idk if you still need this, but try adjusting ur threshold in the int's at the top. Everyone has a different value, but for me it was 1015. you will have to play around with it a bit, but i hope this helps.

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

    Who to adjust potentiometer

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

    Can we use nano aurdino?

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

    I have a similar sound sensor that is red. However I am having trouble with it it only turns on the LED when it is directly facing it and close, and also it reacts much better to claps. I am trying to make it turn on the LED to the basic sound of the buzzer, so like a pin that goes on and off. I would like it to be able to react to the sensor when it is relatively far away, at least 1 ft for this stage but ultimately i would like it to detect the sound at least 20 ft away while both are underwater. Do you think that the sensor was not working because the sensor had a fault? or is it just that theses are not that sensitive to begin with? Thank you!

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

      Yes, these are not very sensitive. But, you can still try adjusting your potentiometer.
      Best of luck.

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

    You helped me so much

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

    Creative video, thanks for sharing :)

  • @jodethb.6727
    @jodethb.6727 5 ปีที่แล้ว

    My sound sensor heated what does it mean?

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

    Can you please give us the circuit in proteus !!?

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

    well done bro ,thx

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

    Can we calculate the decibel

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

    Nice bro more learn about this kee it up

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

    I can't adjust the potentiometer there. The led light besides it does not turn off. Any help?

  • @jharedpeje5048
    @jharedpeje5048 8 วันที่ผ่านมา

    hey, why does the other LED of my KY-038 doesnt turn off like yours?

    • @jharedpeje5048
      @jharedpeje5048 8 วันที่ผ่านมา

      ive been twisting the potentiometer for a long time now

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

    thank you brother

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

    Hi I’ve done exactly what you instructed but the LED is constantly on. I’ve tried adjusting the sound sensor but does not help.

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

      You must adjust your potentiometer. First, turn it clockwise and try. If it doesn’t work, turn it anti clockwise and try.

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

      K&R project Thank you. I figured it out. I did not realize you had to turn it a certain direction to adjust , I also had to turn it SEVERAL times for it to work. I appreciate your response.

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

    My LED is on but no clap...Whats the problem?

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

    Need help. I've done everything as you said, i've copied the code and connected all, same as you, But the led is everytime on, i cant find the way to make it turn off and then react to a song or sounds. What could be the problem ?

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

      Pls send me the code. engrdapo@gmail.com

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

      Please try adjusting the Potentiometer. Also, check if you've delayed the program elsewhere using the "Delay" function.

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

      i have same trouble you can resolve??? how plzz

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

      same problem with me

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

    hi how are you sorry for disturbing i copy and past the cod every thing is ok but the led is on all ways can you help me plz

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

      Check the small LED on the sensor. If it is turned on with giving any sound input, your potentiometer is not adjusted properly and the condition of the code is always satisfied. Adjust it such that the Sensor's led turns on only when you give some input. This will solve the problem. Sound sensor becomes problematic when the potentiometer is not adjusted properly.

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

      K&R project hi I adjusted and the led sound sensor is on

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

      The led sound sensor is on and the led output is also on also if there is sound or no sound the output led is always on

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

      Hello the output led is always on if (their is sound or not )

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

    Kalau pake arduino nano bisa ya ?

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

    threshold value is for what

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

    Pls do for RGB strip (adressable)

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

    Can we make a sound sensor work on a specific soundn

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

      adjust the sensitivity by screwing the blue thing

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

    Thanks man... saved my ass...

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

    Hi. Could anybody please post a build of Arduino decibel meter for an Airgun with shown Max last reading. Small size would be preferable, possibly Arduino Nano and Oled screen. Most Android Phone Apps don't work correctly as the phone kills the Microphone sensitivity automatically and sampling isn't fast enough. Thanks in advance. Good Video BTW.

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

    thank u bro

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

    I am 12 years old, I am very interested in Arduino. I was succeeded in this. Thank you a lot.

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

      It is a very clever component

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

    do we really need to put the led on the board?

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

      what it is for?

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

    hello .. my led is on and i've tried to adjust the poteniameter but it doesnt work !! PLEASE HELP

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

      First, turn it clockwise and try. If it doesn’t work, turn it anti clockwise and try.

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

    can you set the sound sensor to pick up a specific sound?

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

    Tinkercard mein sound sensor available nahi hai kaise kare

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

    How to put a buzzer instead of led

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

    Whear is delay program

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

    Hello,Your explanation is really great and it is upto the point ..I have a doubt,hope u will clear it
    I want to set a threshold value and based on that, if the sound exceeds the threshold (then the Arduino needs to command GSM to make alert call). Is detecting higher range sounds be done by modifying your circuit and code a bit???
    For this, can you tell me what are all the requirements I need to have?
    Thanks in advance!!

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

      Yup. You can change the threshold value for different ranges. Just remember that this sound sensor cannot detect wide variety of input as it is just a small sensor for small projects.

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

    Sound sensor with sargo 180° Pogroms..... Plz send me..

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

    Cool dude

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

    hi can you write code here?

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

    The code is complet?

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

    amazing thanks

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

    You have a new sub.. Good explanation. Keep up the good work.

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

      how did you get paid to write this. This guy is totally incomprehensible

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

    loved the video bro! keep making more! Its amazing the things God created

  • @et.sachin
    @et.sachin 6 ปีที่แล้ว

    How can i detect a particular frequency using this sensor

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

      yeah thats my question too did you figure it out?

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

    please give a code link

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

    Hello Man nice job
    Could you show how to do it with a 5050 LED strip?

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

      Do you mean use 5050 led strip instead of a led?

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

      K&R project yes a RGB strip , no RGB LED , I ve tried with npn transistor but I cant light Up the 3 colors 🤔

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

      It maybe because the arduino’s power supply is not enough. Try by using two or more transistors.

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

      With a transistor per color is ok
      Thanks
      👍