I'm trying to make a NodeMCU to connect with my wifi (done).
Then to connect to Pushbullet (not sure how to do it).
Then when someone presses the button ("rings the doorbell") send the notification via Pushbullet to my phone (no frickin idea how to do it).
Or/And also trigger Raspberry Pi as a some GPIO, because I'm running a Python script on RPi that is running in background and one someone presses the button connected to GPIO of RPi it'll send the Pushbullet notification and run livestream from the camera and take the screenshot and send it to Pushbullet.
Problem is that I'd like make a NodeMCU like a remotely trigger to a RPi via Wi-Fi.
Is that possible and can someone please help wit this?
Thanks!