CS-GO C4 (MADE WITH ARDUNIO)
Hello friends,
I’m still new to 3D modeling — this is my second model. I made the C4 bomb from the game CS:GO. I used Arduino for this project, and I’ll also share the Arduino code in the files. However, since the code and the texts are in Turkish, you should translate the Arduino code into your own language before uploading it.
The activation password for the bomb is 4600, and the deactivation password is 9876 — you can change these passwords as you like.
The materials I used are:
Arduino Uno R3
2 pieces of 5mm LEDs
5V buzzer
3x4 matrix keypad
2x16 LCD display
Toggle switch with a safety cover
2 pieces of 18650 Li-Po batteries and a charging circuit for power (you can also use a 9V battery if you want).
You can design and upgrade the project as you wish. I set Arduino’s D6 pin as a button. If you press and hold the button for 2 seconds, the bomb will activate. You can connect a remote control circuit to the D6 output to control the C4 remotely as well.
I used ChatGPT for the Arduino code and translations while working on the project.https://youtube.com/shorts/sXpKT-hyeg8
THANK YOU FOR YOUR INTEREST, AND HAVE FUN!
Arduino LCD Pin Connections:
VSS pin to GND,
VDD pin to 5V,
VO pin to GND,
RS pin to D7 pin,
RW pin to GND,
E pin to D8 pin,
D4 pin to D9 pin,
D5 pin to D10 pin,
D6 pin to D11 pin,
D7 pin to D12 pin,
A pin to 5V,
K pin to GND.
Arduino Keypad Pin Connections:
C2 pin to A5 pin,
R1 pin to A0 pin,
C1 pin to A4 pin,
R4 pin to A3 pin,
C3 pin to D2 pin,
R3 pin to A2 pin,
R2 pin to A1 pin.
Arduino LED Pin Connections:
Blue LED anode pin to D3 pin,
Cathode pin to GND,
Red LED anode pin to D4 pin,
Cathode pin to GND.
Arduino Buzzer Pin Connections:
Anode pin to D5 pin,
Cathode pin to GND.