

.jpeg&width=620&quality=80)


.jpeg&width=172&quality=80)


.jpeg&width=300&quality=80)
DS-428 Momentary Red Push Button Switch – 2-Pin Round Type
Description. The PBS-11B is a high-quality OFF-(ON) push button switch suitable for a variety of applications. It has a 1A 250VAC rating and a contact resistance of 100mOhm max. This switch supports OFF-ON or ON-OFF functions and has a dielectric strength of 500VAC 1 minute. DS-428 Red Momentary Push Button Switch with 2-pin design, ideal for Arduino projects, DIY electronics, robotics, control panels, and circuit testing. Durable, compact, and easy to install.
₹ 39 ₹49
49



Add FAQ
Key Features:
-
Momentary action: press-to-make, release-to-break
-
Bright red cap for high visibility in control systems
-
Suitable for Arduino, Raspberry Pi, robotic control, DIY kits
-
2-pin snap-in terminals for quick prototyping
-
Long mechanical life and compact body
Detailed Product Description:
The DS-428 Momentary Red Push Button Switch is a compact, low-voltage press-to-activate switch used widely in electronics projects, educational kits, and industrial applications. It provides a momentary contact when pressed, making it ideal for user inputs, motor triggers, control panel buttons, or emergency reset functions.
This switch features a high-quality red plastic cap, a sturdy internal spring mechanism, and 2-pin terminals for simple integration into breadboards or PCB projects. It fits neatly in custom enclosures, making it an excellent choice for hobbyists and professionals alike.
Technical Specifications:
Parameter | Specification |
---|---|
Model | DS-428 |
Switch Type | Momentary (Normally Open) |
Number of Pins | 2-pin |
Rated Voltage | 3V – 12V DC (low current signal circuits) |
Cap Color | Red |
Body Material | Plastic + metal spring |
Mounting Style | Panel mount / through hole |
Contact Resistance | ≤ 50 mΩ |
Mechanical Life | > 10,000 presses |
Switch Cap Size | ~10mm diameter |
How to Use:
-
Connect one pin to GND, the other to a digital input pin on Arduino.
-
Use
pinMode(pin, INPUT_PULLUP)
to detect button press. -
The button will read LOW when pressed and HIGH when idle.
Sample Arduino Code:
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:
-
Arduino and Raspberry Pi projects
-
Robot control panels and triggers
-
Circuit testing and prototyping
-
Industrial panel button replacement
-
User interface and reset switches
Package Includes:
-
1 × DS-428 Red Momentary Push Button Switch
0 Reviews For this Product
