Skip to content

Support for M5Atom esp32-S3 board #1729

@JPFrancoia

Description

@JPFrancoia

I have been using the M5Atom lite board for a couple of years with no problem. I wanted to extend my network so I bought two Atom S3 lite, which are basically almost the same as the M5 atom, except that they run on ESP32-S3 vs ESP32. This is the board: https://shop.m5stack.com/collections/m5-controllers/products/atoms3-lite-esp32s3-dev-kit. I tried flashing it like a M5 atom lite, something like this:

esptool.py --chip esp32-s3 --port /dev/ttyACM0 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 boot_app0.bin 0x1000 bootloader_dio_80m.bin 0x10000 esp32-m5atom-lite-firmware.bin 0x8000 esp32-m5atom-lite-partitions.bin --force

But "it doesn't work", meaning when I plug the board, I see no LED turning on and the wifi network of the board doesn't turn on.

I half expected this result. Would you know how to get OpenMQTTGateway working on this board? If you could point me to the right direction, I'm not afraid to fiddle, compile, test and make a PR when I get it to work.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions