M5 STACK Flow Connect Software User Guide

September 20, 2024
M5 STACK

M5 STACK Flow Connect Software

OUTLINE

The Flow Connect is a highly integrated industrial controller designed for complex automation and communication environments. It features the ESP32-S3R8 microcontroller at its core, equipped with a dual-core Xtensa LX7 processor running at up to 240MHz, and includes 8MB PSRAM and 16MB FLASH memory, capable of handling high-performance computing and multitasking demands. For storage, it utilizes 128Mbit (16MB) 3.3V NOR flash, ensuring long- term, stable operation for firmware, data, and configuration file storage.
The controller supports multiple communication protocols, including dual CAN bus, RS232, RS485, and TTL interfaces, making it suitable for a wide range of industrial and IoT applications. To enhance user interaction, the Flow Connect integrates Neopixel RGB LED lighting control, enabling dynamic color and lighting effects for intuitive visual feedback.
In addition, the Flow Connect power management system employs multiple DC-DC converters that support various voltage outputs from 12V to 3.3V. It also features built in electronic fuses (eFuse) to protect each voltage channel from overcurrent, ensuring safe operation even in harsh environments.
The Flow Connect is designed with the demanding requirements of industrial control, intelligent transportation, and IoT gateway applications in mind, offering reliable multiprotocol communication, robust data storage, dynamic RGB display, and comprehensive power protection.

Flow Connect

  1. Communication Capabilities:
    • Main Controller: ESP32-S3R8
    • Wireless Communication: Wi-Fi (2.4 GHz), Bluetooth Low Energy (BLE) 5.0
    • Dual CAN Bus: Supports dual CAN bus interfaces for reliable data communication in industrial environments.
    • Serial Communication: RS232, RS485, and TTL interfaces for versatile wired communication options.
  2. Processor and Performance:
    • Processor Model: Xtensa LX7 Dual-core (ESP32-S3R8)
    • Storage Capacity: 16MB Flash, 8MB PSRAM
    • Processor Operating Frequency: Xtensa® dual-core 32-bit LX7 microprocessor, up to 240 MHz
  3. Display and Input:
    • RGB LED: Integrated Neopixel RGB LED for dynamic visual feedback.
  4. Memory:
    • NOR Flash: 128Mbit (16MB), 3.3V for firmware and data storage.
  5. Power Management:
    • Power Supply: DC-DC converters supporting 12V to 3.3V outputs.
    • Protection: Built-in electronic fuses (eFuse) for overcurrent protection across all voltage channels.
  6. GPIO Pins and Programmable Interfaces:
  7. Grove Interface: Supports connection and expansion of I2C sensors and other modules.
  8. Others:
    • Onboard Interface: Type-C interface for programming, power supply, and serial communication.
    • Physical Dimensions: 606015 mm

SPECIFICATIONS

Parameter and Specification Value
MCU ESP32-S3R8@ Xtensa dual – core 32- bit LX7, 240MHz
Communication Capability Wi-Fi, BLE, Dual CAN Bus, RS232, RS485, TTL
Supply Voltage 12V to 3. 3V DC (via DC-DC converters)
Flash Storage Capacity 16MB Flash
PSRAM Storage Capacity 8MB PSRAM
NOR Flash GD25Q128/ W25Q128, 128 Mbi t (16MB), 3. 3V
RGB LED 6 x Neopixel RGB LEDs for dynamic lighting
Expansion Interface Grove interface for connecting and expanding I2C sensors
Operating Temperature 0° C – 40° C
Wi- Fi Working Frequency 802. llb/ g/ n: 2412 MHz – 2482 MHz
BLE Working Frequency 2402 MHz – 2480 MHz
Manufacturer M5Stack Technology Co. , Ltd

QUICK START

Before you do this step, look at the text in the final appendix: Installing Arduino

Print WiFi information

  1. Open Arduino IDE (Refer to
    https://docs.m5stack.com/en/arduino/arduino_ide for the installation guide for the development board and software)

  2. Select the ESP32S3 DEV Module board and the corresponding port, then upload the code

  3. Open the serial monitor to display the scanned WiFi and signal strength information

Print BLE information

  1. Open Arduino IDE (Refer to
    https://docs.m5stack.com/en/arduino/arduino_ide for the installation guide for the development board and software)

  2. Select the ESP32S3 DEV Module board and the corresponding port, then upload the code

  3. Open the serial monitor to display the scanned BLE and signal strength information

FCC Warning

FCC Caution:

Any Changes or modifications not expressly approved by the party responsible for compliance could void the user’s authority to operate the equipment.
This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions:

  1. This device may not cause harmful interference, and
  2. this device must accept any interference received, including interference that may cause undesired operation.

IMPORTANT NOTE:

Note: This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation.
This equipment generates, uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures:

  • Reorient or relocate the receiving antenna.
  • Increase the separation between the equipment and receiver.
  • Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.
  • Consult the dealer or an experienced radio/TV technician for help.

This equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment. This equipment should be installed and operated with minimum distance 20cm between the radiator & your body.

Arduino Install

  • Installing Arduino IDE(https://www.arduino.cc/en/Main/Software) Click to visit the Arduino official website , and select the installation package for your operating system to download.
  • Installing Arduino Board Management
  1. The Board Manager URL is used to index the development board information for a specific platform. In the Arduino IDE menu, select File -> Preferences

  2. Copy the ESP board management URL below into the Additional Board Manager URLs: field, and save.
    https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json

  3. In the sidebar, select Board Manager, search for M5Stack, and click Install.

  4. In the sidebar, select Board Manager, search for M5Stack, and click Install.
    Depending on the product used, select the corresponding development board under Tools -> Board -> M5Stack -> {ESP32S3 DEV Module board}.

  5. Connect the device to your computer with a data cable to upload the program

References

Read User Manual Online (PDF format)

Read User Manual Online (PDF format)  >>

Download This Manual (PDF format)

Download this manual  >>

Related Manuals