


6x6x5mm Tactile Push Button Switch – 4-Pin Momentary DIP Switch
This is the most commonly used push button having small size and comes in 4 pins. It is in ON while pushed operation and bounces back to OFF on released. By default the circuit is open and when pushed the circuit gets completed. 6x6x5mm Tactile Push Button Switch with momentary press action, ideal for Arduino, Raspberry Pi, breadboard circuits, and DIY electronics. Durable, breadboard-compatible, and easy to mount.
₹ 10
₹19
19



: | |
Made In : | India |
Add FAQ
Detailed Product Description:
The 6x6x5mm Tactile Push Button Switch is an essential and widely-used component for any electronics project, offering a simple and reliable method for user input. This compact, four-pin switch is a staple in both prototyping and final product design, thanks to its convenient DIP (Dual In-line Package) footprint that plugs directly into a breadboard. Its small physical size makes it ideal for projects with limited space, while its robust construction ensures dependable performance.
The key technical feature of this 4-pin momentary switch lies in its unique pin configuration. While it has four legs, they are internally connected in two sets, meaning the two pins on each side are electrically connected. This design is primarily for providing exceptional physical stability when the switch is mounted on a breadboard or a printed circuit board (PCB), preventing accidental dislodging and simplifying a secure through-hole connection.
As a momentary push-to-on device, the switch closes a circuit only while it is being actively pressed. This makes it perfect for a wide variety of applications, such as a reset button for microcontrollers like Arduino and Raspberry Pi, a manual trigger for a stepper motor, or a digital input for a control panel. Its low-voltage, low-current rating—typically 12V DC at 50mA—is ideal for sending clean logic-level signals. The unmistakable "click" that provides tactile feedback gives the user a clear and confident confirmation of a successful button press, making the 6x6x5mm tactile switch a fundamental part of any maker's toolkit.
The 6x6x5mm Tactile Push Button Switch is a momentary, normally-open switch widely used in embedded systems, Arduino projects, digital controls, and educational electronics. With a compact body and 4-leg DIP configuration, it fits perfectly into standard breadboards and PCBs.
It provides a satisfying tactile response on press and returns to its original position when released. Often used for reset buttons, menu navigation, or user input interfaces, it’s ideal for both beginners and advanced DIYers.
Key Features:
-
6mm × 6mm × 5mm standard size for PCB or breadboard
-
Momentary push-to-on operation (press = ON, release = OFF)
-
4-pin DIP mount – through-hole type
-
Provides tactile feedback with soft “click” feel
-
Perfect for Arduino, microcontroller inputs, reset buttons, and digital interface controls
Technical Specifications:
Specification | Details |
---|---|
Type | Tactile Momentary Push Button Switch |
Size | 6mm × 6mm × 5mm (L × W × H) |
Pins | 4 (DIP through-hole mount) |
Operating Voltage | 3.3V to 12V DC (logic level) |
Current Rating | Max 50mA |
Contact Type | Normally Open (NO) |
Switch Life | Over 100,000 cycles |
Mounting Type | Through-Hole |
Actuation Force | ~180g (typical) |
How to Use with Arduino:
-
Insert the switch into a breadboard (or solder to PCB).
-
Connect one diagonal pair of pins (same row internally connected).
-
Use one side for GND and other for digital input (with pull-up).
-
Detect press when digital input goes LOW.
Sample Arduino Code:
const int buttonPin = 2;
void setup() {
pinMode(buttonPin, INPUT_PULLUP);
Serial.begin(9600);
}
void loop() {
if (digitalRead(buttonPin) == LOW) {
Serial.println("Button Pressed");
}
delay(100);
}
Applications:
-
User input buttons in Arduino projects
-
Reset switches for embedded boards
-
Menu and mode selection in UI designs
-
DIY controllers and gamepads
-
STEM kits and electronic learning boards
Package Includes:
-
1 × 6x6x5mm Tactile Push Button Switch (4-Pin)
0 Reviews For this Product
