Current Product Don't Have Test Firmware
Note: pls, use PC chrome/edge browser, if can't connect, refresh the webpage.
1. Click connect button
2. After connected successfully, pick a firmware
3. Click the burn button
4. After burning successfully, Unplug the device and restart.
The M5Stack ** Waterproof ESP32 embedded controller TOUGH** is Industrial grade
programmable embedded controller featuring Espressif ESP32
chipset with integrated Wi-Fi
, It is equipped with dual-core low power Xtensa® 32-bit LX6
microprocessor with clock frequency up to 240MHz
. A combination of 8M PSRAM
+ 16M FLASH
memory , integrated 2.0-inch HD IPS display panel
+ high-sensitive capacitive touch screen
+ rich peripherals, expansion interface
. M5 TOUGH has full-coverage support dustproof and waterproof`, which can ensure the stability of circuit operation even in complex industrial applications. The M5 TOUGH is ideal for industrial control, smart buildings, outdoor node data acquisition, and other applications.
Caution: Please DO NOT immerse the enclosure in water. There is no protection from immersion.
Structural Design
:UV resistant
enclosure designScrew
, Rolled strip
, Magnetic
, Adhesive Back
High integration
:Low-power power solution
, Wake Up with an RTC Alarm Clock
Strong expandability
:flexible power supply
RS485
conversion circuit3x Grove expansion interface
Low code development
:UIFlow graphical programming platform
, scripting-free, cloud pushSpecifications | Parameters |
---|---|
ESP32-D0WDQ6-V3 | 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi |
Flash | 16MB |
PSRAM | 8MB |
Protection level | Waterproof/Dustproof |
Input voltage | USB(5V @ 500mA) RS485 DC Input (12V @ 1A) |
Interface | TypeC x 1, GROVE x4 (RS485/I2C/G/UART interface) |
IPS LCD | 2.0"@320*240 ILI9342C full color display, maximum brightness 853nit |
Touch Panel Driver Chip | CHSC6540 |
Speaker configuration | NS4168 16bit I2S amplifier + 1W speaker |
RTC clock chip | HY8563 |
PMU | AXP192 |
USB chip | CH9102 USB-TTL serial port/program download circuit |
TF card slot | Maximum support 16GB memory card |
Antenna | 3D-Wi-Fi/BLE Antenna |
Shell material | UV-resistant plastic |
Net weight | 108g |
Gross weight | 139g |
Product size | 58 * 76 * 41 mm |
Packing size | 99 * 80 * 45 mm |
Click the link below to download the driver that matches the operating system. select the installation package corresponding to the number of operating systems to install. During the installation process of CH9102_VCP_SER_MacOS v1.7
, an error may occur, but the installation is actually completed, just ignore it.) When using it, if If the program cannot be downloaded normally (the prompt is overtime or Failed to write to target RAM), you can try to reinstall the device driver.
Driver name | Applicable driver chip | Download link |
---|---|---|
CH9102_VCP_SER_Windows | CH9102 | Download |
CH9102_VCP_CDC_Windows | CH9102 | Download |
CH9102_VCP_SER_MacOS v1.7 | CH9102 | Download |
LCD Display & TF Card
ESP32 Chip | GPIO38 | GPIO23 | GPIO18 | GPIO5 | GPIO15 | |||
---|---|---|---|---|---|---|---|---|
AXP192 Chip | AXP_IO4 | AXP_LDO3 | AXP_LDO2 | |||||
ILI9342C | MISO | MOSI | SCK | CS | DC | RST | BL | PWR |
ESP32 Chip | GPIO38 | GPIO23 | GPIO18 | GPIO4 | |
---|---|---|---|---|---|
TFCard | MISO | MOSI | SCK | CS | PWR |
Cap.Touch
ESP32 Chip | GPIO21 | GPIO22 | GPIO39 | |
---|---|---|---|---|
Cap.Touch | SDA | SCL | SCK | RST |
Mic & NS4168(Speaker)
ESP32 Chip | GPIO12 | GPIO0 | GPIO2 | AXP_IO2 | GPIO34 |
---|---|---|---|---|---|
NS4168 | BCLK | LRCK | DATA | SPK_EN | |
Mic | CLK | DATA |
RTC-HY8563
ESP32 Chip | GPIO22 | GPIO21 | ||
---|---|---|---|---|
AXP192 | PWRKEY | AXP_LDO1 | ||
RTC-HY8563 | SCL | SDA | INT | PWR |
RS485
M5BUS | GPIO27 | GPIO19 | (DCDC 12->5V) | GND |
---|---|---|---|---|
RS485 | RX | TX | 12V | GND |
HY2.0_RESET
M5BUS | EN | GPIO25 | VCC | GND |
---|---|---|---|---|
RESET | EN | GPIO25 | 5V | GND |
PORT | PIN | Note: |
---|---|---|
PORT-A(Red) | 33/32(SCL/SDA)/VCC/GND | I2C |
PORT-B(Black) | 32/26(IN/OUT)/VCC/GND | DAC/AD |
PORT-C(Blue) | 13/14(RX/TX)/VCC/GND | UART |
ADC1 | ADC2 | DAC1 | DAC2 |
---|---|---|---|
8 channel | 10 channel | 2 channel | 2 channel |
G32-39 | G0/2/4/12-15/25-27 | G25 | G26 |
For more information on pin assignment and pin remapping, please refer to ESP32 datasheet
Execute the following statement in Setup() of the Arduino program
When M5Core2 is stacked with other M5 modules, you need to remove the battery base of Core2, which does not support module stacking.
Reason and solution: The power supply current of the port is insufficient, which can cause the device to not enter the download mode normally. You can try to connect a capacitor (>0.1uF) between the RST pin and the GND pin, or when uploading the program, set the G0 Short-circuit to GND, so that G0 can be set to a low level state normally
Add the header file #include <driver/adc.h> and the function adc_power_acquire(); in the Arduino program
The battery life of the controller is affected by various factors such as battery capacity, operating status, and load, so there is no fixed value. Reducing the load and adopting a sleep strategy can effectively increase the battery life.
Support multiple stacks, the total capacity of the batteries in parallel increases, and the voltage remains unchanged. However, since the discharge of each battery is not balanced during use, there is a voltage difference between the batteries, which may cause the battery to charge backwards. .(will lose part of the battery capacity)
ESP32 module currently does not support WiFi in 5G band, only 2.4G.
Confirm whether the TX/RX pin on the TTL side of the pin is correct, try to add two 120Ω terminal resistors at the beginning and end of the device line to reduce signal reflection interference
Click the link below to view the product comparison table
Rotate the lens to adjust the focal length within a certain range
FACE II BOTTOM NOT CORE2 COMPATIBLE
Use esptool to read the flash content of esp32 and export the bin file. Refer to the detailed operation
Restart the Arduino IDE, the computer uses the mobile AP mobile network to download.
Refer to the Github link below, use arduino-esp32fs-plugin for file upload
Check if the COM of the corresponding device is selected and if the M5Burner is the latest version
UIFlow users can switch the Label font to Unicode, Arduino users can use the Chinese font library provided in the M5GFX driver library
Confirm whether the SD card format is FAT32, and no partitions exist.
You can refer to the following link for other ESP32 users to share the case program
STAMP C3U enters program download mode operation: 1. Long press the center button (G9) of STAMP C3U when the power is off. 2. Connect to the computer, after the port is successfully identified, program burning.
By default, USB CDC is not enabled, the serial port output started by C3U will be output through the default pins (G20, G21) of UART0. If you want to output through USB, please use the IDE to output Its USB CDC option is enabled. (Arduino users can enable it through Tools->USB CDC on Boot-Enabled. For IDF users, please refer to the ESP IDF official documentation.)
Refer to the UIFlow documentation of the corresponding device to check whether the device has entered the USB programming mode.
Make sure that the NBIoT used is not locked. Frequent device replacement or after activating the IoT card, using traffic in different places may cause the card to be locked. If the above situation occurs, please contact the IoT card supplier. If you are using the IoT card matching M5, please contact M5 after-sales through e-commerce or email. (provide the ICCID of the IoT card)
Describe the problems encountered in detail. Screenshots of the programs involved or files can be added as attachments and sent to M5Stack's official after-sales email
M5Stack related resource links: Official Github