mini boat rocker switch
In Stock

Price: KSH 30.00

Mini Boat Rocker Switch

The Mini Boat Rocker Switch is a compact, reliable, and easy-to-use switch used in various electronic projects and applications. This type of switch is commonly used in boats, marine equipment, and automotive applications. Its small size makes it ideal for tight spaces where a traditional toggle switch might not fit. The switch provides an excellent user interface for controlling devices in low-voltage applications.

Specifications

  • Type: Mini Boat Rocker Switch
  • Voltage Rating: Typically 12V DC or 24V DC
  • Current Rating: 10A at 12V
  • Material: Durable plastic body with metal contacts
  • Mounting Type: Panel mount (easy to install in standard panels)
  • Operation Type: Rocker switch, ON/OFF toggle functionality

Applications

The Mini Boat Rocker Switch is ideal for the following applications:

  • Marine Equipment: Used in boats, yachts, and other watercrafts for controlling various electrical systems such as lighting, pumps, and motors.
  • Automotive Projects: Used in cars, RVs, and motorcycles for activating various electrical systems like lights, alarms, or fans.
  • DIY Electronics: Ideal for small electronics projects where a reliable switch is needed in a compact form.
  • Industrial Equipment: Used in control panels for industrial machines and systems, providing a simple on/off switch.

Pinout

The Mini Boat Rocker Switch typically has two pins:

  • Pin 1: Connected to the power source (e.g., 12V or 24V).
  • Pin 2: Connected to the load (device being controlled, such as a motor or light).

How It Works

The Mini Boat Rocker Switch operates by toggling between the ON and OFF positions. When the switch is pressed, it connects the two pins, allowing current to flow through the circuit and powering the connected device. When released, it disconnects the circuit, turning the device off. This simple mechanism is easy to operate and reliable for a variety of applications.

Sample Code (Arduino)

This sample Arduino code shows how to control an LED using a Mini Boat Rocker Switch. The LED will turn on when the switch is pressed and turn off when the switch is released:

// Sample code to control LED with Mini Boat Rocker Switch

const int switchPin = 2;  // Pin connected to the switch
const int ledPin = 13;    // Pin connected to the LED

void setup() {
  pinMode(switchPin, INPUT);  // Set the switch pin as input
  pinMode(ledPin, OUTPUT);    // Set the LED pin as output
}

void loop() {
  int switchState = digitalRead(switchPin);  // Read the state of the switch
  if (switchState == HIGH) {
    digitalWrite(ledPin, HIGH);  // Turn on LED if switch is pressed
  } else {
    digitalWrite(ledPin, LOW);   // Turn off LED if switch is not pressed
  }
}
    

Installation Tips

  • Ensure that the switch is mounted securely on a panel to avoid damage or loose connections.
  • Connect the switch to a stable power source to prevent any fluctuations or interruptions in the circuit.
  • Use appropriate wires with sufficient insulation for the power and ground connections.
  • For automotive or marine applications, ensure that the switch is rated for the specific voltage and current requirements of your system.

🔥RELATED PRODUCTS🔥

🔗 HIMASTORES PRODUCTS