Plugin Electronics
Plugin Electronics
  • 12
  • 9 758
How to make a drone | DIY drone kit | Plugin Electronics
Hello all and welcome to plugin electronics and in this video we will be making a drone using the DIY drone kit. I hope you enjoy the video.
-------------------------------------------------
Subscribe: )
-------------------------------------------------
Song: Pull Up
Music by: CreatorMix.com
Song: Ascension
Music by: CreatorMix.com
Song: Crested
Artist: Kia
Music by: CreatorMix.com
Song: Palm Springs
Artist: Kia
Music by: CreatorMix.com
Song: Show Your Soul
Music by: CreatorMix.com
มุมมอง: 58

วีดีโอ

How to make an electric eraser | Best for students and artists | plugin electronics
มุมมอง 2Kหลายเดือนก่อน
hello all and welcome to plugin electronics in this video we have made an electric eraser which is a nice project for both students and artists. students can use it to draw some complex diagrams and artists can use it to shade portraits. Material required: mini drone motor Plastic pipe switch mechanical eraser refill 9v Battery 9v Battery cap Subscribe : ) Song: Firestorm Music by: CreatorMix.com
Make a distance meter | AI with Arduino | distance measuring device | Plugin Electronics
มุมมอง 2172 หลายเดือนก่อน
hey, have you seen the first short uploaded on this channel? If not, you can watch it from the link below because in this video we are making the same thing shown in that short. th-cam.com/users/shortssSsdGebvc78?si=7YI-jc1eM6cRhYGp material required: Arduino Uno breadboard jumper Wires 9v battery (2x) 9v battery cap 16x2 lcd I2C module Ultrasonic Sensor Code: drive.google.com/file/d/1QFuom-ynd...
Make an electric RC boat | using mini drone motors | Plugin Electronics
มุมมอง 2792 หลายเดือนก่อน
Hello all, welcome to Plugin Electronics and in this video we will learn that how to make a electric RC boat. If there is any doubt, ask in the comment section Material required: Thermocol Li-ion battery 3.7v Li-ion battery holder 9v battery 9v battery cap drone motors (2pc) drone motor propeller (2pc) RC transmitter and receiver coloured tapes ( for decoration) Wiring: V- = -ve of battery V = ...
Make a touchless Doorbell | Using arduino uno with ultrasonic sensor | Plugin Electronics
มุมมอง 2.1K2 หลายเดือนก่อน
Material Required: Arduino Uno Jumper wires buzzer Ultrasonic sensor Breadboard Arduino Uno cable Power Bank or 9v Battery Subscribe : ) Circuit diagram: drive.google.com/file/d/1BYiBvs7v4vxYqIIyWOXCRfH4dTaMUbvu/view?usp=sharing
Make a home security alarm | Plugin Electronics
มุมมอง 1.5K2 หลายเดือนก่อน
Material required: peizo buzzer 9v Battery 9v Battery cap switch cardboard piece thin metal plate plastic/wood clip Subscribe Song: sumu - apart [NCS Release] Music provided by NoCopyrightSounds Free Download/Stream: ncs.io/apart Watch: ncs.lnk.to/apartAT/youtube Song: Disfigure - Blank [NCS Release] Music provided by NoCopyrightSounds Free Download/Stream: ncs.io/blank Watch: th-cam.com/video/...
Make a drilling machine | Plugin Electronics
มุมมอง 2.7K2 หลายเดือนก่อน
Components used: DC 12v 555 motor Push switch DC 12v socket Drill bit Drill chuck Subscribe : )
Introduction to IR sensor | with a practical | Plugin Electronics
มุมมอง 984 หลายเดือนก่อน
in this video you will learn about IR sensor and learn many things about IR sensor
Make a Solar Charger | Charge devices with solar electricity! | Plugin Electronics
มุมมอง 2004 หลายเดือนก่อน
material used: solar panel charging wire ic7805 Cardboard

ความคิดเห็น

  • @VPEliteGamer
    @VPEliteGamer 13 วันที่ผ่านมา

    bro is there any poerfull buzzer to provide the sound more efficient and sufficient? IF there is suggest me one! BTW nice vid

    • @PluginElectronics458
      @PluginElectronics458 13 วันที่ผ่านมา

      Thank you. I dont have much information about that, but according to me you can use the 12v buzzer used in bikes and cars. also, if you are using that then make sure to give 12v power supply to arduino through the input jack for 12v adapter given on arduino.

  • @wamanraobiradar796
    @wamanraobiradar796 14 วันที่ผ่านมา

    Hello sir plz upload circuit diagram of it

  • @mitchelldamario5827
    @mitchelldamario5827 14 วันที่ผ่านมา

    "Promo sm"

  • @nitheeswar2129
    @nitheeswar2129 27 วันที่ผ่านมา

    Bro ur cheat Its not working Its play automatically within 5 sec

    • @PluginElectronics458
      @PluginElectronics458 17 วันที่ผ่านมา

      according to me, you should double check the wiring, components and the code

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

    If you have any doubts or suggetions then you can share them here

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

    👍 good job

  • @kritikasharma-bg6de
    @kritikasharma-bg6de 2 หลายเดือนก่อน

    thank u soo much sir!!!!!! this worked for me on the very first try. please upload other projects like this. thank you once again !!!!!!

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

    Code: const int trigPin = 4; const int echoPin = 5; const int buzzerPin = 8; void setup() { pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(buzzerPin, OUTPUT); } void loop() { digitalWrite(trigPin, LOW); delayMicroseconds(5); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); int duration = pulseIn(echoPin, HIGH); delay(50); int distance = duration / 29.1; if (distance < 20) { digitalWrite(buzzerPin, HIGH); } else { digitalWrite(buzzerPin, LOW); } }

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

    👍👍👍👍

  • @Game-cj8pe
    @Game-cj8pe 2 หลายเดือนก่อน

    Suᴘᴇʀ ʙʀᴏ 😮

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

    incredible 😮 👍🏼👍🏼

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

    Wow.. amazing…👍

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

    Wow.