English
English
简体中文
日本語
pdf-icon

UiFlow Tutorial

UiFlow1 Development Guide

Project Management

Use LTE network

UiFlow1 Blockly

Event

Unit

UiFlow2 Development Guide

UI Editor

Device Security & Sharing

Stamp-P4: Flash Firmware & Run Code

1. UiFlow2 Firmware Flashing

  1. Refer to the UiFlow2 Web IDE tutorial to learn the basic UiFlow2 workflow and complete the installation of the M5Burner firmware flashing tool.

  2. Download the firmware for Stamp-P4 in M5Burner, as shown below.

  1. Connect the device to your computer with a USB cable. When M5Burner shows Found New Device, the connection is successful and the device has entered download mode, waiting for flashing.

  2. In M5Burner, click the Burn button for the corresponding firmware, select the device port, then click Start.

  1. Fill in the Wi-Fi configuration required by the device, including Wi-Fi SSID, Wi-Fi Password, and any other device configuration items that need to be added or modified. Then click Next to start flashing.

Configuration information:

  • COM: Select the serial port corresponding to the device
  • BaudRate: Baud rate for serial communication
  • Server: Server address the device connects to
  • WIFI SSID/WIFI Password: Wi-Fi name and password for the device
  • SNTP Server
    • SNTP0: Alibaba Cloud NTP server (China)
    • SNTP1: Japan NTP server pool
    • SNTP2: Global public NTP server pool
  • Timezone: Time zone setting
  • Boot Option: Set the device startup mode after firmware flashing is complete
    • Run main.py directly: After flashing is complete, directly run the program in main.py without networking or showing the UiFlow2 startup screen
    • Show startup menu and network setup: The device connects to the network, and devices with screens will show the UiFlow2 startup screen
    • Only network setup: The device only performs network setup and does not show the UiFlow2 startup screen

When Burn successfully, click here to return appears, flashing is successful.

  1. After firmware flashing is complete, if you need to modify the device configuration, keep the USB connection, restart the device, click the Configure option, and follow the on-screen instructions.

2. Device Connection

The device supports Access Code (via wireless network) or USB (wired connection to a computer) for connecting to UiFlow2 for program upload and debugging. See the following steps:

Access Code Wireless Connection

  1. Visit uiflow2.m5stack.com to open the UiFlow2 Web IDE.

  2. Make sure the device is connected to the network and obtain the Access Code: click WebTerminal in the lower-left corner of the interface, select the serial port for Stamp-P4 in the dialog, then click Connect to open the serial monitor. You can view the current valid Access Code and Wi-Fi connection status. (Note: If the corresponding information is not displayed, click Soft Reset to perform a soft reboot.)

  1. Click Select Your Controller (shown on first entry) or the Controller button to enter the Select Device page.
  1. Click Connect Device, enter the access code and a custom device name, then click Confirm to connect Stamp-P4 to UiFlow2.
  1. On the Select Device page, select the connected Stamp-P4 device and click Confirm to enter the UiFlow2 programming interface.

USB Wired Connection

  1. Visit uiflow2.m5stack.com to open the UiFlow2 Web IDE, and connect Stamp-P4 to the computer with a USB cable.

  2. Click Select Your Controller (shown on first entry) or the Controller button to enter the Select Device page.

  1. Select Stamp-P4 from the device list, then click Confirm.
  1. Click the WebTerminal button, select the serial port for Stamp-P4 in the dialog, then click Connect.

When the WebTerminal screen displays Connected to Serial Port!, the USB connection is successful.

3. Run and Download Programs

After the device is connected to UiFlow2, you can drag Blockly blocks to edit programs.

After editing the program, click the Run Once button in the lower-right corner of the interface to run the program once for testing. Click the Run Always button to download the program to the device.

You can also run once or download the program from the WebTerminal window.

On This Page