Electronics for Building Things · Lesson 12 · Components in Depth
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.
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).
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.
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.
A datasheet can be 60 pages. You don't read it; you hunt it for four things:
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.
See also: Glossary · Component field guide · Rules of thumb