2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

M5Stack Basic v2.6 初期設定(UIFlow、Windows11)2023/03/26

Last updated at Posted at 2023-03-26

はじめに

UIFlowを用いてM5Stackの開発をやっていきます

開発環境

導入

ドライバーのインストールとUIFlowファームウェアの書き込み(初回のみ)

1.ドライバー(CP210x_VCP_Windows)のインストール
https://docs.m5stack.com/en/quick_start/m5core/arduino

image.png

2.ダウンロードしたCP210xVCPInstaller_x64_v6.7.0.0.exeを実行
image.png

3.次へ
image.png

同意して次へで完了

image.png

5.M5Burner Win10 x64 v3.0のインストール
https://docs.m5stack.com/en/download

image.png

6.解凍し、M5Burner.exeを実行
image.png

7.UIFlow v1.11.4をダウンロード
image.png

8.M5StackをPCにUSB接続し、Burnをクリック
image.png

9.PCで接続しているWiFiのSSIDとPasswordを入力し、Nextをクリック
image.png

10.COMポートを選択し、Startをクリック

image.png


※COMポートが選択できない場合、ドライバーが間違っている可能性があるため、CH9102_VCP_SER_Windowsのドライバーをインストールしてみてください。

Windows10の場合はこうでした
1.ドライバー(CH9102_VCP_SER_Windows)のインストール
image.png
2.ダウンロードしたCH9102_VCP_SER_Windows.exeを実行
3.INSTALLをクリック
image.png
4.OKをクリック
image.png


11.書き込み完了
image.png

UIFlowを始める

UIFlowで開発を始めるためにはまずM5StackとPCを同じWiFiに接続する必要があります。

1.M5Stackの電源がついたらすぐにSetupボタンを押す

2.Wi-Fi via APをクリックし、PCからM5StackのWiFiに接続

SSID:M5-XXXX
192.168.4.1

3.PCのブラウザで 192.168.4.1 にアクセス、SSIDとPasswordを入力してConfigureをクリック

image.png

4.M5StackがWiFi接続に成功すると再起動し、APIKeyが表示される

5.PCもM5Stackと同じWiFiに接続し、UIFlowを開く
https://flow.m5stack.com/

6.APIKeyを入力し、OKをクリック
image.png

7.プログラムを作成し、Runで実行、DownloadでM5Stackにアプリを書き込むことができます
image.png

開発を始めましょう!

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?