Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsampallo/micropython_pushbullet
Simple example of how to use pushbullet with MicroPython on ESP8266
https://github.com/gsampallo/micropython_pushbullet
esp8266 micropython nodemcu push-notifications pushbullet
Last synced: 2 months ago
JSON representation
Simple example of how to use pushbullet with MicroPython on ESP8266
- Host: GitHub
- URL: https://github.com/gsampallo/micropython_pushbullet
- Owner: gsampallo
- Created: 2019-06-10T23:21:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T12:52:04.000Z (over 5 years ago)
- Last Synced: 2024-04-22T12:33:01.353Z (9 months ago)
- Topics: esp8266, micropython, nodemcu, push-notifications, pushbullet
- Language: Python
- Size: 129 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - micropython_pushbullet - Simple example of how to use PushBullet with MicroPython on ESP8266. (Libraries / Communications)
README
# micropython_pushbullet
Simple example of how to use pushbullet with MicroPython on ESP8266. I use a simple circuit with a pushbutton to send push notification to smartphone.## How to use
You need to create an account on pushbullet.com, then get the Access Token from Setting-Account-Create Access Token.
![alt text](http://gsampallo.com/blog/pushbullet.jpg "Imagenes")
In wlan.py replace with the name of your SSID and password; in push.py replace apiKey with your own.
Youtube
[![Video](https://img.youtube.com/vi/yzbS0v04fp8/0.jpg)](https://youtu.be/yzbS0v04fp8)