Source https://github.com/jurjendevries/doorbell-to-web/
Doorbell connected to Particle core sending an pushbullet notification by the web
Together with a friend we created a simple doorbell. I am not a coder, but sometimes I like to do simple coding tasks to create my own project such as a doorbell which sends me a notification to my smartphone and wearables (Smartwatch and Google Glass). So with copy/paste from current scripts in the Particle community I was able to get it done, and like to share it.
Sources I used:
https://community.particle.io/t/doorbell-to-sms/3349 / https://gist.github.com/wgbartley/9473249 (Thanks wgbartley)
https://community.particle.io/t/how-to-open-a-url-with-spark-core/2800/3
http://docs.particle.io/core/firmware/#communication-tcpclient
http://docs.particle.io/core/firmware/#constants-input-output-input-pullup-input-pulldown
https://github.com/ivkos/Pushbullet-for-PHP/tree/2.10.1/src (MIT license!)