Source Code: create.arduino.cc/editor/mertarduinotech/b5878d8a-2629-4414-b841-1b82bf4ea56e/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
@lostisland267 жыл бұрын
Thanks a lot for these wonderful tutorials. Me and my 12 year son are following your tutorials religiously and we are successfully able to make a buzzer led. Thanks. Keep posting new projects :)
The code: //set pin numbers const int ledPin = 13; const int buzzerPin = 12; const int ldrPin = 0; void setup() { Serial.begin(9600); pinMode (ledPin,OUTPUT); pinMode (buzzerPin,OUTPUT); pinMode (ldrPin,INPUT); } void loop() { int ldrStatus = analogRead(ldrPin); //read the state of the LDR value if (ldrStatus >= 400) { tone(buzzerPin,100); digitalWrite(ledPin,HIGH); delay(100); noTone(buzzerPin); digitalWrite(ledPin,LOW); delay(100); Serial.println("----------- ALARM ACTIVATED -------------"); } else { noTone(buzzerPin); digitalWrite(ledPin,LOW); Serial.println("ALARM DEACTIVATD"); } }
@streetwolfsumeet93927 жыл бұрын
your tutorials are very simple and easy to perform.... the method of making videos is excellent.. I have tried many of them and really enjoyed doing them... Thank you..! hoping to see much ahead
@sivaforu20044 ай бұрын
Hi, Good One but I need to have same setup but with timer, so that once the timer ends the buzzer is on and LED starts blinking, one person can reset the timer once again. This I wanted to do for battery charging say after 3 hrs buzzer starts and LED blinking to indicate the charging is complete! Thanks for the idea!
@Time_pass9900 Жыл бұрын
How to give supply to the total setup please reply me.....
@buithanhtam5324 Жыл бұрын
Nice, thanks for being my asignment
@ak_sanjaysaravannan62424 жыл бұрын
TQ Mert Arduino for this video it was so helpful to my school project
@elkapublico28845 жыл бұрын
My LED is not blinking, the buzzer is not that loud. And you did not show what the second window you used. But thank you for the video. At least I have some new ideas with the codes.
@ishankgoel2297 жыл бұрын
hmm...I like it but sometimes the LDR does not work properly i.e it blinks even if light is not there.Can u add a function for it before the loop and after the loop.Plz do if u can because it will improve the LDR sensor.
@mahdeenafis69376 жыл бұрын
same problem here
@rese67803 жыл бұрын
Same
@shaheenbarcha91937 жыл бұрын
Best Channel ever.. 10/10
@romeopineda5673 жыл бұрын
Excellent presentation
@Stephen_101117 ай бұрын
Thanks it worked
@electrox30193 жыл бұрын
Nice work bro
@achraf37672 жыл бұрын
il fonctionne bien mais j'aurais un problème que led est s'allumer mais j'étends pas le son
@lokstnater12242 жыл бұрын
I have a problem where the code just says ALARM DEACTIVATED and no matter what I do it just doesn't work
@danafallaha10863 жыл бұрын
hello please can you give information about how can make the same of this project but with birthday music
@ShahidHussain-yw3dd2 жыл бұрын
Same ye hi sound ka buzzer chahiye kha milega
@royalhyeken65665 жыл бұрын
How to make a timer buzzer , example when you using a blender, after the blender done at some timer we set , the buzzer rings. Pls help me by posting another tutorial video
@Noah7s-f6s7 жыл бұрын
Thank you so much!!! Your videos are the best for learning new stuff with the arduino!
@markvolk3 жыл бұрын
Thank you a loot. It was helpfull!!
@vishwajeetkumar69023 жыл бұрын
Mera kyu nahi badia se work kar raha hai....photoresistor se jab 10k resistor remove karte hai to alarm activate hota hai..otherwise always deactivate rahta hai
@Godsake202211 ай бұрын
Tutorial how to occupied and banned eat food from fridge although is not mine fridge and food. Thank you, everybody laughed after this prank. Thanks a lot! From me subscribe!
@kvlpnd8 жыл бұрын
What is the function of 10K resistor here? Also, please zoom in while programming since for mobile users it can be hard to read the code. Thanks.
@kvlpnd8 жыл бұрын
+Mert Arduino Tutorial & Projects Thanks for reply with understanding. Also, do not consider my suggestion as a warning. I was just suggesting that you can zoom in a particular part to enlarge it a bit. Thanks.
@Aspect-ef1oh3 жыл бұрын
great video
@lebronirving13928 жыл бұрын
It works! Thank you so much! I love your videos, and I subscribed! Thanks!!!
@ayanpramanik17305 жыл бұрын
Led is not working... No need to connect led positive terminal with 220 ohm register,if we do that led is not blinking... Remove the 220 ohm register and directly connect the led positive terminal with pin 13, now led is blinking...
@munnasengar354 жыл бұрын
Nice video sir
@F_MuhdikhwanMohdzahferee Жыл бұрын
Greatt👍🏻👍🏻👍🏻
@michael801266 жыл бұрын
Thank you so much! I build myself a Lighting-Trigger for my DSLR out of this. :-)
@razanahmad56232 жыл бұрын
How to connect this to an app?
@RayllALT8 жыл бұрын
WHAT serial.begin(9600); does?
@RayllALT8 жыл бұрын
why this line is in your code, can you please tell, will be helpful for me, thanks. :)
@RayllALT8 жыл бұрын
ah, so 3600 is the refresh rate of serial monitor or something like that, am I right?
@shutdahellup694206 жыл бұрын
Rayll it sets the baudrate of your serial port for serial communication, at how many bits per second data is transfered (if i can remember correctly)
@giliardg.deoliveira55687 жыл бұрын
If you wanna learn how Making Music with Arduino, leave a reply!If you wanna learn how Making Music with Arduino, leave a reply!
@parzaech23277 жыл бұрын
Giliard G. de Oliveira yes I want
@elitedino4846 жыл бұрын
I do
@anikettricks98584 жыл бұрын
Best video , very very useful video 👌👌
@hamzahnasirudin80368 жыл бұрын
keep uploading very nice tutorial ive ever look
@berkayerenbulut95097 жыл бұрын
abi bu sorunu veriyo yüklerken Arduino:1.8.2 (Windows 7), Kart:"Arduino Nano, ATmega328" Çalışmanız programın 2894 bayt (9 %) saklama alanını kullandı. Maksimum 30720 bayt. Global değişkenler belleğin 265 byte kadarını (12%) kullanıyor. Yerel değişkenler için 1783 byte yer kalıyor. En fazla 2048 byte kullanılabilir. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30 avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20 avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30 avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20 avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30 avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20 avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30 avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20 avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30 avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20 Taslak yüklenirken bir hata oluştu This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@akashkhare5073 жыл бұрын
Keep doing it
@alialkassam37865 жыл бұрын
My code won't work without Serial.printIn what do i do?
@gamingjedi523 жыл бұрын
write Serial.println
@shaffayqazi14047 жыл бұрын
which buzzer active or passive
@shutdahellup694206 жыл бұрын
Abdul Shaffay he used active buzzer in this video
@damonspamaccount52445 жыл бұрын
Arduino: 1.8.8 (Windows 8.1), Board: "Arduino/Genuino Uno" Sketch uses 2932 bytes (9%) of program storage space. Maximum is 32256 bytes. Global variables use 263 bytes (12%) of dynamic memory, leaving 1785 bytes for local variables. Maximum is 2048 bytes. An error occurred while uploading the sketch This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@MrBomer2134 жыл бұрын
Hello Mert Arduino, Thank you so much for the video. I was wondering if you can please share the Schematic of the project ??
@carloscastellanosgonzalez82525 жыл бұрын
Thankyou for the information !!!
@1981heverton5 жыл бұрын
precisa de quatros leds de cores diferentes ao acionar o botão acende um e o buzzer apita depois apaga e assim com os demais pode me ajudar
@a.denizdeniz45537 жыл бұрын
gerçekten çok işime yaradı teşekkür ederim
@aheikal17156 жыл бұрын
Thanks now i can solve my home work adruino on school
@curiosityseesomethinginter91166 жыл бұрын
sir please; please; would you tell me from where i can learn Arduino programming language from "Basic to Advance" or recommend some books for it
@fendiy39486 жыл бұрын
How many ohms does LDR have?
@meditationvideo59222 жыл бұрын
Please help me this is not working
@mirandarichardson29497 жыл бұрын
Do you know how to create this code in scratch S4A?
@kavishmaini38767 жыл бұрын
good job
@abhaypal65027 жыл бұрын
Superb
@allenwalker17274 жыл бұрын
Can I please get a block diagram of this project? I really need it.
@yusufkenan96834 жыл бұрын
Koda artık ulaşamayıyorum
@kaandagc46826 жыл бұрын
please look my problem: 'tone' was not declared in this scope
@Joe-xq6on6 жыл бұрын
try putting "tone"
@leoying81315 жыл бұрын
you need to capitalize the "t"
@techquestlabs6 жыл бұрын
Which version of arduino ide do u use
@anran59667 жыл бұрын
Hi, what battery do you use? I tried 9v battery but it doesnt work..
@berat7613 жыл бұрын
Teşekkürler Mert Çok yardımcı oldu (ciddiyim)
@tonyinfo10167 жыл бұрын
supère la vidéo !
@Gen_Kael4 жыл бұрын
Aaaand @4:30 is where I got left in the dust.
@soteropolitano34133 жыл бұрын
Muito grato🤘🏽
@tcnhd57676 жыл бұрын
What is the use of this please tell fast give reply to my answer anybody can tell
@shutdahellup694206 жыл бұрын
Tcn Narayana what the hell u mean what is the use of it? can be used anywhere u want damnit
@archishap27546 жыл бұрын
can you please give the code as a download ??
@codingvio73834 жыл бұрын
Why not just copy it down? How lazy can you get.
@gamingjedi523 жыл бұрын
@@codingvio7383 it is not about laziness my friend, it just takes a lot of time to write the code
@theoriginal11555 жыл бұрын
can you try using a breadboard mini? thanks i need help on my school project!!
@iqbalhadi88005 жыл бұрын
There's no different, it's work *I'm trying this with mini breadboard, trust me 😂
@alexflorea437 жыл бұрын
Mert can you make a video on how to use the serial monitor
@AliceMerciadri6 жыл бұрын
I LOVE YOU.
@herhangibiremir5 жыл бұрын
abi esp8266 da olurmu
@YohnPaul7 жыл бұрын
i tried and the buzzer rings but the led does not glow....what might have gone wrong :-( plz hlp and am using an arduino mega
@YohnPaul7 жыл бұрын
The led is brand new...jus recieved the kit recently...maybe the code us to be modified...thanks
@ipodmaurits7 жыл бұрын
Yohn Paul check if your led too is connected the good way. don't forget the resistor too. You can test your leds with a simple blink sketch. Make sure too that the led position in your arduino code is the same as on your board
@YohnPaul7 жыл бұрын
Maurits Muis thanks.....i configured that there was an error on my connections,all works fine now
@tamarwebmail54337 жыл бұрын
I wrote noTone (buzzerPin) but it doesnt work. I use the arduino duemilanova..
@shutdahellup694206 жыл бұрын
Tamar Webmail make sure the letters are of same size
@GamingMr1016 жыл бұрын
Hi sir. Why does the ldr does not work?
@codingtimes31998 жыл бұрын
OK but you haven't thé code un your PC? on the vidéo thé write ils vert small. you van make the photo ans sens me by facebook.
@CreativeDesk7 жыл бұрын
Music name?
@LEON-zm5fc4 жыл бұрын
my name is kaknut
@rafi61705 жыл бұрын
is tone need a library from manage library
@Vaiinz7 жыл бұрын
Please make a ardunio tutorial video about Buzzer with Sound sensor
@sunnysahu83726 жыл бұрын
Mujhe aise he chote project ke bare me jaana hai aur bana mai elctronic me repairng sikh raha hu
@aritroshome607 жыл бұрын
Superb but......................give the code as a download link
@shutdahellup694206 жыл бұрын
Aritro Shome why ghad damnit write yo own, try to write without seeing his code... dass gonna improve vo programming skills imho
@yunuscanozkan53575 жыл бұрын
kanka türkçe video at
@codingtimes31998 жыл бұрын
Please van you vive me your arduino code d'or this projet
@sisirakumara20538 жыл бұрын
Mert Arduino Tutorial & Projects
@elitedino4846 жыл бұрын
Mert Arduino and Tech it doesn't work for me
@sunitachauhan24716 жыл бұрын
I want all the products in 2 days can you supply me
@hamzahzroglu31216 жыл бұрын
insan kodu da bırakır ama
@faisaltaher8517 жыл бұрын
I cannot get it to stop buzzing even after its dark
@shutdahellup694206 жыл бұрын
faisal taher lol check your if statement if its correct or try to increase the value from 400 to 600 maybe?
@oswaldopalafox1582 Жыл бұрын
😮
@beenavaishy25166 жыл бұрын
Fake video. I have tried it many times but it doesn't work. Please let me know that where I am wrong.