Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 967 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 967 Bytes

doorbell-to-web

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!)