In this article, we will look at some of the parts and supplies that will help you get started working with the Arduino. We’ll start by taking a look at a few of the different Arduino boards that are available, then look at the basic tools and components that should be in every Arduino builder’s toolbox.

Watch the video for this tutorial:

The 3-in-1 Smart Car and IOT Learning Kit from SunFounder has everything you need to learn how to master the Arduino. It includes all of the parts, wiring diagrams, code, and step-by-step instructions for 58 different robotics and internet of things projects that are super fun to build.

Types of Arduino Boards

The Arduino Nano is the smallest Arduino, and is best for projects where size or weight is a concern:

Arduino Nano.jpg

The Arduino Mega is the largest Arduino and has more pins and features than the other types:

Arduino Mega.png

There are many other models, each with its own pros and cons. Check out the arduino.cc website to compare the features of each model and find the best fit for your project.

But if you’re just starting out, go for the Arduino Uno:

Arduino Uno.png

The Arduino Uno is the de facto Arduino board. It’s the most well documented and there are many resources, tutorials, and programs for the Arduino Uno available for free on the internet.

Breadboards

Solderless breadboards let you build circuits without soldering. The pins of a component can be inserted into the breadboard and connected to the Arduino with jumper wires.

Breadboards are available in a few different sizes. This is a full size breadboard:

Full Size Breadboard

This is a half-size breadboard:

Half Size Breadboard

And this is a mini breadboard:

Mini Breadboard

Jumper Wires

Jumper wires make it easy to connect components on a breadboard. They come in a variety of different lengths and colors. Some jumper wires have male pins on both sides, but they are also available with male and female pins. Jumper wires are also available as ribbon cables, which are useful for connecting devices with lots of pins.

Jumper Wires

Soldering Iron

At some point you are going to need a good soldering iron. Many modules and sensors are shipped without a pin header attached. In these cases, the pin header needs to be soldered to the PCB before the device can be used.

Soldering irons are categorized by wattage. Higher wattage soldering irons are able to supply more heat, which is ideal for soldering large wires and components. For most Arduino projects a wattage around 30 to 60 watts is ideal.

Soldering Iron and Solder

Resistors

Resistors are used to make voltage dividers and RC circuits. A selection of resistors from 100 Ohms up to 100K Ohms should be enough to build most projects.

Assortment of Resistors

Capacitors

Capacitors are used to de-bounce switches, de-couple power supplies, and are also used in RC circuits. Having a range of capacitors from 470 pF up to 2,000 µF on hand will cover you for most projects.

Assortment of Capacitors

LEDs

LED’s are another useful component to have on hand. They’re great for troubleshooting circuits and can indicate if a device is getting power or not. They’re available in a range of colors and form factors.

Assortment of LEDs

LCD Displays

LCD displays can be used to display sensor readings, the date and time, or anything else you can think of. This is a 16×2 character LCD:

Character LCD 16x2

They’re also available in a larger 20×4 size:

Character LCD 20x4

And a smaller 8×2 size:

Character LCD 8x2

Push Buttons

Push buttons are switches that allow current to flow when they’re pressed. They’re good for controlling things like LEDs, motors, and relays. This is a tactile push button:

Tactile Push Button

Potentiometers

Potentiometers change their resistance when you turn the dial. They’re available in a variety of different sizes and resistance values, but 10K, 100K, and 250K Ohm are the most common:

Arduino - Potentiometers

Sensors

There is a huge variety of sensors that you can connect to the Arduino. Below are just a few examples of the most popular and well documented sensors.

The DHT11 temperature and humidity sensor:

Temperature and Humidity Sensor DHT-11

The HC-SR04 ultrasonic range finder:

Ultrasonic Range Finder HC-SR04

The Adafruit Ultimate GPS module:

GPS Sensor

The BMP180 barometric pressure sensor:

BMP180 Pressure Sensor