What is an Arduino?

Pages
Contributors: b_e_n
Favorited Favorite 56

The Extended Family

While your Arduino board sure is pretty, it can't do a whole lot on its own -- you've got to hook it up to something. There are lots of tutorials here on learn as well as the links back in the 'What does it do' section, but rarely do we talk about the general kinds of things you can easily hook into. In this section we'll introduce basic sensors as well as Arduino shields, two of the most handy tools to use in bringing your projects to life.

Sensors

With some simple code, the Arduino can control and interact with a wide variety of sensors - things that can measure light, temperature, degree of flex, pressure, proximity, acceleration, carbon monoxide, radioactivity, humidity, barometric pressure, you name it, you can sense it!

alt text

Just a few of the sensors that are easily compatible with Arduino

Shields

Additionally, there are these things called shields -- basically they are pre-built circuit boards that fit on top of your Arduino and provide additional capabilities -- controlling motors, connecting to the internet, providing cellular or other wireless communication, controlling an LCD screen, and much more.

alt text

A partial selection of available shields to extend the power of your Arduino

For more on shields, check out: