@AkitikKir Официальная документация GitHub https://docs.github.com/ru/repositories/creating-and-managing-repositories/creating-a-new-repository
D
Best posts made by Dlazder
-
Crystal firmware v0.3.0 for M5StickCPlus2. Flashlight with custom color and brightness; Sound level; startup screen;posted in PROJECTS
"Crystal Firmware v0.3.0" for the M5StickC Plus 2, has just been released. It is available on M5Burner and GitHub; I would be delighted to receive your feedback or if you supported the project on GitHub.
https://github.com/Dlazder/m5stick_crystal_firmware
New features
Sound level

Flashlight + flicker with custom colors and brightness


Latest posts made by Dlazder
-
Crystal firmware v0.3.0 for M5StickCPlus2. Flashlight with custom color and brightness; Sound level; startup screen;posted in PROJECTS
"Crystal Firmware v0.3.0" for the M5StickC Plus 2, has just been released. It is available on M5Burner and GitHub; I would be delighted to receive your feedback or if you supported the project on GitHub.
https://github.com/Dlazder/m5stick_crystal_firmware
New features
Sound level

Flashlight + flicker with custom colors and brightness


-
Публикация прошивки на m5burner. Создание корректного бинарного файла.posted in Русскоязычный форум
Всем здравствуйте, пытаюсь выложить свой проект на m5burner. Использую arduino-cli, есть файлы firm.ino.bin, firm.ino.bootloader.bin и firm.ino.partitions.bin. Из них я пытался собрать один бинарник используя esptool:
esptool --chip esp32s3 merge_bin --output final.bin 0x0000 m5stick_crystal_firmware.ino.bootloader.bin 0x8000 m5stick_crystal_firmware.ino.partitions.bin 0x10000 m5stick_crystal_firmware.ino.binПолученный файл загружается в стик без ошибок из m5burner, но прошивка попросту не работает. Пробовал использовать firmware exporter, но получаю ошибку.
Что я делаю не так? Может у кого есть материалы на эту тему, я ничего найти не смог, спасибо.