-->
Page 3 of 6

Re: Pushbullet example

PostPosted: Sun Jan 10, 2016 7:32 am
by DedeHai
I am using Arduino 1.66 with the latest staging release of the ESP8266 adaptation.

Re: Pushbullet example

PostPosted: Tue Mar 08, 2016 6:49 am
by Vicky Arora
Hey guys!

Thanks for sharing the example. I am new in ESP and don't know much about server POST & GET.

I tried checking the code posted and can see myself connected to the internet and Pushbullet. The problem is I cannot see any push in the Pushbullet history?

connecting to PDD_Test
..........
WiFi connected
IP address:
192.168.1.XXX
connecting to api.pushbullet.com
certificate matches
requesting URL: /v2/pushes
request sent
HTTP/1.1 200 OK

X-Ratelimit-Limit: 16384

X-Ratelimit-Remaining: 16343

X-Ratelimit-Reset: 1457440360

Content-Type: application/json; charset=utf-8

Vary: Accept-Encoding

Date: Tue, 08 Mar 2016 11:43:43 GMT

Server: Google Frontend

Cache-Control: private

Alt-Svc: quic=":443"; ma=2592000; v="30,29,28,27,26,25"

Accept-Ranges: none

Transfer-Encoding: chunked



1d2

{"active":true,"iden":"ujBcUD24gACsjz2gRnO9Aq","created":1.4574374231136963e+09,"modified":1.4574374231189306e+09,"type":"note","dismissed":false,"direction":"self","sender_iden":"ujBcUD24gAC","sender_email":"vickyarora@gmail.com","sender_email_normalized":"vickyarora@gmail.com","sender_name":"Vicky Arora","receiver_iden":"ujBIID24gAC","receiver_email":"vickyarora@gmail.com","receiver_email_normalized":"vickyarora@gmail.com","title":"ESP8266","body":"Hello World!"}

0

Does this message means that I will receive a push with the content inside the message body? Do I need to install an app? Can you please guide me?

Thank you.
Regards

Re: Pushbullet example

PostPosted: Wed Mar 16, 2016 3:24 am
by pRoFiT
I just wanted to say thanks to DedeHai for the pushbullet code. It worked great on my nodemcu board. I'm using it for my Washing Machine IoT, https://hackaday.io/project/6263-washing-machine-iot

-pRoFiT

Re: Pushbullet example

PostPosted: Sun Apr 17, 2016 11:53 pm
by electronicsguy
@DedeHai Thank you so much for this! Works perfectly in the first try 8-)