

The CamdenBoss CTB0158/9 is a compact terminal block designed for efficient wiring and connection of electrical circuits. It features multiple terminals, making it ideal for distributing power or signals in a variety of applications. This component is widely used in industrial control systems, home automation, and prototyping projects due to its reliability and ease of use.








| Parameter | Value |
|---|---|
| Manufacturer | CamdenBoss |
| Part Number | CTB0158/9 |
| Number of Terminals | 9 |
| Terminal Pitch | 5.08 mm |
| Rated Voltage | 300 V |
| Rated Current | 16 A |
| Wire Size Compatibility | 24–12 AWG |
| Operating Temperature | -40°C to +105°C |
| Material | Polyamide (PA6.6), UL94 V-0 |
| Mounting Type | PCB Mount |
The CTB0158/9 terminal block consists of 9 terminals, each designed to connect a single wire. Below is the pin configuration:
| Pin Number | Description |
|---|---|
| 1–9 | Individual wire connection pins |
Each terminal is equipped with a screw clamp mechanism to securely hold the wire in place.
Mounting the Terminal Block:
Connecting Wires:
Power or Signal Distribution:
The CTB0158/9 can be used to connect external components, such as sensors or actuators, to an Arduino UNO. Below is an example of wiring a 5V relay module using the terminal block:
// Example code to control a relay module connected via the CTB0158/9 terminal block
const int relayPin = 7; // Pin connected to the relay module
void setup() {
pinMode(relayPin, OUTPUT); // Set the relay pin as an output
digitalWrite(relayPin, LOW); // Ensure the relay is off initially
}
void loop() {
digitalWrite(relayPin, HIGH); // Turn the relay on
delay(1000); // Wait for 1 second
digitalWrite(relayPin, LOW); // Turn the relay off
delay(1000); // Wait for 1 second
}
Note: Ensure proper isolation between high-voltage and low-voltage circuits when using the terminal block with an Arduino.
Loose Connections:
Overheating:
Wire Slippage:
Q1: Can the CTB0158/9 be used for high-frequency signals?
A1: While the CTB0158/9 is primarily designed for power distribution and low-frequency signals, it can handle high-frequency signals if proper shielding and grounding techniques are used.
Q2: Is the terminal block suitable for outdoor use?
A2: The CTB0158/9 is not specifically rated for outdoor use. If used outdoors, ensure it is housed in a weatherproof enclosure.
Q3: Can stranded wires be used with this terminal block?
A3: Yes, stranded wires can be used. However, it is recommended to use ferrules to prevent fraying and ensure a secure connection.
Q4: How do I clean the terminal block?
A4: Use a dry cloth or compressed air to remove dust. Avoid using liquids or solvents that may damage the material.
By following these guidelines, the CamdenBoss CTB0158/9 terminal block can be effectively utilized in a wide range of applications.