ATOMS3 Lite
https://gyazo.com/c17a6504a683472d375592a49e02da7d https://shop.m5stack.com/collections/m5stack-new-arrival/products/atoms3-lite-esp32s3-dev-kit
M5Stackの販売ページ
スイッチサイエンスの販売ページ
ドキュメント
/icons/github.icon
PlatformIOで書けない問題
code:console
git clone https://github.com/espressif/esptool.git
cd esptool
pip install --user -e .
cd ~/src/m5atoms3-lite-private
esptool.py --chip esp32s3 --port COM25 --before default_reset --after hard_reset write_flash -z --flash_mode dio 0x0 .pio/build/m5atoms3-lite/bootloader.bin 0x8000 .pio/build/m5atoms3-lite/partitions.bin 0x10000 .pio/build/m5atoms3-lite/firmware.bin
#m5stack