How to make automatic DIY Targets for Airsoft guns

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025
  • ХоббиХобби

Комментарии •

  • @homermorisson9135
    @homermorisson9135 2 года назад +6

    Now if only I had the space available to do something like this myself.
    Very nice, and kudos on showing us the elegantly simple electronics blueprint too!

    • @drew-shourd
      @drew-shourd Год назад +2

      Right? I see all these videos of all these guys with a huge space, with lots of table saws, routers, sanders etc., boy what I could make if I had all that!!

  • @danijuggernaut
    @danijuggernaut 3 года назад +8

    Very cool !!!! Good inspiration, there´s no limits for creativity with your build, like steel construction for diabolos or steel BB´s in 4.5. Great build !!!

  • @SmoknJokr
    @SmoknJokr 3 года назад +8

    Watching this guy work is murder..

  • @shotgun326
    @shotgun326 2 года назад +1

    Nice job on the electronics. For a DIY project, with basic tools and supplies, very nicely done.

  • @okenc8628
    @okenc8628 2 года назад

    Very cool, the music on the background makes it even better. Keep up the good work!

  • @tr0ubles245
    @tr0ubles245 4 года назад +2

    Very cool, you should have a million views!

  • @spartiatis2228
    @spartiatis2228 3 года назад +2

    Παρα πολύ καλή δουλειά!!! Μπράβο φίλε μου!!!

  • @andreidirman7497
    @andreidirman7497 3 года назад +2

    I want buy the produs! How much cost it is ?

  • @razomax2724
    @razomax2724 3 года назад +1

    thanks from my deep bottom heart

  • @ianpearce78
    @ianpearce78 2 года назад +2

    Beautiful, you should be selling them, I would buy one.

  • @brianherman4198
    @brianherman4198 2 года назад

    Can you show me the actual photo of the wiring ? Thanks

  • @miketheknife2
    @miketheknife2 2 года назад

    That’s great, nice job !

  • @ruleofthebone
    @ruleofthebone Год назад +1

    what kind of metal is that which you cut into strips?

    • @TomStell_11
      @TomStell_11  Год назад

      We used aluminium to make sure that it's durable and lightweight. Check other videos on our channel for airsoft target...

  • @gtakadze1247
    @gtakadze1247 3 года назад +1

    Great job 👍👏👌

  • @travelintrav4604
    @travelintrav4604 2 года назад

    What is the code you use on the android for the button? i can connect to the device... just don't know what to indicate to send to arduino for it to reset targets...

  • @stonerman15
    @stonerman15 3 года назад

    What plates can handle pretty much anything? Thickness etc?

  • @copspec
    @copspec 2 года назад

    Nice work

  • @Jason-iq3ml
    @Jason-iq3ml Год назад

    what hinges are those?

  • @TurryAR
    @TurryAR 3 года назад +1

    Hi! do you have schematics and arduino complete code?

    • @TomStell_11
      @TomStell_11  3 года назад +3

      I can't find a way to upload a file. I try many way. I will paste the code here. If you want more send a mail to reply the files
      #include
      Servo s3;
      void setup() {
      Serial.begin(9600);
      s3.attach(3);
      }
      void loop() {
      s3.write(3);
      if (Serial.available() > 0) {
      char data = Serial.read(); // reading the data received from the bluetooth module
      switch (data)
      {
      case '1':
      s3.write(90);
      delay(2000);
      }
      }
      }

  • @EmptyShadoow
    @EmptyShadoow 3 года назад +1

    very nice

  • @freeallianz8543
    @freeallianz8543 2 года назад

    Fantastique travail ! Félicitation une superbe cible. Par contre le programme Arduino n'est plus en ligne....est-ce volontaire ??? car mon association d'Airsoft serait intéressé par votre module.

  • @imperiodotiro8628
    @imperiodotiro8628 Год назад +2

    SHOW 👏👏👏👏👏👏

  • @iulseyer
    @iulseyer Год назад +2

    very nice, but the background sound is annoying.. so I muted while watching

    • @TomStell_11
      @TomStell_11  Год назад

      Yes i know i trying to chabge it.

  • @stephaneguerin7697
    @stephaneguerin7697 2 года назад

    would you sell it ?

  • @mootastischthekasekuchen4406
    @mootastischthekasekuchen4406 2 года назад +1

    does it work with an iPhone?

    • @mootastischthekasekuchen4406
      @mootastischthekasekuchen4406 2 года назад

      and do you have to replace the batteries from time to time or does it work with the power cord

    • @TomStell_11
      @TomStell_11  2 года назад +1

      Look for the app under IOS or download other similar app and probably is gone a work.

    • @TomStell_11
      @TomStell_11  2 года назад

      Of course is working with wire with USB on arduino but you will not have the 6v on servo which you need for more power to lift the targets.

    • @mootastischthekasekuchen4406
      @mootastischthekasekuchen4406 2 года назад

      What’s the name of the app?

    • @TomStell_11
      @TomStell_11  2 года назад

      Bluetooth electronics

  • @foxhound4529
    @foxhound4529 Год назад +1

    do you sell this?

    • @TomStell_11
      @TomStell_11  Год назад +1

      No but you can try to make it yourself. In another video I have also made a smaller one that you might like as well. If you need help let me know. Good luck!

  • @muypadawan3183
    @muypadawan3183 3 года назад +1

    Hi do you have the code for arduino for this?

    • @TomStell_11
      @TomStell_11  3 года назад +6

      #include
      Servo s3;
      void setup() {
      Serial.begin(9600);
      s3.attach(3);
      }
      void loop() {
      s3.write(3);
      if (Serial.available() > 0) {
      char data = Serial.read(); // reading the data received from the bluetooth module
      switch (data)
      {
      case '1':
      s3.write(90);
      delay(2000);
      }
      }
      }

  • @fngolfer5312
    @fngolfer5312 Год назад

    Life is good 👍🏻

  • @cool_piglet
    @cool_piglet 7 месяцев назад

    not DYI really, with all that stuff you need to have. i bet targets from the store will be 10x cheaper.
    and i'm not even talking about wood durability (which is none). instead of coating you should just put a metal plate in front of it. which would cause crazy ricochets etc. etc. etc.

  • @mattivirta
    @mattivirta 3 года назад

    want make too but thailand i not know were buy aluminium and wood. no have anywere near my new home.

    • @jamesthompson2519
      @jamesthompson2519 3 года назад

      You can buy a sheet of the stuff at Home Depot for 20 bucks and it is enough for this

    • @mattivirta
      @mattivirta 3 года назад

      @@jamesthompson2519 near ewery city for me not have home depot, only watsadu have, and wery far one city khon kaen maybe have home depot. but not can go walking far. about 200 km.

  • @capboom_range806
    @capboom_range806 Год назад

    Backsoundnya saya suka

  • @rpfrompr
    @rpfrompr 3 года назад

    Nice, but the music?

    • @jt9498
      @jt9498 Год назад +1

      Exactly my thought, too! Bloody annoying noise!

  • @Kestasification
    @Kestasification 4 года назад +7

    sad music :(

    • @ianwebster8949
      @ianwebster8949 3 года назад

      Im pretty sure it's autumn leaves which isn't a very sad song normally.

    • @ianwebster8949
      @ianwebster8949 3 года назад

      It is this time though.

  • @PurcellAdam
    @PurcellAdam 3 года назад

    God, I hope I have a son some day.

  • @iveanbenben8999
    @iveanbenben8999 2 месяца назад

    • @TomStell_11
      @TomStell_11  2 месяца назад +1

      I have also made a new version of targets for airsoft. Have a look!

  • @bigrickshaberdashery2759
    @bigrickshaberdashery2759 Год назад

    background noise sucks, nice job on targets

    • @TomStell_11
      @TomStell_11  Год назад

      Thanks! We have other videos with targets as well. Have a look! This was our first video hence the noise The rest are much better!

  • @eliseenicolas8521
    @eliseenicolas8521 2 года назад

    This guy's a grizzly

  • @spartiatis2228
    @spartiatis2228 3 года назад +1

    Με τον προγραμματισμό Θα ήθελα λίγο βοήθεια..

    • @TomStell_11
      @TomStell_11  3 года назад +1

      Eyxaristo file tous exo apo kato se allo comment an thelis kati stile email kai an mporo na se voithiso.

  • @Freednuggets
    @Freednuggets 2 года назад

    no shirt required

    • @Smokeyr67
      @Smokeyr67 2 года назад

      Apart from the hair shirt

  • @michaelsalcido3736
    @michaelsalcido3736 10 месяцев назад

    Yeah, that background noise (not even music) is annoying as crap! Creator…what the hell were you thinking?

    • @TomStell_11
      @TomStell_11  10 месяцев назад

      I had a different background music but I changed the music for copyright issues. I will change it!

  • @TFger-nm9pr
    @TFger-nm9pr 2 года назад +1

    Doesn't describe in detail how to make anything. Rather it just shows a guy making it. No explanation, anything. And my idea of automatic does not include electronics, it would be a matter of weight and balance, and it would simply reset based only on that. Pure waste of my time. Plus, the music sucks.