Have you ever had an important piece of mail en route, and want to know when it is delivered? Maybe you've had to go out in the rain to check the mail, only to realize it has not yet arrived. With mail and package theft an ongoing problem, perhaps you would like to be notified when there is activity at your mailbox at an odd time? This project was designed to solve these issues. Using two Particle Photons, a PIR sensor, buzzer, and online services, you can now be notified when there is activity at your mailbox.
To detect motion, a PIR sensor was connected to a particle photon. When it senses motion, the photon publishes the event, 'Mail_Man'. Once published, an email alert is sent to the user, by the service IFTTT. IFTTT also sends this event data to a google sheet, where the data is graphed. Both photons are subscribed to each other and monitor events published.
The photon circuit with the PIR sensor is placed inside the mailbox, on a cardboard platform. When activity is detected, it publishes the event "Mail_Man", which sends an alert to the user. The second photon subscribes to the photon in the mailbox and when the event is published, its buzzer plays a tone, alerting those inside, that the mail has arrived. It also publishes the event "Received", when it sees that "Mail_Man" is published. When "Received" is published, the first photon flashes its LED at D7.
*****NOTE: Due to the recent package bombings in Austin, TX, this project WAS NOT left in the mailbox while the mail man delivered mail. We didn’t want to scare him or have the bomb squad called out...
Comments
Please log in or sign up to comment.