Push Notifications For Snail Mail On An IPhone

[Matt] over at Make came up with a way to send push alerts to his iPhone whenever his mailbox is opened.

The electronics are just a switch mounted to the mailbox connected to an Arduino with an ethernet shield, but the interesting part of the build is the code. [Matt] got the Arduino WebClient to request a PHP script sitting on a server. This script connects to the Prowl API to push the notification onto an iPhone.

[Matt]’s project has been up for a few months now, and we still haven’t seen any projects using an Arduino+Push combo, or really any other phone except for the iPhone. We think this could be done on an Android phone with cloud to device messaging, but that can’t be the only solution. Any hackaday readers have an idea of how to implement this outside the iOS world? What would Hackaday readers do with a microcontroller that can send push alerts to your phone?

Video of [Matt] walking us through the project after the break

[youtube=http://http://www.youtube.com/watch?v=W45c9UOvWSo&w=470]

11 thoughts on “Push Notifications For Snail Mail On An IPhone

  1. You could use almost any of the PHP email sending sccripts, for security, hardcode the email address at the top of the script. Now, just do a get command on that PHP page, possibly adding something like a custom message after, and it is pushed out. Use an email that pushes to your device, and it now works on Apple, Droid, Crackberry, and WM, in addition to PCs.

  2. BTW, I’m not ragging on the hack, just the implementation. I think something like that would be useful in a DIY home security system.

    Say you’re on vacation, you could set it up to get notifications when your front door is opened so you know your pets are being taken care of by your neighbor at the appropriate times (or your house is being broken into :D ).

  3. My doorbell sends me a twitter direct message when it is rung. My washer and dry also send messages when they’ve completed, in that case I just use a tilt sensor that I hooked up to the knob. Unfortunately texts are not guaranteed delivery, but so far it hasn’t been a problem.

  4. Seconding everybody else who says “push alerts? You mean like SMS and email?”

    Do iPhone push alerts get some kind of priority handling that makes them likelier to arrive more quickly than SMS or email (or email-via-SMS) will?

  5. I really like this idea, and it’s something akin to what I’ve been wanting to do for a while, but isn’t there some slick way to avoid having to run a cable all the way out to your mailbox? Some people don’t have their mailbox attached to their house.

  6. Great concept but quick question. You said run the wire to the house. It would have to go down the mailbox pole, snaking along the edge of your driveway inside somewhere. It seems like there’s too many variables that could damage/intercept that signal going in. I know that some people have mailboxes screwed a foot away from the front door or live in an apartment but is there anyway to route the wire so that it doesn’t get damaged? Maybe coat it with waterproof something or big a small canal and bury.

  7. I finished a similar project yesterday, using a cheap mail-notifier + doorbell device and an Arduino.

    I haven’t written a page about it, but I have made some videos of the project:
    http://www.youtube.com/watch?v=ctdbHmzGhDY
    http://www.youtube.com/watch?v=1aSd4Fk9-40
    http://www.youtube.com/watch?v=tVx5nVbP0C0

    The arduino code is available here:
    https://github.com/DarkFox/Arduino/blob/master/Mailnotifier/Mailnotifier.pde

    And the python script on the computer-side is available here:
    https://github.com/DarkFox/Mail-notifier

  8. Comment on the original post: Growl for Windows lets me push to my DROID just like an iPhone. Just need a simple plugin/addon and the Android app “NMA” (Notify My Android).

    I’m building an Arduino/E-shield doorbell for push notifications to our iPad app right now. Testing with my OG Droid.

    Chris

Leave a Reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.