








2-Pin DIP Tactile Push Button Switch – Momentary Push-to-On Switch
Push buttons are normally open tactile switches. They allow us to make connections which in turn can power the circuit, send any signal to intended pin of micro-controllers like Arduino, Raspberry Pi or AVR or even operate the relays 2-Pin DIP Tactile Push Switch with momentary action, ideal for Arduino, Raspberry Pi, breadboard circuits, and DIY electronics. Compact and durable for prototyping and digital input applications.
₹ 10
₹19
19



: | |
Made In : | India |
Add FAQ
Detailed Product Description:
The 2-Pin DIP Tactile Push Button Switch is a fundamental component for any electronics project, providing a simple yet reliable way to add user input. Its straightforward, two-pin design and small footprint make it an ideal choice for both breadboard prototyping and permanent PCB-mounted applications. The "DIP" (Dual In-line Package) form factor ensures easy integration, allowing the switch to be inserted directly into a breadboard for quick testing or soldered onto a circuit board for a more permanent solution.
This switch operates as a momentary push-to-on device, meaning it forms an electrical connection only for as long as it is pressed, and returns to its default open state when released. This Normally Open (NO) configuration is essential for triggering events such as a reset signal, an input for a microcontroller like Arduino, or a simple ON/OFF control for temporary functions. The tactile feedback, a satisfying "click," provides a clear indication to the user that the button has been successfully pressed.
Designed for low-power applications, the switch typically has a low operating voltage, often around 12V DC, and a low current rating of about 50mA. This makes it perfect for sending logic-level signals to a digital circuit rather than directly controlling a power-hungry device. Whether you're building a custom keyboard, a reset button for a sensor project, or a control panel for a robot, the 2-pin tactile switch is a dependable and cost-effective component that delivers consistent performance and a great user experience.
The 2-Pin DIP Tactile Push Button Switch is a momentary switch that provides reliable tactile feedback when pressed. This component is widely used for manual input or control triggers in microcontroller-based projects, including Arduino and embedded systems.
It fits perfectly on standard breadboards and PCBs, making it ideal for prototyping, DIY circuits, and electronic learning kits. The push-to-make functionality (closes the circuit only when pressed) is perfect for reset switches, user inputs, and trigger controls.
Key Features:
-
2-pin DIP mount push button switch
-
Momentary ON operation (press = ON, release = OFF)
-
Compact square design for breadboard-friendly layout
-
Compatible with Arduino, ESP32, STM32, Raspberry Pi
-
Ideal for digital input, reset, user interface buttons
Technical Specifications:
Specification | Details |
---|---|
Type | Tactile Momentary Push Button Switch |
Number of Pins | 2 (DIP mount) |
Contact Type | Normally Open (NO) |
Mounting | Through-Hole (DIP) |
Operating Voltage | 3.3V – 12V DC (typical) |
Current Rating | ~50mA (logic level) |
Button Type | Tactile feedback (click) |
Size | ~6mm × 6mm top, ~5mm height |
Life Cycle | >100,000 presses |
How to Use:
-
Insert the 2-pin switch into a breadboard or PCB.
-
Connect one pin to a digital input pin of a microcontroller.
-
Connect the other to GND (use a pull-up resistor if needed).
-
Use code to detect when the button is pressed (LOW signal if pull-up is active).
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 button for Arduino & Raspberry Pi
-
Reset switch for embedded devices
-
DIY robotics and automation triggers
-
Control panels, menu navigation, mode selection
-
STEM education kits and electronics labs
Package Includes:
-
1 × 2-Pin Tactile Push Button Switch (DIP)
0 Reviews For this Product
