No video

Arduino with Sound Sensor and LED (Tutorial)

  Рет қаралды 322,448

K&R project

K&R project

7 жыл бұрын

Materials required:
1)An Arduino Uno(with its adapter)
2)Sound sensor
3)Jumper wires
4)A LED
Hope this is helpful.
Check out the code here: kandrproject.b...

Пікірлер: 237
@tatvamkrishnam6691
@tatvamkrishnam6691 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Thanks Bombay., IT students in the Philippines are always watching Indian Tutorials incomes of IT major subjects.
@Otranna
@Otranna Жыл бұрын
Thanks friend. I was worried why my project it doesn't work but this was helpful.
@michaelborisow815
@michaelborisow815 3 жыл бұрын
No bullshit, no ambiguity, and you spoke English because the title is also in english. 1100/10
@rithikgobinath1207
@rithikgobinath1207 5 жыл бұрын
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
@dnevnipodsjetnik
@dnevnipodsjetnik 5 жыл бұрын
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.
@GetRealwithMike
@GetRealwithMike 2 ай бұрын
Thank you for providing language, not music.
@DeAngeloYouKnow
@DeAngeloYouKnow 3 жыл бұрын
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.
@zerepedits
@zerepedits Жыл бұрын
Thanks bro
@DonaldIssachar
@DonaldIssachar Жыл бұрын
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 11 ай бұрын
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.
@stellalandi8687
@stellalandi8687 4 ай бұрын
Thank you! It was really simple and helpful, you really saved my project
@NorizhamHamsan
@NorizhamHamsan Ай бұрын
Hello there, great video! Could I know threshold value of the sensor? What does it mean by 200? It is by value of hertz or decibel? or other? thanks..
@rajchaudhary3543
@rajchaudhary3543 4 жыл бұрын
Still i am not getting how can connect the digital output pin of the sound sensor with the analog pin of the arduino.
@humbertojunior564
@humbertojunior564 6 жыл бұрын
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 жыл бұрын
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!!!
@jomac_ph
@jomac_ph 9 ай бұрын
thanks for the upload man, this was awesome!
@Mister_UCL
@Mister_UCL Жыл бұрын
Like should the adapter be connected to the laptop or can we take out and it will still work
@tameemullas5868
@tameemullas5868 Жыл бұрын
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 Жыл бұрын
Plz reply me brother
@nuelaenebechi6861
@nuelaenebechi6861 4 жыл бұрын
This is amazing!! It worked perfectly for me!!
@tameemullas5868
@tameemullas5868 Жыл бұрын
How does it plz explain, my LED always on it doesn't react to sound though any idea, if you have did it?
@ramyaramya2722
@ramyaramya2722 2 ай бұрын
Same
@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 Жыл бұрын
Same problem
@adityabansal9828
@adityabansal9828 11 ай бұрын
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
@danielenocito5080
@danielenocito5080 4 жыл бұрын
Thanks mate, very clear and useful 👍 It would be nice if you could show also the Serial Monitor All the best
@millanferende6723
@millanferende6723 3 жыл бұрын
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...
@priyankagoyal3885
@priyankagoyal3885 4 жыл бұрын
Its coming error in else line that is in the end :exit status Expected unqualified id before 'else'
@dylanneve1456
@dylanneve1456 2 жыл бұрын
do you can do it with 3 pin's of the sound detector
@aisyahhadiismail
@aisyahhadiismail Жыл бұрын
Hi, i need help. Why when i run the coding, it appear 'A2' was not declared? I copy exactly like yours. THank you.
@michaelolifian1324
@michaelolifian1324 5 жыл бұрын
why mine cant react to the sound? after done program it and compile it, the LED is on but cant turn off by sound. what should i do?
@abhrogupta8840
@abhrogupta8840 5 жыл бұрын
u need to set the potentiometer....
@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.
@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
@baldaiomir
@baldaiomir 3 жыл бұрын
thanks! also,why did you use "serial begin9600"? i think its wasn't necessary for this project, but correct me if im wrong
@Astrovic1
@Astrovic1 3 жыл бұрын
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?
@jahdielbuenafe7071
@jahdielbuenafe7071 3 жыл бұрын
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.
@user-rq6bj5hb8w
@user-rq6bj5hb8w 2 жыл бұрын
This video is very usefull for me.Thank You
@1SGBob1
@1SGBob1 3 жыл бұрын
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?
@myyoutube6978
@myyoutube6978 2 жыл бұрын
Can sound be recorded and sent across the house to receivers and sensor's? Once you pass them?
@jharedpeje5048
@jharedpeje5048 4 ай бұрын
hey, why does the other LED of my KY-038 doesnt turn off like yours?
@jharedpeje5048
@jharedpeje5048 4 ай бұрын
ive been twisting the potentiometer for a long time now
@ayushsaini8791
@ayushsaini8791 4 жыл бұрын
it was really helpful, and thank you for the code explanation
@Esthicodes
@Esthicodes 3 жыл бұрын
Hello, may I ask how to let my Arduino connect with Bluetooth and resonate sound?
@sanket_chor
@sanket_chor 2 жыл бұрын
Tinkercard mein sound sensor available nahi hai kaise kare
@najiyanazrinpn101
@najiyanazrinpn101 2 жыл бұрын
What should I do if I have ESP32 instead of Arduino?
@worldofartandcraft8361
@worldofartandcraft8361 Жыл бұрын
Cam you tell some more info abt the potentiometer??plsss
@christiansison9341
@christiansison9341 4 жыл бұрын
whys my led doesnt light . all are the same with the video? thanks for the help
@prasannajitshinde7186
@prasannajitshinde7186 4 жыл бұрын
Can we use PIC18F4520 microcontroller instead of Arduino Uno..??
@shaunsomaru4524
@shaunsomaru4524 4 жыл бұрын
You have a new sub.. Good explanation. Keep up the good work.
@clobel55
@clobel55 2 жыл бұрын
how did you get paid to write this. This guy is totally incomprehensible
@bacalovalexander6870
@bacalovalexander6870 2 жыл бұрын
My LED is on but no clap...Whats the problem?
@timothydillan4062
@timothydillan4062 6 жыл бұрын
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); } }
@krproject8917
@krproject8917 6 жыл бұрын
can I see the full code?
@anthondiy
@anthondiy 2 жыл бұрын
Nice bro more learn about this kee it up
@leerzeichen1910
@leerzeichen1910 3 жыл бұрын
How can i use this sound sensor for more applications with different power consumption?
@SametKaracoban
@SametKaracoban 6 жыл бұрын
thank you so much my friend
@allcontentarehere2588
@allcontentarehere2588 2 жыл бұрын
Can we connect motor instead of light
@tetsux4172
@tetsux4172 Жыл бұрын
threshold value is for what
@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?
@gsgamer9940
@gsgamer9940 Жыл бұрын
U get it ?
@Gyaan_With_Azhar
@Gyaan_With_Azhar 5 жыл бұрын
Who to adjust potentiometer
@rushabh.patel14
@rushabh.patel14 5 жыл бұрын
How to connect two sound sensors at a time and read them simultaneously?
@msureshmudaliar9808
@msureshmudaliar9808 3 жыл бұрын
Bro..., in need aurdino program code for my project work.... If possible can you provide it
@neetukumar9159
@neetukumar9159 4 жыл бұрын
Great ,it's working properly
@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?
@ashlealhinkle
@ashlealhinkle 6 жыл бұрын
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 6 жыл бұрын
You must adjust your potentiometer. First, turn it clockwise and try. If it doesn’t work, turn it anti clockwise and try.
@ashlealhinkle
@ashlealhinkle 6 жыл бұрын
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.
@taimgangez9084
@taimgangez9084 6 жыл бұрын
my led light still is on it doesnt turn off please help
@krproject8917
@krproject8917 6 жыл бұрын
You must adjust your potentiometer. First, turn it clockwise and try. If it doesn’t work, turn it anti-clockwise and try again.
@nizamudeenmohammed8898
@nizamudeenmohammed8898 6 жыл бұрын
Led is emitting without knocking sound. how to set Thres hold value
@krproject8917
@krproject8917 6 жыл бұрын
First adjust the potentiometer. There are two small LEDs on the sensor. Adjust the potentiometer such that the small one turns on only while receiving an input.
@josepadilla-dv3ld
@josepadilla-dv3ld 5 жыл бұрын
can i adjust the potentiomater while connected to power? @@krproject8917
@krproject8917
@krproject8917 5 жыл бұрын
@@josepadilla-dv3ld YES
@electroflam
@electroflam Жыл бұрын
it doesn't work because he tells me « ledpin was not declared in this scop »
@rayyanrayyan331
@rayyanrayyan331 3 жыл бұрын
How to put a buzzer instead of led
@omrihabmimo2299
@omrihabmimo2299 2 жыл бұрын
Thank you so much , it's really work ❤️💪🇩🇿
@Lovestoryi4173
@Lovestoryi4173 2 жыл бұрын
Please explain the mi how to do this please send the coding
@ismaelobligacion7531
@ismaelobligacion7531 6 жыл бұрын
I can't adjust the potentiometer there. The led light besides it does not turn off. Any help?
@tadejdezelak5511
@tadejdezelak5511 5 жыл бұрын
i have the same problem :(
@nginastera6633
@nginastera6633 6 жыл бұрын
hello .. my led is on and i've tried to adjust the poteniameter but it doesnt work !! PLEASE HELP
@krproject8917
@krproject8917 6 жыл бұрын
First, turn it clockwise and try. If it doesn’t work, turn it anti clockwise and try.
@GauravSrivastava-xz4jy
@GauravSrivastava-xz4jy 5 жыл бұрын
The LED is being continuously glowing although there is no sound stimulus. Pls help me bro.
@kavithamanjunath8778
@kavithamanjunath8778 5 жыл бұрын
Even for me
@SeanONeill13
@SeanONeill13 5 жыл бұрын
That is the power led on the sound board.
@birombah3571
@birombah3571 4 жыл бұрын
You have to connect A2 to AO on the sensor
@ibnuhajar8098
@ibnuhajar8098 4 жыл бұрын
Kalau pake arduino nano bisa ya ?
@kratikapatidar336
@kratikapatidar336 3 жыл бұрын
exit status 1 Error compiling for board Arduino Uno.
@Smiley-sm2cq
@Smiley-sm2cq 5 жыл бұрын
Can I use same sound sensor with raspberry pi 3b+?
@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!
@KannadaAdviceTv
@KannadaAdviceTv 3 жыл бұрын
Can we calculate the decibel
@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
@ramyaramya2722
@ramyaramya2722 2 ай бұрын
Yes same
@katea9647
@katea9647 3 жыл бұрын
do we really need to put the led on the board?
@katea9647
@katea9647 3 жыл бұрын
what it is for?
@davidhugheszerobubblemodel1865
@davidhugheszerobubblemodel1865 5 ай бұрын
have done exactly what you have shown and it simply does not work.
@Bianchi77
@Bianchi77 2 жыл бұрын
Creative video, thanks for sharing :)
@ramyyadontul4126
@ramyyadontul4126 2 жыл бұрын
Whear is delay program
@ramyyadontul4126
@ramyyadontul4126 2 жыл бұрын
Can we use nano aurdino?
@fame_xyz
@fame_xyz 5 жыл бұрын
Iski distance range Kitni hai
@michael923977
@michael923977 6 жыл бұрын
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 6 жыл бұрын
Michael Indra Pramana you can print the sound sens value and see if it gives u the data.
@krproject8917
@krproject8917 6 жыл бұрын
Serial.println(soundsens);
@yansahkorg1876
@yansahkorg1876 4 жыл бұрын
Hi guys, how do you make a guitar sound catcher?
@analytics5481
@analytics5481 3 жыл бұрын
You helped me so much
@ShivharakhYadav
@ShivharakhYadav 3 жыл бұрын
where we use this type of projects???
@amirgedon
@amirgedon 5 жыл бұрын
How many can set led for mega? Can do separately?
@kennethkindrich3114
@kennethkindrich3114 4 жыл бұрын
can this be done with servos? If so, how can i do this?
@JKFCV
@JKFCV 3 жыл бұрын
Can we record sound using this sensor?
@rodym1681
@rodym1681 6 жыл бұрын
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 )
@muhammadnaquib8814
@muhammadnaquib8814 4 жыл бұрын
Why my LED doesnt light up even though the circuit is same to yours brother? HELP HELP HELP
@niniksriwulandari3857
@niniksriwulandari3857 4 жыл бұрын
Same here
@jodethb.6727
@jodethb.6727 5 жыл бұрын
My sound sensor heated what does it mean?
@sirinekari6661
@sirinekari6661 4 жыл бұрын
Can you please give us the circuit in proteus !!?
@shubhrehabkolkata
@shubhrehabkolkata 5 жыл бұрын
Sound sensor with sargo 180° Pogroms..... Plz send me..
@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
@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.
@niatidas6295
@niatidas6295 5 жыл бұрын
Can we make a sound sensor work on a specific soundn
@soap5912
@soap5912 4 жыл бұрын
adjust the sensitivity by screwing the blue thing
@stxjubayer6505
@stxjubayer6505 5 жыл бұрын
Does it recognize voice command?
@bayupratama7323
@bayupratama7323 6 жыл бұрын
Can I use gy max4466 for this project?
@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.
@Plqnes
@Plqnes 4 жыл бұрын
Pls do for RGB strip (adressable)
@hotgames1763
@hotgames1763 2 жыл бұрын
can you help me in my project
@clobel55
@clobel55 2 жыл бұрын
please sir , we don't understand 1/2 of what you say.
@wireghost897
@wireghost897 5 жыл бұрын
Thanks man... saved my ass...
@REXTERVHALROSALEJOS
@REXTERVHALROSALEJOS Жыл бұрын
helppp mine is not working
@Mad_Lex
@Mad_Lex 6 жыл бұрын
Hello Man nice job Could you show how to do it with a 5050 LED strip?
@krproject8917
@krproject8917 6 жыл бұрын
Do you mean use 5050 led strip instead of a led?
@Mad_Lex
@Mad_Lex 6 жыл бұрын
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 6 жыл бұрын
It maybe because the arduino’s power supply is not enough. Try by using two or more transistors.
@Mad_Lex
@Mad_Lex 6 жыл бұрын
With a transistor per color is ok Thanks 👍
Lesson 20 - Sound Sensor Module KY-038
26:46
Ricardo Moreno
Рет қаралды 127 М.
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 51 МЛН
Чёрная ДЫРА 🕳️ | WICSUR #shorts
00:49
Бискас
Рет қаралды 3 МЛН
Кадр сыртындағы қызықтар | Келінжан
00:16
Schoolboy - Часть 2
00:12
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 17 МЛН
Rare lost rs media video wowwee robotics
6:41
NovaChino
Рет қаралды 11
How To Use A Sound Sensor With Arduino
2:56
Aymaan Rahman
Рет қаралды 62 М.
How to make a Clap Switch using Arduino UNO!
8:17
Sameer Bedwal
Рет қаралды 125 М.
How to control LED Strips with Arduino - Cosplay Tutorial
12:42
KamuiCosplay
Рет қаралды 617 М.
How To Make DIY Music Reactive RGB LED Strip (WS2812B)
3:52
DIY Builder
Рет қаралды 1,4 МЛН
KY038 Microphone Module for Arduino Wire & Code
4:48
Scotty D
Рет қаралды 22 М.
Arduino Sound Sensor Control
3:25
Maker 101
Рет қаралды 384 М.
How to Play audio with Arduino
6:29
Electronics BD
Рет қаралды 370 М.
Arduino Clap Switch Using Sound Sensor | Easiest Way
3:36
Arduino Point
Рет қаралды 34 М.
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 51 МЛН