https://github.com/tenntenn/m5uiflowblynk
Custom blocks of M5FLowUI for Blynk
https://github.com/tenntenn/m5uiflowblynk
blockly blynk m5stack m5stickc m5uiflow micropython
Last synced: 3 months ago
JSON representation
Custom blocks of M5FLowUI for Blynk
- Host: GitHub
- URL: https://github.com/tenntenn/m5uiflowblynk
- Owner: tenntenn
- License: mit
- Created: 2019-10-06T04:52:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T04:52:32.000Z (over 6 years ago)
- Last Synced: 2025-07-19T13:24:01.954Z (11 months ago)
- Topics: blockly, blynk, m5stack, m5stickc, m5uiflow, micropython
- Language: JavaScript
- Size: 272 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blynk on M5FlowUI
Custom blocks of M5FLowUI for [Blynk](https://blynk.io/).

## Setup M5FLowUI
See: https://docs.m5stack.com/#/en/uiflow/introduction
## Install Blynk to M5FlowUI
Get Python library of Blynk from [GitHub](https://github.com/vshymanskyy/blynk-library-python).
```
$ git clone https://github.com/vshymanskyy/blynk-library-python
```
Copy `BlynkLib.py` to your M5Stack or M5StickC with `ampy`.
`--port` option must be fix by your enviroment.
```
$ cd blynk-library-python
$ ampy --port=/dev/tty.usbserial-XXXXX put BlynkLib.py /flash/BlynkLib.py
```
## Load Custom Blocks on flow.m5stack.com
Blynk.m5b is custom Blocks for Blynk.
You can upload on [flow.m5stack.com](https://http://flow.m5stack.com/) via `Custom` section.
