ARDUINO

Arduino blink LED wiring

This breadboard drawing shows the standard Arduino blink circuit. The D13 output feeds a red LED through a 220 ohm current-limiting resistor, and the LED returns to the ground rail. The physical view makes the hole-to-hole connections visible, which is helpful for first-time breadboard assembly. The sketch should use the same pin named in the diagram. 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 blink LED 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

A beginner is assembling an Arduino output test.

Key decisions

  • Output: D13 drives the LED.
  • Protection: A 220 ohm resistor limits current.
  • Return path: The LED connects to ground.

When to reuse this

Use for the first Arduino blink exercise.

FAQ

Frequently asked questions

Why use a 220 ohm resistor?01
It limits current through the LED.
Which pin drives the LED?02
The LED signal comes from D13.
Where does the LED return?03
Its other side connects to the ground rail.
Open this example in the editor →

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