EasyManuals Logo

Arduino uno User Manual

Arduino uno
311 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #95 background imageLoading...
Page #95 background image
CHAPTER 5
Sensing the World Around Us
Instead of communicating via mouse or keyboard as with regular computers,
you need to connect special sensors to the Arduino so that it can sense
changes around it. You can attach sensors that measure the current temper-
ature, the acceleration, or the distance to the nearest object.
Sensors make up an important part of physical computing, and the Arduino
makes using various sensor types a breeze. In this chapter, we will use both
digital and analog sensors to capture some real-world state, and all we need
is a couple of wires and some small programs.
Well take a close look at two sensor types: an ultrasonic sensor that measures
distances and a temperature sensor that measures, well, temperatures. With
the ultrasonic sensor, well build a digital metering rule to help us measure
distances remotely.
Although ultrasonic sensors deliver quite accurate results, we can still improve
their precision with some easy tricks. Interestingly, the temperature sensor
will help us with this, and at the end of the chapter, we will have created a
fairly accurate digital distance meter. Well also build a nice graphical appli-
cation that visualizes the data we get from the sensors.
But the Arduino doesnt only make using sensors easy. It also encourages
good design for both your circuits and your software. For example, although
we end up using two sensors, they are completely independent. All the pro-
grams we develop in this chapter will run without changes on the final circuit.
report erratum discuss
www.it-ebooks.info

Table of Contents

Other manuals for Arduino uno

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Arduino uno and is the answer not in the manual?

Arduino uno Specifications

General IconGeneral
Form factorArduino
CertificationRoHS, FC, CE
Processor model-
Processor frequency- MHz
Microcontroller modelATmega328
Microcontroller frequency16 MHz
DC input voltage7-12 V
Operating voltage5 V
DC current per I/O pin40 mA
Flash memory0.032 MB
Maximum internal memory- GB
SRAM (Static Random Access Memory)2 KB
EEPROM (Electrically Erasable Programmable Read-Only Memory)1 KB
Wi-FiNo
Number of analog I/O pins6
Number of digital I/O pins14
Weight and Dimensions IconWeight and Dimensions
Board dimensions53.4 x 68.6 mm

Related product manuals