The TB1503 terminal block has three screw terminals, each corresponding to a connection point for wires. Below is the pin configuration:
Terminal Number | Description | Function |
---|---|---|
1 | Input/Output Terminal 1 | Connects to the first wire or circuit |
2 | Input/Output Terminal 2 | Connects to the second wire or circuit |
3 | Input/Output Terminal 3 | Connects to the third wire or circuit |
Prepare the Wires:
Connect the Wires:
Mount the Terminal Block:
Verify Connections:
The TB1503 can be used to connect external components, such as sensors or actuators, to an Arduino UNO. Below is an example of wiring a simple LED circuit:
Here is the Arduino code to blink the LED:
// Define the pin connected to the TB1503 terminal block
const int ledPin = 13;
void setup() {
// Set the pin mode to OUTPUT
pinMode(ledPin, OUTPUT);
}
void loop() {
// Turn the LED on
digitalWrite(ledPin, HIGH);
delay(1000); // Wait for 1 second
// Turn the LED off
digitalWrite(ledPin, LOW);
delay(1000); // Wait for 1 second
}
Loose Connections:
Overheating:
Wire Slippage:
Damaged Screws or Threads:
Q: Can the TB1503 be used for AC and DC connections?
Q: Is the TB1503 suitable for outdoor use?
Q: Can I connect more than one wire to a single terminal?
Q: How do I clean the terminal block?
This concludes the documentation for the Terminal Block TB1503.