Activate Buzzer and LED using LDR and Arduino

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 121

  • @maker101io
    @maker101io  3 роки тому

    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

  • @lostisland26
    @lostisland26 7 років тому +4

    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 :)

    • @Wffgcdewffkdhrhdb
      @Wffgcdewffkdhrhdb 2 роки тому +1

      serialPrint ( Religiously || Regularly)
      Syntx error //
      🤣🤣

  • @streetwolfsumeet9392
    @streetwolfsumeet9392 7 років тому +3

    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

  • @OmerYelin
    @OmerYelin 4 роки тому +6

    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");
    }
    }

  • @buithanhtam5324
    @buithanhtam5324 Рік тому

    Nice, thanks for being my asignment

  • @Time_pass9900
    @Time_pass9900 Рік тому +1

    How to give supply to the total setup please reply me.....

  • @ak_sanjaysaravannan6242
    @ak_sanjaysaravannan6242 4 роки тому +2

    TQ Mert Arduino for this video it was so helpful to my school project

  • @romeopineda567
    @romeopineda567 2 роки тому

    Excellent presentation

  • @sivaforu2004
    @sivaforu2004 3 місяці тому

    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!

  • @giliardg.deoliveira5568
    @giliardg.deoliveira5568 7 років тому

    If you wanna learn how Making Music with Arduino, leave a reply!If you wanna learn how Making Music with Arduino, leave a reply!

  • @Stephen_10111
    @Stephen_10111 6 місяців тому

    Thanks it worked

  • @elkapublico2884
    @elkapublico2884 5 років тому +1

    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.

  • @danafallaha1086
    @danafallaha1086 3 роки тому

    hello
    please can you give information about how can make the same of this project but with birthday music

  • @electrox3019
    @electrox3019 3 роки тому

    Nice work bro

  • @michael80126
    @michael80126 6 років тому

    Thank you so much! I build myself a Lighting-Trigger for my DSLR out of this. :-)

  • @MrBomer213
    @MrBomer213 4 роки тому +1

    Hello Mert Arduino, Thank you so much for the video.
    I was wondering if you can please share the Schematic of the project ??

  • @ishankgoel229
    @ishankgoel229 7 років тому +1

    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.

  • @markvolk
    @markvolk 3 роки тому

    Thank you a loot. It was helpfull!!

  • @Aspect-ef1oh
    @Aspect-ef1oh 3 роки тому

    great video

  • @lokstnater1224
    @lokstnater1224 2 роки тому

    I have a problem where the code just says ALARM DEACTIVATED and no matter what I do it just doesn't work

  • @akashkhare507
    @akashkhare507 3 роки тому +1

    Keep doing it

  • @munnasengar35
    @munnasengar35 4 роки тому

    Nice video sir

  • @shaheenbarcha9193
    @shaheenbarcha9193 7 років тому

    Best Channel ever..
    10/10

  • @royalhyeken6566
    @royalhyeken6566 5 років тому

    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

  • @kvlpnd
    @kvlpnd 8 років тому +2

    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.

    • @kvlpnd
      @kvlpnd 8 років тому

      +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.

  • @razanahmad5623
    @razanahmad5623 2 роки тому

    How to connect this to an app?

  • @curiosityseesomethinginter9116
    @curiosityseesomethinginter9116 6 років тому +1

    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

  • @F_MuhdikhwanMohdzahferee
    @F_MuhdikhwanMohdzahferee Рік тому

    Greatt👍🏻👍🏻👍🏻

  • @anikettricks9858
    @anikettricks9858 4 роки тому

    Best video , very very useful video 👌👌

  • @hamzahnasirudin8036
    @hamzahnasirudin8036 8 років тому

    keep uploading very nice tutorial ive ever look

  • @aheikal1715
    @aheikal1715 6 років тому

    Thanks now i can solve my home work adruino on school

  • @ShahidHussain-yw3dd
    @ShahidHussain-yw3dd 2 роки тому

    Same ye hi sound ka buzzer chahiye kha milega

  • @Noah7s-f6s
    @Noah7s-f6s 7 років тому

    Thank you so much!!! Your videos are the best for learning new stuff with the arduino!

  • @ayanpramanik1730
    @ayanpramanik1730 5 років тому

    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...

  • @carloscastellanosgonzalez8252
    @carloscastellanosgonzalez8252 5 років тому

    Thankyou for the information !!!

  • @Godsake2022
    @Godsake2022 10 місяців тому

    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!

  • @achraf3767
    @achraf3767 Рік тому

    il fonctionne bien mais j'aurais un problème que led est s'allumer mais j'étends pas le son

  • @allenwalker1727
    @allenwalker1727 4 роки тому +1

    Can I please get a block diagram of this project? I really need it.

  • @shaffayqazi1404
    @shaffayqazi1404 7 років тому

    which buzzer active or passive

    • @shutdahellup69420
      @shutdahellup69420 6 років тому

      Abdul Shaffay he used active buzzer in this video

  • @berkayerenbulut9509
    @berkayerenbulut9509 7 років тому +2

    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.

  • @abhaypal6502
    @abhaypal6502 6 років тому

    Superb

  • @vishwajeetkumar6902
    @vishwajeetkumar6902 3 роки тому

    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

  • @lebronirving1392
    @lebronirving1392 7 років тому

    It works! Thank you so much! I love your videos, and I subscribed! Thanks!!!

  • @anran5966
    @anran5966 7 років тому

    Hi, what battery do you use? I tried 9v battery but it doesnt work..

  • @fendiy3948
    @fendiy3948 5 років тому +1

    How many ohms does LDR have?

  • @damonspamaccount5244
    @damonspamaccount5244 5 років тому

    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.

  • @alexflorea43
    @alexflorea43 7 років тому

    Mert can you make a video on how to use the serial monitor

  • @soteropolitano3413
    @soteropolitano3413 3 роки тому

    Muito grato🤘🏽

  • @tonyinfo1016
    @tonyinfo1016 7 років тому +1

    supère la vidéo !

  • @theoriginal1155
    @theoriginal1155 5 років тому

    can you try using a breadboard mini? thanks i need help on my school project!!

    • @iqbalhadi8800
      @iqbalhadi8800 5 років тому

      There's no different, it's work
      *I'm trying this with mini breadboard, trust me 😂

  • @meditationvideo5922
    @meditationvideo5922 2 роки тому

    Please help me this is not working

  • @alialkassam3786
    @alialkassam3786 4 роки тому

    My code won't work without Serial.printIn what do i do?

  • @tcnhd5767
    @tcnhd5767 6 років тому

    What is the use of this please tell fast give reply to my answer anybody can tell

    • @shutdahellup69420
      @shutdahellup69420 6 років тому +1

      Tcn Narayana what the hell u mean what is the use of it?
      can be used anywhere u want damnit

  • @techworm1769
    @techworm1769 6 років тому

    Which version of arduino ide do u use

  • @RayllALT
    @RayllALT 7 років тому

    WHAT serial.begin(9600); does?

    • @RayllALT
      @RayllALT 7 років тому

      why this line is in your code, can you please tell, will be helpful for me, thanks. :)

    • @RayllALT
      @RayllALT 7 років тому

      ah, so 3600 is the refresh rate of serial monitor or something like that, am I right?

    • @shutdahellup69420
      @shutdahellup69420 6 років тому

      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)

  • @AliceMerciadri
    @AliceMerciadri 6 років тому

    I LOVE YOU.

  • @Vaiinz
    @Vaiinz 7 років тому

    Please make a ardunio tutorial video about Buzzer with Sound sensor

  • @mirandarichardson2949
    @mirandarichardson2949 7 років тому

    Do you know how to create this code in scratch S4A?

  • @1981heverton
    @1981heverton 5 років тому

    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.denizdeniz4553
    @a.denizdeniz4553 7 років тому

    gerçekten çok işime yaradı teşekkür ederim

  • @YohnPaul
    @YohnPaul 7 років тому

    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

    • @YohnPaul
      @YohnPaul 7 років тому

      The led is brand new...jus recieved the kit recently...maybe the code us to be modified...thanks

    • @ipodmaurits
      @ipodmaurits 7 років тому +1

      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

    • @YohnPaul
      @YohnPaul 7 років тому

      Maurits Muis thanks.....i configured that there was an error on my connections,all works fine now

  • @kaandagc4682
    @kaandagc4682 6 років тому +1

    please look my problem:
    'tone' was not declared in this scope

    • @Joe-xq6on
      @Joe-xq6on 6 років тому

      try putting "tone"

    • @leoying8131
      @leoying8131 5 років тому

      you need to capitalize the "t"

  • @berat761
    @berat761 3 роки тому

    Teşekkürler Mert Çok yardımcı oldu (ciddiyim)

  • @sunnysahu8372
    @sunnysahu8372 6 років тому

    Mujhe aise he chote project ke bare me jaana hai aur bana mai elctronic me repairng sikh raha hu

  • @GamingMr101
    @GamingMr101 6 років тому

    Hi sir. Why does the ldr does not work?

  • @archishap2754
    @archishap2754 6 років тому

    can you please give the code as a download ??

    • @codingvio7383
      @codingvio7383 4 роки тому

      Why not just copy it down? How lazy can you get.

    • @gamingjedi52
      @gamingjedi52 3 роки тому

      @@codingvio7383 it is not about laziness my friend, it just takes a lot of time to write the code

  • @yusufkenan9683
    @yusufkenan9683 4 роки тому

    Koda artık ulaşamayıyorum

  • @beenavaishy2516
    @beenavaishy2516 6 років тому +1

    Fake video. I have tried it many times but it doesn't work. Please let me know that where I am wrong.

  • @aritroshome60
    @aritroshome60 7 років тому

    Superb but......................give the code as a download link

    • @shutdahellup69420
      @shutdahellup69420 6 років тому

      Aritro Shome why ghad damnit write yo own, try to write without seeing his code... dass gonna improve vo programming skills imho

  • @LEON-zm5fc
    @LEON-zm5fc 4 роки тому +1

    my name is kaknut

  • @codingtimes3199
    @codingtimes3199 8 років тому

    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.

  • @tamarwebmail5433
    @tamarwebmail5433 7 років тому

    I wrote noTone (buzzerPin) but it doesnt work. I use the arduino duemilanova..

    • @shutdahellup69420
      @shutdahellup69420 6 років тому

      Tamar Webmail make sure the letters are of same size

  • @quadews
    @quadews 5 років тому +1

    abi esp8266 da olurmu

  • @CreativeDesk
    @CreativeDesk 6 років тому

    Music name?

  • @rafi6170
    @rafi6170 4 роки тому

    is tone need a library from manage library

  • @faisaltaher851
    @faisaltaher851 7 років тому

    I cannot get it to stop buzzing even after its dark

    • @shutdahellup69420
      @shutdahellup69420 6 років тому

      faisal taher lol check your if statement if its correct or try to increase the value from 400 to 600 maybe?

  • @oswaldopalafox1582
    @oswaldopalafox1582 Рік тому

    😮

  • @sunitachauhan2471
    @sunitachauhan2471 6 років тому

    I want all the products in 2 days can you supply me

  • @Itsyaboy_Jeff
    @Itsyaboy_Jeff 4 роки тому

    epic

  • @alonhermoni1291
    @alonhermoni1291 4 роки тому

    anyone else getting expected ' ' or ' ' before 'void' ?

  • @danujayasaputro7861
    @danujayasaputro7861 4 роки тому

    it's not working, why?

  • @hamzahzroglu3121
    @hamzahzroglu3121 6 років тому +2

    insan kodu da bırakır ama

  • @yunuscanozkan5357
    @yunuscanozkan5357 5 років тому +1

    kanka türkçe video at

  • @lobstah996
    @lobstah996 6 років тому

    ''ledPin'' was not declared at this scope

    • @Joe-xq6on
      @Joe-xq6on 6 років тому

      const int ledPin = 13;
      const int buzzerPin = 12;
      const int ldrPin = A0;
      void setup () {
      Serial.begin(9600);
      pinMode(ledPin, OUTPUT);
      pinMode(buzzerPin, OUTPUT);
      pinMode(ldrPin, INPUT);
      }
      void loop() {
      int ldrStatus = analogRead(ldrPin);
      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 DEACTIVATED");
      }
      }

  • @Gen_Kael
    @Gen_Kael 4 роки тому

    Aaaand @4:30 is where I got left in the dust.

  • @codingtimes3199
    @codingtimes3199 8 років тому +1

    Please van you vive me your arduino code d'or this projet

    • @sisirakumara2053
      @sisirakumara2053 8 років тому

      Mert Arduino Tutorial & Projects

    • @elitedino484
      @elitedino484 6 років тому

      Mert Arduino and Tech it doesn't work for me

  • @janindubahagya3413
    @janindubahagya3413 4 роки тому

    superm$$$$

  • @karacaveli4811
    @karacaveli4811 7 років тому

    Abi helal olsun

  • @nepnaeemselectronicspakist1824
    @nepnaeemselectronicspakist1824 2 роки тому

    Whst is this nonsense