An open API service indexing awesome lists of open source software.

https://github.com/vit0r/micropython-esp8266-telegram

poc send message from telegram webhook
https://github.com/vit0r/micropython-esp8266-telegram

adafruit-library ampy esp8266 micropython-esp8266 python

Last synced: about 2 months ago
JSON representation

poc send message from telegram webhook

Awesome Lists containing this project

README

          

# Install environment

- http://docs.micropython.org/en/latest/esp8266/tutorial/intro.html#deploying-the-firmware
- https://learn.adafruit.com/micropython-basics-load-files-and-run-code/overview
- https://docs.micropython.org/en/latest/esp8266/tutorial/network_basics.html

## Install vscode ext

```shell
code-insiders|code --install-extension dphans.micropython-ide-vscode
```

```shell
ampy --port /dev/ttyUSB0 ls

ampy --port /dev/ttyUSB0 run main.py

ampy --port /dev/ttyUSB0 put main.py
```