ARDUINO

Arduino servo wiring

This wiring diagram connects an SG90 servo to an Arduino Uno. The red and black wires supply power and establish a shared ground, while the signal wire carries the control pulses from D9. It is a concise starting layout for a position-control project. In a larger project, confirm that the chosen power source can provide the servo current and keep the Arduino and servo grounds connected. Before using the layout in a build or document, compare every label with the source requirements and update the drawing when parts, conditions, or materials change. The example is deliberately small so the essential relationships remain readable, easy to review with collaborators, and ready to extend with the details required for the actual project.

UPDATED 2026-09-24
EXAMPLEArduino servo wiring
Make this diagram your own.

Open it in the AI editor with a prompt pre-filled — keep what works, change what doesn't.

CASE ANALYSIS

Scenario

An Arduino controls the position of a small hobby servo.

Key decisions

  • Power: The servo positive and ground wires use the rails.
  • Signal: The PWM control line is routed to D9.
  • Common ground: The controller and servo share ground.

When to reuse this

Use for a low-power servo prototype; check the power supply for the servo load in a finished build.

FAQ

Frequently asked questions

Which pin controls the servo?01
The servo signal wire is connected to Arduino D9.
Why is common ground important?02
The control signal needs a shared voltage reference between the Arduino and servo.
Can a servo use more current than the Arduino?03
Yes. Check the servo load and use an appropriate supply when needed.
Open this example in the editor →

Tweak it with chat, export PNG/SVG, or fork it for your own use case.