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

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

Awesome Lists containing this project

README

          

# Blynk on M5FlowUI

Custom blocks of M5FLowUI for [Blynk](https://blynk.io/).

![Example](images/example.png)

## 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.

![Blocks](images/blocks.png)