Skip to Content

PLC Like Screwed Wings Shield for Arduino

 

The Screw Wings Shield is a practical expansion shield designed to simplify safe and reliable connections to Arduino boards. It consists of two wing like parts that mount on both sides of the Arduino, extending all input and output pins to sturdy screw terminal blocks. This design allows easy connection of external devices using standard wires without soldering.

Package Includes

  • 1 x Screw Wings Shield for Arduino

25.20 AED 25.20 AED (Tax included)

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

 

Features

  • Wing style shield design for Arduino boards
  • Provides screw terminal access to all Arduino pins
  • Three terminal groups for each pin including VCC GND and Signal
  • Supports digital pins D0 to D13
  • Supports analog pins A0 to A5
  • Additional power and ground screw terminals
  • Wire jumper for power supply distribution between wings
  • Open stacking headers allow additional shields to be used
  • Improves safety and reliability of external connections

 

Pinout Overview

  • Digital pins D0 to D13 available on screw terminals
  • Analog pins A0 to A5 available on screw terminals
  • Three terminal groups per pin VCC GND Signal
  • Additional VCC and GND terminals for power distribution
  • Power jumper for supplying 5V or Vin to left wing

Applications

  • Arduino prototyping projects
  • Sensor and actuator wiring
  • Educational electronics labs
  • Industrial style control projects
  • Rapid testing without soldering

Arduino Test Code

int testPin = 13;

void setup() {
  pinMode(testPin, OUTPUT);
}

void loop() {
  digitalWrite(testPin, HIGH);
  delay(500);
  digitalWrite(testPin, LOW);
  delay(500);
}

Technical Details

  • Binding post type 3.5 millimeter screw terminals
  • Compatible with Arduino V3 form factor
  • Supports stacking of additional shields
  • Power distribution via jumper 5V or Vin
  • Designed for safe and organized wiring
Click on "Edit" in the right panel to replace this with your own HTML code