Electronics for Building Things · Lesson 12 · Components in Depth

ICs & Reading a Datasheet

A whole circuit in a black box — how to orient one and look up how to use it.

This lesson ties the whole component track together. An integrated circuit packs many components into one part — and your ESP32 is itself a big one. The skill here isn't memorizing chips; it's knowing how to orient any chip and find what it needs from its datasheet.

The one win Given an unfamiliar chip, you can find pin 1, give it power and a decoupling cap, and read its datasheet for the few facts that matter.

What an IC is

An integrated circuit (IC) is an entire circuit — sometimes millions of parts — shrunk onto a sliver of silicon and given pins. Think of it as a black box that does a job: a voltage regulator (makes a steady 3.3V), a motor driver (switches motors for you), a sensor (reports temperature over a couple of wires), or a microcontroller (runs your code) (SparkFun: Integrated Circuits).

Orienting a chip: find pin 1

Pins are numbered, and you must know which is which. The common DIP package (dual in-line — two rows of legs, 0.1" apart, made to straddle a breadboard's center gap from Lesson 2) marks pin 1 with a notch or a dot. From pin 1, numbering goes counter-clockwise.

1 notch / dot = pin 1 end
The notch (and often a dot) marks the pin-1 end. With the notch up, pin 1 is top-left; numbering runs down the left side and back up the right.

Every chip needs the same two things

Whatever the chip does, it almost always needs power (labeled VCC or VDD) and ground (GND / VSS) — and a decoupling capacitor right beside its power pin, exactly the 0.1 µF habit from Lesson 9.

Mind the voltage Check the chip's operating voltage before wiring it to your board. A 5V-only chip and a 3.3V ESP32 need care on their signal lines (the logic-levels trap from Lesson 4).

Reading a datasheet — the 80/20

A datasheet can be 60 pages. You don't read it; you hunt it for four things:

  1. Pinout / pin description — what each pin does. Usually page 1–3.
  2. Operating voltage & current — will it run at 3.3V? How much power?
  3. Absolute maximum ratings — the "don't exceed or it dies" limits.
  4. Typical application circuit — a ready-made diagram of how to wire it, decoupling cap and all. This is gold: copy it.
Rule of thumb For any new chip: find pin 1, give it power + GND + a 0.1 µF cap, and build the datasheet's "typical application circuit." That gets 90% of chips working without deep theory.

You've finished the component track 🎉

You can now read and choose the parts that make up almost every project: resistors, capacitors, potentiometers, diodes, and the chips that tie them together — and you know how to look up anything you don't recognize. That's the toolkit for designing, not just copying.

Check yourself

Read this next (primary source) SparkFun — Integrated Circuits, and its companion Polarity: IC Polarity for finding pin 1.
I'm your teacher — ask me anything. Paste me a datasheet link or a chip's name and I'll help you find pin 1, its voltage, and the typical wiring — datasheet-reading is much easier with a guide.

See also: Glossary · Component field guide · Rules of thumb