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 #216 background imageLoading...
Page #216 background image
Networking is one of those techniques that may have a direct impact on the
outside world. In the next chapter, youll learn about another technique that
has similar effects: youll learn how to control devices remotely.
What If It Doesnt Work?
The burglar alarm is a networking project, so you should check all the things
mentioned in What If It Doesnt Work?, on page 180. In addition, you should
double-check the connection parameters and authentication information for
your email provider. Did you use the correct IP address for your email
provider? Did you use the right SMTP port? Did you use the right username
and password? Did you use the right Base64 version of the username and
password?
PIR sensors are fairly simple devices. Still, you can wire them the wrong way,
so if the motion detection doesnt work, double-check the wiring.
Exercises
Build a project similar to the burglar alarm, but use another type of sen-
sor. Theres tons of inspiration out there on the Web.
9
Add the current timestamp to the burglar alarm email. Get the timestamp
from a Daytime service.
Add support for DHCP and DNS to the burglar alarm.
Add support for Base64 to the burglar alarm, so you no longer have to
manually encode your username and password. A Base64 library is
available.
10
Add a piezo buzzer to the project and emit a beeping sound whenever a
burglar is detected.
Get a TTL Serial Camera
11
and attach photos of the burglar to your emails.
This is a fairly advanced exercise. You have to learn how to control the
camera, and you also have to learn how to send email attachments.
9.
http://www.tigoe.net/pcomp/code/arduinowiring/873
10.
https://github.com/adamvr/arduino-base64
11.
https://learn.adafruit.com/ttl-serial-camera/overview
Chapter 11. Creating a Burglar Alarm with Email Notification 200
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