How to send notifications to Pushbullet via Thingspeak

29 views (last 30 days)
I want to SMS messages to my mobile phone, I have ThingSpeak wth my ESP8266.
Can we use PushBullet now, if Yes, then what are the step for the send notifications to PushBullet.
If Not what are the another ways to send the Send Push Notifications Using Esp8266 to mobile phone?

Answers (1)

Christopher Stapels
Christopher Stapels on 21 Jul 2023
Yes.
Pushbullet has a developer API. You can use MATLAB analysis app to write MATLAB code to communicate with the PushBullet app that sends data to your phone. You can use the ESP8266 to updata a channel. The React or timecontrol apps can read that channel and trigger the code to send data to pushbullet and your phone. In your MATLAB code, you can use the webwrite and webread to send http commands to the API.
Ive also written in ohter MATLAB answers and on the ThingSpeak community about how to use twilio to send SMS messages from ThingSpeak. The process is similar.

Categories

Find more on ThingSpeak in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!