

The CamdenBoss CTB0158/10 is a compact terminal block designed for efficient wiring and secure connections in electrical circuits. This component features multiple terminals, allowing for organized and reliable connections in a variety of applications. Its robust design ensures durability and ease of use, making it a popular choice for both industrial and DIY projects.








The following table outlines the key technical details of the CamdenBoss CTB0158/10 terminal block:
| Parameter | Specification |
|---|---|
| Manufacturer | CamdenBoss |
| Part Number | CTB0158/10 |
| Number of Terminals | 10 |
| Terminal Pitch | 5.08 mm |
| Rated Voltage | 300 V |
| Rated Current | 16 A |
| Wire Size Range | 24–12 AWG |
| Operating Temperature | -40°C to +105°C |
| Material (Housing) | Polyamide (PA6.6), UL94 V-0 rated |
| Connection Type | Screw terminal |
| Mounting Style | PCB mount |
The CTB0158/10 terminal block features 10 terminals, each designed for secure wire connections. The pin configuration is as follows:
| Pin Number | Description |
|---|---|
| 1–10 | Wire connection terminals |
| PCB Pins | Solderable pins for PCB mount |
Each terminal is equipped with a screw mechanism to securely hold the wire in place, while the PCB pins ensure a stable connection to the circuit board.
The CTB0158/10 can be used to connect external components (e.g., sensors, motors) to an Arduino UNO. Below is an example of wiring a simple LED circuit:
// Example code to blink an LED connected via the CTB0158/10 terminal block
const int ledPin = 13; // Pin connected to the LED via the terminal block
void setup() {
pinMode(ledPin, OUTPUT); // Set the pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Q: Can the CTB0158/10 be used for high-voltage applications?
A: The terminal block is rated for a maximum voltage of 300 V. Ensure your application does not exceed this limit.
Q: What tools are required to use this terminal block?
A: You will need a screwdriver (for the screws), a wire stripper (to prepare the wires), and a soldering iron (for PCB mounting).
Q: Is the CTB0158/10 suitable for outdoor use?
A: The terminal block is not specifically designed for outdoor use. If used outdoors, ensure it is housed in a weatherproof enclosure.
Q: Can stranded wires be used with this terminal block?
A: Yes, stranded wires can be used. However, it is recommended to use ferrules for a more secure connection.
By following these guidelines and best practices, the CamdenBoss CTB0158/10 terminal block can be effectively integrated into your projects for reliable and organized wiring.