Esp32 Mmd Versions Save

esp32でmmd

v1.1

5 years ago

MMD for esp32 (including M5Stack), now start dancing

how to flash

Linux

python esptool.py --chip esp32 --port <your usb device> --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 bootloader.bin 0x10000 spi_master.bin 0x8000 partitions.bin

windows

esp32 flash download tool

esp32

#define PIN_NUM_MISO 19
#define PIN_NUM_MOSI 23
#define PIN_NUM_CLK  18
#define PIN_NUM_CS   14

#define PIN_NUM_DC   27
#define PIN_NUM_RST  33

binary

M5Stack

binary

WiFiBoy32 web page

v0.10

5 years ago

How to write your M5Stack?

python esptool.py --chip esp32 --port /dev/<Enter your USB device> --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 bootloader.bin 0x20000 spi_master.bin 0x8000 partitions.bin

This binary distributed under PCL. Non-commercial use

You are allowed to use this MMD model only if you follow the guideline set by Crypton Future Media, INC. for the usage of its characters. For detail, see: http://piapro.net/en_for_creators.html

And, have fun!