|
1 | | -# PushNotificaitonsEsp8266 |
| 1 | +# push-notificaitons-arduino-esp8266 |
2 | 2 | Example of how to generate push notifications on your phone from your ESP8266. |
| 3 | + |
| 4 | +There are two methods covered in this example. |
| 5 | + |
| 6 | +- [Telegram](https://telegram.org/) - using the [Universal Arduino Telegram Library](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot) |
| 7 | +- [IFTTT](https://ifttt.com) - using the [Arduino IFTTT Maker Library](https://github.com/witnessmenow/arduino-ifttt-maker) |
| 8 | + |
| 9 | +Both libraries can be added via the Arduino Library Manager. |
| 10 | + |
| 11 | +Here is the circuit that this code is using. |
| 12 | + |
0 commit comments