M5StickC
in M5Burner, as shown in the image below.M5Stack
or USB Serial
. It is recommended to use the driver files for installation directly in Device Manager for Windows, as the executable file installation method may not work properly.)
Click here to download the FTDI driver
System Preferences
-> Security & Privacy
-> General
-> Allow apps downloaded from:
-> App Store and identified developers
.Configure
option, select the corresponding port, and click Load
to load the current device configuration. Once loaded successfully, a popup will display the device's API KEY
, Start Mode
, and other information. At this point, we can copy and save the device's API KEY for later steps. Note: In this example, we will use UIFlow Web IDE (web version) for programming, so the Start Mode
needs to be set to Internet Mode
.After configuring the device for online programming mode, we need to use the API KEY to connect the device with UIFlow, allowing programs to be pushed to the specified device. Users need to visit flow.m5stack.com on their computer's browser to enter the UIFlow programming page.
Click the settings button in the upper right corner of the page, enter the API KEY obtained in the previous step, click OK to save, and wait for the connection success prompt.
1.After completing the above steps, you can start programming with UIFlow. Add UI controls and click the Run button in the upper right corner.
Configure
option in M5Burner to set Start Mode
to USB Mode
, and then you can program with UIFlow Desktop IDE.