Skip to content

now start dancing!

Pre-release
Pre-release
Compare
Choose a tag to compare
@elect-gombe elect-gombe released this 01 Sep 13:47
· 7 commits to master since this release
8e9dd25

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