Sending Push Notifications from an Arduino

I recently created a project with the Wifly shield that sends push notifications to my iPhone when certain conditions are detected. I decided to go with this approach since I had the infrastructure in place and the code to make this work on the Arduino is dead simple. I created a blog post that details what I did here http://ronguest.com/blog/2011/05/arduin … -solution/.

It involves running a PHP script on a server and the use of the Prowl app on my iPhone. The details of the post are specific to my setup but the components and outline are similar even if you are using different platforms. I thought it might be useful as I see folks regularly post about the use of email and SMS for notifications and this is a viable alternative in some cases. Since this approach only requires one line of code in the Arduino sketch it has that going for it :slight_smile: