Once the Blink sketch works, the next question is always the same: which part do I actually need for this project? This guide sorts 39 of the sensors and modules you'll run into most often into five groups — environmental, motion, general-purpose, displays, and communication — with a one-line answer for each: what it measures or does, and the situation it's built for.
Most of these connect over just three interfaces: plain analog/digital pins, I2C (2 wires, multiple devices on one bus), or SPI (faster, one device per chip-select line). If you already know which interface a module uses, wiring the rest is mostly the same pattern every time.
Environmental Sensors













Motion & Position Sensors







General-Purpose Sensors & Modules







Displays






Communication Modules






If you're picking your first three sensors: an HC-SR04 for distance, a DHT22 for temperature/humidity, and an I2C LCD to display readings without a laptop attached. That combination alone covers most beginner project ideas.
