Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for M5Atom esp32-S3 board #1729

Open
JPFrancoia opened this issue Aug 8, 2023 · 1 comment
Open

Support for M5Atom esp32-S3 board #1729

JPFrancoia opened this issue Aug 8, 2023 · 1 comment

Comments

@JPFrancoia
Copy link

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.

@JPFrancoia JPFrancoia changed the title M5Atom esp32-S3 Support for M5Atom esp32-S3 board Aug 8, 2023
@bruno-briner
Copy link

bruno-briner commented Mar 19, 2024

I would also love M5 Atom S3 Lite support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants