Arduino Email Sending Movement Detector (https://learn.adafruit.com/arduino-lesson-17-email-sending-movement-detector/overview)
In this lesson you will learn how to use a PIR movement detector with an Arduino and to have the Arduino communicate with a Python program running on your computer to send an email whenever movement is detected by the sensor. The Arduino is the heart of this project. It 'listens' to the PIR sensor and when motion is detect, instructs the computer via the USB port to send an email. Parts by Simon Monk To build the project described in this lesson, you will need the following parts. You will also need a computer with an Internet connection (so you can send email thru it)! Part Qty PIR Sensor 1 Arduino Uno R3 1 Half-sized Breadboard 1 Jumper wire pack Breadboard Layout by Simon Monk The only thing that you are connecting to the Arduino is the PIR sensor, so you could if you prefer simply push the wires attached to the PIR sensor directly into the Arduino board. However, the wires from the sensor, are a bit loose in the...