M TECH ONE
M TECH ONE
  • 8
  • 28 925

วีดีโอ

#cooler #Cold watar#How to make a water cooler using peltier module at home.
มุมมอง 2083 ปีที่แล้ว
How to make a water cooler using peltier module at home. Like, comment and Subscribe 👍👍👍👍
Top 3 adruino projects # Best projects for Arduino.
มุมมอง 633 ปีที่แล้ว
Top 3 adruino projects Like, comment and Subscribe Thanks for watching
#soap dispenser #How to make automatic soap dispenser using arduino uno at home
มุมมอง 28K4 ปีที่แล้ว
How to make automatic soap dispenser using arduino uno at home #Metarials 1.Adruino Uno Board 2.Sonar sensor 3.servo motor 4.Jumper wire 5.Hand wash with bottom 6.Double shield tape 7.Glue gan #Adruino code and program link docs.google.com/document/d/1XGPefYs6Y2J9aPndlBEMdP_KhaR8-z02qmlf4GxPkfs/edit?usp=drivesdk #Circuit design drive.google.com/file/d/11SbTVmBGGTxHcJqKB00A1qHW3x3Ax5BT/view?usp=...
Unboxing of Kk2.1.5 Flight Controller and full specifications
มุมมอง 1654 ปีที่แล้ว
Like, comment and share 👉👉👉
How to remove or replace sound from an existing youtube veadio
มุมมอง 444 ปีที่แล้ว
Like, comment & share
How to Charge a lipo battery for your drone or Quadcopter
มุมมอง 764 ปีที่แล้ว
How to Charge lipo battery for your drone or any other device. Like, comment & share 👉👉👉👉👉👉
#How to configure Kk2.1.5 Flight Controller#
มุมมอง 2374 ปีที่แล้ว
How to make a quadcopter using Kk2.1.5 Flight Controller. How to configure Kk2.1.5 Flight board How to adjust your flight Controller board How to do Acc Calibration on Kk2.1.5 flight Controller Music : in my city Like, comment and Subscribe 👆👆👆👆

ความคิดเห็น

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

    I want this project ready

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

    dist=(aver[0]+aver[1aver[2])/3; this line has errors.

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

    #include <Servo.h> Servo servo; int trigPin = 5; int echoPin = 6; int servoPin = 7; int led= 10; long duration, dist, average; long aver[3]; //array for average void setup() { Serial.begin(9600); servo.attach(servoPin); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); servo.write(0); //close cap on power on delay(100); servo.detach(); } void measure() { digitalWrite(10,HIGH); digitalWrite(trigPin, LOW); delayMicroseconds(5); digitalWrite(trigPin, HIGH); delayMicroseconds(15); digitalWrite(trigPin, LOW); pinMode(echoPin, INPUT); duration = pulseIn(echoPin, HIGH); dist = (duration/2) / 29.1; //obtain distance } void loop() { for (int i=0;i<=2;i++) { //average distance measure(); aver[i]=dist; delay(10); //delay between measurements } dist=(aver[0]+aver[1]+aver[2])/3; if ( dist<50 ) { //Change distance as per your need servo.attach(servoPin); delay(1); servo.write(0); delay(3000); servo.write(150); delay(1000); servo.detach(); } } //this is the working code, made a few adjustments for missing brackets and operators

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

      Yes this one is correct Thanks..

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

    what version of arduino ide

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

    can u please provide the report for this project?

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

    any one this project please comment this post because i want to purchase this project

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

    why there have rubber band at the back of the soap dispenser. And I would like to ask if we use the String to tie with servo motor, is it can be pressed the button of soap dispenser ??

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

    what is size of g i wire Sir?

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

    Thank you so much ❤️❤️

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

    this code does not work so can you send another code

  • @ruhinrishat2184
    @ruhinrishat2184 3 ปีที่แล้ว

    can i use arduino nano for this? can anyone provide me the proteus design?

    • @MuhammedAjmal-gm2jx
      @MuhammedAjmal-gm2jx 3 ปีที่แล้ว

      Bro better is aurdino uno

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

      arduino uno and nano is same, u can use whatever you want

  • @mamunurrahman8766
    @mamunurrahman8766 3 ปีที่แล้ว

    Very good.

  • @hidekiryuga2103
    @hidekiryuga2103 3 ปีที่แล้ว

    There's a problem . The servo motor works On his own , i did every single step .but the servo work based on the last part of the code , he ain't workig based on The sonar sensor ... solution please

  • @vinaysinghal7831
    @vinaysinghal7831 3 ปีที่แล้ว

    hii bro i am kushal singhal the last letter of the code is wrong pls check and reply to my comment

  • @nandanashaji8405
    @nandanashaji8405 3 ปีที่แล้ว

    Can anyone know the block diagram

  • @birukemiru8426
    @birukemiru8426 3 ปีที่แล้ว

    nice tutorial..the code works for me and if u can plz made the simulation in protuse of this project....

  • @abderian7168
    @abderian7168 3 ปีที่แล้ว

    I've figured out the problem with the code you didn't add the last curly bracket but there is one more problem I've used the same electronic components as you used and the connections are correct too but after uploading the code to Arduino nothing works why is it soo, although every sensor and component is fine

    • @hidekiryuga2103
      @hidekiryuga2103 3 ปีที่แล้ว

      Yeah same for me now . The servo works on his own . He ain't working based on The sensor .. any solution ??

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

      Hello

  • @saritmandal8196
    @saritmandal8196 3 ปีที่แล้ว

    How to supply 9v DC in arduino uno

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

      Use a 9V dc battery cap, Arduino can take 9V dc input

  • @kangseol2705
    @kangseol2705 3 ปีที่แล้ว

    there is one last curly bracket missing from code Please correct the code and reply submission

  • @RizwanAli-xo8vu
    @RizwanAli-xo8vu 3 ปีที่แล้ว

    but you have explaned every thing nicely and clear

  • @RizwanAli-xo8vu
    @RizwanAli-xo8vu 3 ปีที่แล้ว

    the given code is wrong worst

  • @kanishkagarwal2730
    @kanishkagarwal2730 3 ปีที่แล้ว

    Pls tell where is the coding

  • @parthtripathi4318
    @parthtripathi4318 3 ปีที่แล้ว

    Sir please tell do we need to install libraries also

    • @mtechone1903
      @mtechone1903 3 ปีที่แล้ว

      Yeah

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

      no you dont need to install any library for this silly Project

  • @parthtripathi4318
    @parthtripathi4318 3 ปีที่แล้ว

    Do we need to install any libraries

    • @parthtripathi4318
      @parthtripathi4318 3 ปีที่แล้ว

      Please tell

    • @MemeScope
      @MemeScope 3 ปีที่แล้ว

      @@parthtripathi4318 Yes You need to install Servo

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

      you just need to include the servo library, no need to install it

  • @parthtripathi4318
    @parthtripathi4318 3 ปีที่แล้ว

    I am uploading through my samsung tab It is showing error compilation

    • @mtechone1903
      @mtechone1903 3 ปีที่แล้ว

      Try again... Please check out your connection

    • @parthtripathi4318
      @parthtripathi4318 3 ปีที่แล้ว

      Do we need to install librAries

    • @MuhammedAjmal-gm2jx
      @MuhammedAjmal-gm2jx 3 ปีที่แล้ว

      Bro check the board type in settings in the app. Then it will work

  • @khaledbaraka2238
    @khaledbaraka2238 3 ปีที่แล้ว

    can you plz send me the code because theres a problem

    • @khaledbaraka2238
      @khaledbaraka2238 3 ปีที่แล้ว

      ?

    • @mtechone1903
      @mtechone1903 3 ปีที่แล้ว

      docs.google.com/document/d/1XGPefYs6Y2J9aPndlBEMdP_KhaR8-z02qmlf4GxPkfs/edit?usp=drivesdk

    • @ErSanjayKushwaha
      @ErSanjayKushwaha 3 ปีที่แล้ว

      Bro there is one last curly bracket missing from code .Put that on last and code will work fine.

  • @meghkhara7543
    @meghkhara7543 3 ปีที่แล้ว

    there is a problem in code pls reply submission tomorrow

    • @meghkhara7543
      @meghkhara7543 3 ปีที่แล้ว

      pls reply

    • @mtechone1903
      @mtechone1903 3 ปีที่แล้ว

      Which device you are using for upload arduino code

    • @mtechone1903
      @mtechone1903 3 ปีที่แล้ว

      Please make sure connection and uploading device

  • @SagarGaikwadTech
    @SagarGaikwadTech 3 ปีที่แล้ว

    Servo motor capacity? Grams

  • @electricalcoder3025
    @electricalcoder3025 3 ปีที่แล้ว

    nice work M tech one.....👌👍👌👍 I will suppourt and encorage you as much as I can...as we have similar passion and channel contents and I Subscribed yours too...all the very best dude...👍

  • @isidorolonzaga3843
    @isidorolonzaga3843 3 ปีที่แล้ว

    Whats the code?

  • @aneeznasar963
    @aneeznasar963 4 ปีที่แล้ว

    Hi bro, can U add that .ino file pls... its urgent bro

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Sry brother. I have no. Ino files yet

  • @pravinnanaware4618
    @pravinnanaware4618 4 ปีที่แล้ว

    code is not uploading

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Press the reset button then upload arduino code..

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Please use laptop or pc for uploading arduino code.

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

      @@mtechone1903 bro for me also not working in uploading in my laptop only

  • @pravinnanaware4618
    @pravinnanaware4618 4 ปีที่แล้ว

    please can you give me

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      I am already sent you circuit diagram link. Now you can download it from Google drive with this link .

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

      @@mtechone1903 macam mna

  • @pravinnanaware4618
    @pravinnanaware4618 4 ปีที่แล้ว

    i can't get diagram

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Now diagram is ready to download

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      drive.google.com/file/d/11SbTVmBGGTxHcJqKB00A1qHW3x3Ax5BT/view?usp=drivesdk

  • @youtubewithvarun3182
    @youtubewithvarun3182 4 ปีที่แล้ว

    tumne kon se version ka arduini software download kiya h

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Android version AdruinoDroid

    • @parthtripathi4318
      @parthtripathi4318 3 ปีที่แล้ว

      @@mtechone1903 sir which servo libraries in arduino droid we have to add Sweep or knob

    • @mtechone1903
      @mtechone1903 3 ปีที่แล้ว

      Sweep

  • @youtubewithvarun3182
    @youtubewithvarun3182 4 ปีที่แล้ว

    bhai arduino code upload nhi ho rha h

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Which device you are using for upload arduino code?

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Connection must be right hote hobe

  • @jakamonitravels1791
    @jakamonitravels1791 4 ปีที่แล้ว

    Mja pailm

  • @shihabsorker6776
    @shihabsorker6776 4 ปีที่แล้ว

    controller এ কিকি সেন্সর ব্যবহার করা হয়েছে ব্যবহার করা হয়েছে এবং এর অবস্থান সহ পুরো সেটআপ পরের ভিডিওতে পাব বলে আশা করছি..... আর প্রাইজ টা সাথেই বললে ভাল হত...

  • @RabiulIslam-kr4od
    @RabiulIslam-kr4od 4 ปีที่แล้ว

    Good job. go ahead Brother....

  • @RabiulIslam-kr4od
    @RabiulIslam-kr4od 4 ปีที่แล้ว

    One vedio only.

    • @mtechone1903
      @mtechone1903 4 ปีที่แล้ว

      Na vai... Aaro veadio ace

  • @thestrangerguy1987
    @thestrangerguy1987 4 ปีที่แล้ว

    bujhlam..thanks

  • @thestrangerguy1987
    @thestrangerguy1987 4 ปีที่แล้ว

    ❤💓

  • @thestrangerguy1987
    @thestrangerguy1987 4 ปีที่แล้ว

    Tor kotha bojha jay nah... Aktu edit kre sound ta baraya diss

  • @mdtarif9702
    @mdtarif9702 4 ปีที่แล้ว

    Nice one