Arduino project how to make a laser electronic alarm, an amazing invention DIY

แชร์
ฝัง

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

  • @tbbricks4627
    @tbbricks4627 5 หลายเดือนก่อน +52

    Guys , anyone wondering how you can make this it very simple , their is no need for any special laser ot light you can use any pointing light ,so their is basically a light resistor ,when light is showjng on it the circuit is complete when it is blocked off ,the ciruit closes ,thus you can code this to make yhe beep sound.very simple

  • @computersolutions7875
    @computersolutions7875 16 วันที่ผ่านมา +2

    The Transistors: 🗿🗿🗿

  • @Starboy_698
    @Starboy_698 ปีที่แล้ว +55

    Can you please share the code you used

    • @HelamanGile
      @HelamanGile 3 หลายเดือนก่อน +4

      It's just disrupting a light sensor when light is no longer detected or it reads under a certain amount of light it allows for a pass through current for the buzzer 😊

    • @anil0993
      @anil0993 หลายเดือนก่อน +2

      // Define the LDR pin const int ldrPin = A0; // Define the buzzer pin const int buzzerPin = 8; // Define a threshold value for detecting the laser interruption const int threshold = 600; void setup() { // Initialize the serial communication Serial.begin(9600); // Set the LDR pin as an input pinMode(ldrPin, INPUT); // Set the buzzer pin as an output pinMode(buzzerPin, OUTPUT); } void loop() { // Read the LDR value int ldrValue = analogRead(ldrPin); // Print the LDR value to the serial monitor Serial.print("LDR Value: "); Serial.println(ldrValue); if (ldrValue < threshold) { tone(buzzerPin, 1000); // 1000 Hz tone delay(1000); // Sound the alarm for 1 second noTone(buzzerPin); // Stop the alarm } else { noTone(buzzerPin); } delay(100); }

  • @KaraSub2.0
    @KaraSub2.0 7 หลายเดือนก่อน +16

    How did you make it, bro? I need your instructions, at least the components you used

    • @user-qr2dm4xg6s
      @user-qr2dm4xg6s 5 หลายเดือนก่อน

      th-cam.com/video/94odc5RqaBM/w-d-xo.htmlsi=3fkICrKwf7-UPn2A

    • @jinarhavayitlida18
      @jinarhavayitlida18 27 วันที่ผ่านมา +1

      Its just an Arduino,Batterie, Laser pointer and a Piezo

  • @TheDailyMemesShow
    @TheDailyMemesShow 9 หลายเดือนก่อน +4

    Better if the laser light were invisible to the naked eye 💯

    • @dekuazx1846
      @dekuazx1846 9 หลายเดือนก่อน +4

      Then use IR (infrared)

    • @bettafish541
      @bettafish541 6 หลายเดือนก่อน +1

      if the mirrors are hidden well enough and there's no smoke it won't be seen

  • @Pes-efootballs
    @Pes-efootballs 5 หลายเดือนก่อน +7

    Program and manufacturing process please ❤

  • @aminshah1453
    @aminshah1453 6 หลายเดือนก่อน +3

    Agar hum iske beech me koi transparent flat glass ko lagaaayenge to kya hoga

  • @azreenazreen69-sp9fq
    @azreenazreen69-sp9fq 4 หลายเดือนก่อน

    Good idea
    TQ sharing

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

    Show your eyes, It would be cool to watch your video.

  • @BudgetTechUKYT
    @BudgetTechUKYT ปีที่แล้ว +18

    I built my first laser alarm when I was 14...

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

      same

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

      Where do you even get the parts to do it? And how do you get the code into it? I’m 13 and I want to start building cool things like this. I know how to code in python, would that work?

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

      @@_sb_1168 so I got the light sensative diode from an old cybot, i cut the possitive and negative with a 9v battery connected to a relay. So the connection is simple. Series connection to com of the relay so when the light hits the electro magnet closes. So the relay normally has 8 legs. 2 is com that controlls the gates and 6, 2 netrual that stays on regardless (middle legs) right ones that is on and left off unless engaded. So connect the buzzer with another battery depend on buzzer spec ie 1.5v. So connect in serie. The logic is once light hits the light diode it powers the relay to close / open the gate. Thus allowing the buzzer to go off. You can use the other leg with a red light almost like a arming light and also connect a battery for it. Good luck :)

    • @BudgetTechUKYT
      @BudgetTechUKYT 11 หลายเดือนก่อน +2

      @@_sb_1168 irt coding in python. That is good. Focus on the logic side of making computing work for you. IE electrical in = out. From there you can apply the logic to your code. You will do great things.

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

      Yeah, it is pretty amateur.

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

    Я сикстилион раз совмещал лазер и фоторезистор

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

    बस एक चीज दिखाना भूल गए ,बाल हेयर को भी सेंस कर पाता है कि नही।

  • @leilanielectronics
    @leilanielectronics 2 หลายเดือนก่อน

    😎😎

  • @rakesh6710143
    @rakesh6710143 2 หลายเดือนก่อน

    Very nice💯💯💯

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

    Is par ardino ki kaya jarurat ha ldr sa kam ho jqi ga upar sa apna cpu ka heat resistor bala fan ku laya ja buzzer laga sakta tha na.

  • @user-vn7uw6rz3g
    @user-vn7uw6rz3g หลายเดือนก่อน

    Nice

  • @narmadameher3203
    @narmadameher3203 9 หลายเดือนก่อน +2

    Can you please share the name of parts

  • @user-yk6nn7zk5j
    @user-yk6nn7zk5j 10 หลายเดือนก่อน +2

    What about glass?

  • @user-co9wq5bo2c
    @user-co9wq5bo2c 6 หลายเดือนก่อน

    Whoooooow bro 😲😳

  • @Atanaskarageorgiev
    @Atanaskarageorgiev 9 หลายเดือนก่อน +1

    Haw you build this alarm sistem or this is its ready for home

  • @OmarFaruk-uq1hh
    @OmarFaruk-uq1hh 3 วันที่ผ่านมา

    Please share manufacturer process

  • @Balunkeswar108
    @Balunkeswar108 3 หลายเดือนก่อน

    Use LDR, no Arduino required.

  • @ChusseBoy
    @ChusseBoy 7 วันที่ผ่านมา

    How can I make this?

  • @user-co9wq5bo2c
    @user-co9wq5bo2c 6 หลายเดือนก่อน

    Good

  • @ItsArandomGamer
    @ItsArandomGamer 5 หลายเดือนก่อน +2

    how the hell does this work if the arduino is not even powered

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

      wdym?

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

      @@robert_da_man7430 the Arduino Has absolutely no power rendering it pointless and the whole circuit would`nt work due many lines of important code and connections made on An Arduino in this specific project

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

      (the arduino is that blue motherboard in the background

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

      aka a microchip controler

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

      what about the battery in the back@@ItsArandomGamer

  • @Paul-kj3nb
    @Paul-kj3nb 5 หลายเดือนก่อน

    Overengineered. Don’t need an arduino for this. Couple of mirrors, laser, buzzer, a transistor and a photoresistor

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

    Angle of mirror?

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

    You really dont need a aurduino just use a photo risistor

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

    Nanayam movie has this type of alarm

  • @user-pw4ss2dv3b
    @user-pw4ss2dv3b 5 หลายเดือนก่อน

    Hello bhai aapane kaise banaya ismein kya kya saman Laga kripya mujhe bhej do

  • @user-im3kx6yn6i
    @user-im3kx6yn6i 3 หลายเดือนก่อน

    Components?

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

    how to make it

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

    wow, nicte turorial :(

  • @FelixxKwarteng-yj2xo
    @FelixxKwarteng-yj2xo หลายเดือนก่อน

    Please show me how to do it please

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

    How made this please give me the link

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

    Bana kese batana palijj

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

    Making tricks send

  • @creatorshorts2.0187
    @creatorshorts2.0187 ปีที่แล้ว +1

    मैं इसे गलत साबित कर सकता हूं

  • @Electrical565
    @Electrical565 4 หลายเดือนก่อน

    price

  • @user-eu3ku1yc2v
    @user-eu3ku1yc2v 6 หลายเดือนก่อน

    Jaldhi

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

    The project?

  • @AdekunleJamiu-qk4rc
    @AdekunleJamiu-qk4rc 24 วันที่ผ่านมา

    I need your help please

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

    Один вопрос - на кой хер тут ардуино?

  • @ms.sadiya-Akter
    @ms.sadiya-Akter 6 หลายเดือนก่อน

    বড় ভাই দাম কত

  • @ProjecTricks
    @ProjecTricks 2 หลายเดือนก่อน

    Use a mirror to go through this 😂😂😂😂 not with a scissor

  • @user-xw7hv2nn2j
    @user-xw7hv2nn2j 2 หลายเดือนก่อน

    Full video

  • @NouraNoura-us9ro
    @NouraNoura-us9ro 7 วันที่ผ่านมา

    🤭🤭🤭

  • @jeromezambrano3793
    @jeromezambrano3793 2 หลายเดือนก่อน

    Can you share the codes and diagram 😢

  • @user-bg1cz7mw2e
    @user-bg1cz7mw2e 3 หลายเดือนก่อน

    Can I have the code and diagram

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

    How to not make it

  • @Abdulrahman-wz4bv
    @Abdulrahman-wz4bv หลายเดือนก่อน

    Tutorial

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

    Edan

  • @user-fv8wq2bw8p
    @user-fv8wq2bw8p หลายเดือนก่อน

    Exists system

  • @user-eu3ku1yc2v
    @user-eu3ku1yc2v 6 หลายเดือนก่อน

    Code send kar do

  • @computersolutions7875
    @computersolutions7875 16 วันที่ผ่านมา

    The Transistors: 🗿🗿🗿