Arduino Airsoft BOMB | CSGO Bomb

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

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

  • @destroyergameryt1028
    @destroyergameryt1028 3 года назад +185

    Thanks from Afghanistan.

  • @dasirrine
    @dasirrine 2 года назад +36

    Your final version uses a custom PCB and a 4-color RGB LED. Do you have the code and instructions for that version?

  • @amalsx
    @amalsx 3 года назад +12

    This is what I'm waiting for. Thanks

  • @Packerdog72
    @Packerdog72 Год назад +4

    please help can i have link to the screen you used it only lights up boxes but no text of row one of screen is there an error in code or do i have wrong screen

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

      I had the same problem:
      Check the soldering
      Add a potentiometer to adjust the contrast
      Check the enable pin

  • @cangur9770
    @cangur9770 7 месяцев назад +1

    All perfect and sweet but where the power is coming from??? I mean it runs on electricity so where are batery?

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

    What kind of PCB do you use behind the keyboard?

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

    what is the keypad libary?

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

    can you please tell how did you make this complex circuit into the c4 itself, like how did you hide the components of it?

  • @fortnite......
    @fortnite...... Год назад

    What if I take a 4x4 keypad?
    What numbers do I need then? 4:16

  • @sameenarahman1090
    @sameenarahman1090 3 года назад +4

    hello bro your video is amazing i need a help, when uploading the code it highlights lcd begin(); what should i do

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

    Can you use motorcycle horn instead to make the alarm louder?? If yes is there changes for the circuit or program?

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

      The digital out of the arduino should be connected to a relay to activate the horn's supply since it won't run off the 9v battery (too much current needed). I think that's the only change that it would need.

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

    Can I fuse a real c4 with it? My friend asking tho.

    • @cinaxyt0
      @cinaxyt0 3 месяца назад

      🤨📸

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

    College ki raate jiss bomb ko plant or difuse krne mai niklti thi wo aaj dekh lia.....amazing

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

    In 6:24 what's the board under the Keypad

  • @tk2097
    @tk2097 5 месяцев назад

    How can I edit how long the bomb explodes for as it seems to just go on forever?
    Also the red led doesn't work

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

    Hey! I have a doubt in this. Can we use Arduino uno for this project

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

      Yes

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

      Ok 👍🏻👍🏻👍🏻

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

      @@parvathyrgupta7652 hello, cant upload code to arduino uno it says "keyboard.h no such file or directory..what to do?

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

    Its working with OLED display?

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

    What's the extra circuit board under the keyboard in the photo? Do I Need That? If so where do I purchase it from since I don't have the option to make it.

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

      same question I was wondering if that's a protoboard

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

      @@yulose9 can you give timestamp?

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

    This is use a battery ? Or what?

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

    What did you use to design the circuit diagram?

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

      it's a software called Fritzing. You can make any diagram of arduino, almost all the module is there too.

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

    You could use a bigger speaker and make the bomb out of pla if you have a 3d printer

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

    Can I ask if u have to recharge this or is it battery powered?

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

      Its your choice. In his video his is receiving power from the computer it was plugged into while uploading code, but you can use a usb power bank if you want

    • @smotion.bricks
      @smotion.bricks Год назад +1

      will the micro controller resist the power bank like any power bank

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

    can i use arduino uno?

  • @Thesomeonevr
    @Thesomeonevr 20 дней назад

    it says in the code "no matching function for liquidcrystal12cbegin"

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

    Hey idk if you can help me but im having issues with the LCD display not showing text.

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

      Depending on your LCD type, look on the back and find a blue box (chip) if there is a philips head screw in the middle, adjust that (Slowly) until letters are visible. Also, check LiquidCrystal_I2C lcd(0x3F,16,2); in the code and try changing it to LiquidCrystal_I2C lcd(0x27,16,2); He didnt really address the fact that different LCDs have different addresses. You can typically find your specific screens LCD address by looking up where you ordered it from.

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

      @@coryevans8689 i see i already tried fixing the contrast so it could be the address because some letters show up but not all of them

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

      @@Tactical_chicano Have you tried another screen to make sure your current one is not broken?

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

      @@coryevans8689 yes i purchased 2 different ones thinking it might come out bad. Also switched the nanos and its the same issue

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

      @@Tactical_chicano prolly the address then, good luck!

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

    is 3 AAA battery enough to power?

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

    Lets replace the buzzer with a nicrome wire to get fire or a spark gap with voltage multiplyer and the put them in pottash and other explosives then it will be more realistic

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

    Which app you use for synthetic circuit connections.

    • @Figgumz17
      @Figgumz17 9 месяцев назад

      Fritzing is a common one. I think it only costs $5USD as a "donation" for license

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

    Can you make the defuser of it?

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

    Great work. From where can I get keypad you used for CS 💣?

  • @joshuav.pascasio7426
    @joshuav.pascasio7426 2 года назад

    This is so cool but do you have other video like this also can this bomb getting defuse too?

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

    hello I need help
    would it be possible to add on the pin 9 a 12v relay to add a big alarm
    I can donate paybal if need thank you

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

    can i use this program in uno

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

    Hey bro, can you please help me, i wanna make this but i font have the i2c module, can you please tell me how to connect the display without it

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

    can anyone please help? I used the Arduino code from the original website but it says problem with " lcd.begin();" in 54th line

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

      If this is the case you need to change that line to say
      lcd.begin(16, 2);
      Then it should word

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

      @@kaytisuma thank you for help

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

    7:13 💀💀💀💀
    So guys i hope you like this bomb

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

    where did you find the keypad library?

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

      in Arduino IDE up top click "Sketch" > "Include Library" > "Manage Libraries" > Search "Keypad" and install the library simply called "Keypad"

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

    Thanks a lot for his video. BTW one thing that I need to ask, Could you please update your code because if we defuse bomb it shows success message as expected but after the delay finished it s restart the timer where we stopped like
    assumee that I set bomb timer for 20min and I defused the bomb 2 min left.. It shows the success message and after delay finished it continue from 2 min to counting down instead of resetting it self.
    last missing part is after bomb exploed in anyway its not resstart itselfs... can we add a button to reset it again like pressing A B C or D

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

    How are you powering this when portable?

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

    How to make the sound louder?

  • @171_aditiyadav9
    @171_aditiyadav9 3 года назад +1

    Love your art😍😍

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

    Love it love from Technical idEas

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

    Bro dose the bomb will blast

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

    Hi I have an error message can you help me?
    the error message is:
    Keypad.h: No such file or directory

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

      Download that .zip file : github.com/Chris--A/Keypad
      Add in Arduino software library

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

      @ how do i add it to the software library?

  • @Olo816
    @Olo816 11 месяцев назад

    jest ktoś w stanie wykonać taki licznik dominacja?

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

    hi very nice project i am a student and i would like to improve with command a relay when time is expired. cu yu help me for sketch ???

  • @deeptichauhan4741
    @deeptichauhan4741 11 месяцев назад

    Thanks from saudi arabia

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

    I would like to incorporate this as part of a birthday gift prank. Is there somewhere i could purchase something similar online already prefabricated?

  • @Pogdog-7
    @Pogdog-7 Год назад +1

    When I compile the code, it says there is an error with line 55, "lcd.begin()" I replaced it with "lcd.begin(16, 2)" but everything else works exept for the lcd. Please help.

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

      LiquidCrystal_I2C lcd(0x3F,16,2); //Change the HEX address
      0x3F -------0x27

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

    Best work done by you

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

    no matching function to call for liquid crystal l2c can u give us a solution regarding this problem

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

      check address ic2 display

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

    I need program & wiring sketch

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

    Which software u design the circuit

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

      a usb power bank can work once code is uploaded

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

    bro can gives us solution regarding the code error problem while compiling

  • @smotion.bricks
    @smotion.bricks Год назад

    why when i upload it , it say Compilation error: Keypad.h: No such file or directory

    • @tk2097
      @tk2097 5 месяцев назад

      Mine aswell, was there a fix?

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

      @@tk2097 yea you can download a file to get ride of it

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

    You are just amazing.

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

    Are you able to do it with the full code from CS:GO rather than a 4 digit code?

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

      try to change the code
      char password [4]
      char entered [4]
      change "4" into another number

  • @mr.pilchard4548
    @mr.pilchard4548 Год назад

    i'm a noob in this ambient, can i use an UNO? :c?

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

    can i run this code in uno

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

    AMAZING!!!!! GREAT!!!👍👍👍👍👍👍

  • @Rendi-m1y
    @Rendi-m1y 10 месяцев назад +1

    Thanks

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

    bruh this is awsome nice work

  • @e-berry
    @e-berry Год назад +5

    This could actually be used to make a real bomb. Internet is dangerous

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

    everything works except the screen. I can activate the bomb. but I don't see anything on the screen. the screen is powered. it only shows me the points from the top. and nothing else

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

      I changed the address of the screen and it worked

  • @黄蟮
    @黄蟮 9 месяцев назад

    I found a way to defuse the time bomb, which is to cut off the detonator. No matter how powerful it is, it can't explode instead of cutting red. Black, yellow line

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

    Its working with UNO?

  • @cortymusic
    @cortymusic Месяц назад

    This project does not work. I did it exactly as indicated in your diagram and also with the instructions in your codes in case of using the 4x3 black board and your codes do not work. In your videos you show it working with the arduino keyboard initially but the diagram is never seen. And then you put in a keyboard from a different board. I checked your work with two colleagues and it does not work. It shows serious problems and no h is found.

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

    Bahi blutooth +manual relay module bnayoo 🙏🙏🙏

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

    Bhaii op.
    Bhaii ak raspberry pi robot banaoo plzz

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

    Good project, respect!!!

  • @ShelbyBanditNFS
    @ShelbyBanditNFS 11 месяцев назад

    I don't suppose people will get into trouble with the law if we use these for laser tag, airsoft or paintball?

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

    Bro bomb pelthadha

  • @WannaCry-wcry
    @WannaCry-wcry 3 года назад

    i ll make it for airsoft games... mby i ll need your help m8
    !

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

    Thank you!

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

    Hello. error while compiling adrduino. What could be the problem???
    C:\Users\sysadmin\Downloads\Arduino_Airsoft_Bomb\Arduino_Airsoft_Bomb.ino: In function 'void setup()':
    Arduino_Airsoft_Bomb:54:13: error: no matching function for call to 'LiquidCrystal_I2C::begin()'
    lcd.begin();

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

      Change lcd.begin(); to lcd.init();

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

      @@coryevans8689 why don't I have any writing on the LCD? even though the lcd.init(); code is correct

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

    Amazing ♥

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

    will this work with arduino UNO ????

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

      Yes it is. I make project on UNO

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

    this's good project, i love it but how to remove bomb without knowing the passcode?

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

    when I set less than 10 minutes, it still shows 10 minutes on the display

  • @EinfachFredhaftGaming
    @EinfachFredhaftGaming 3 месяца назад

    My display shows nothing but white squares

    • @EinfachFredhaftGaming
      @EinfachFredhaftGaming 3 месяца назад

      Had to change the HEX Address to lcd(0x27,16,2) now it works

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

    Finally, an Excellent Gift for my ex

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

    Bhai yai Jo circuit Bana rahai ho vo kon SA aap haa

  • @cortymusic
    @cortymusic Месяц назад

    este proyecto no funciona. lo hice exactamente como lo marca tu diagrama y tambien con las indicaciones de tus codigos en caso de usar el tablero negro 4x3 y no sirven tus codigos. en tus videos miestras en funcion con el keypad de arduino inicialmente pero nunca se ve el diagrama. y despues pones un tablero keypad diferente. revise nunto con dos colegas tu trabajo y no funciona. arroja problemas graves y no se encuentra h.

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

    Wow!

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

    Bro if we make some changes in programing to sent signal to relay module to trigger it when the timer ends we can make a real bomb😅😅
    Putting some explosive circuits n the switch is connected with that relay module
    Guys don't think of it I'm just saying😂😂

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

    Very nice job ✌🏼 is it possible That you Build something like this for me and i pay it ? I Really like to get one of those 😁😁😁

  • @CarlosFlores-wn1xt
    @CarlosFlores-wn1xt 9 месяцев назад +1

    codigo erroneo fake all no sirve

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

    This code is not downloading?

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

    And now send the directory`s we are missing and its will work i hope. Cuz as usual there is 10% of the needed info for as to make this project.

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

    Hey , i have problem. When i downloaded the code to arduino nan, nothing happen, just LCD display turned on but there are no letters

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

      depending on your LCD type, look on the back and find a blue box (chip) if there is a philips head screw in the middle, adjust that (Slowly) until letters are visible. Also, check LiquidCrystal_I2C lcd(0x3F,16,2); and try changing it to LiquidCrystal_I2C lcd(0x27,16,2);

    • @tk2097
      @tk2097 5 месяцев назад

      You absolute legend
      Thanks
      ​@@coryevans8689

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

    where would the code be?

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

      it is in description on his website

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

    Hi bro, I am a big fan of you.
    You also make great arduino projects.
    Shall I suggest you something....
    Can you please make a video for how to make an arduino smart watch using (HC-05) , (Arduino nano) and an (oled display).
    Or an wifi based smartwatch.

  • @MohdAdil-xn9sh
    @MohdAdil-xn9sh 3 года назад

    Nice bro

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

    Nice yrr

  • @АнастасияГарманова-п4д

    аааааааа я первый русский
    кнапка нраветься нажаль!

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

    Спасибо

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

    not fun fact: this system used for making real C4

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

    Bhai ghar mat uda dena😂

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

    Super

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

    👌👌👌👌