Skip to content

BambuTagger-Console v1.0.0

Choose a tag to compare

@VID-PRO VID-PRO released this 21 Jun 17:11

Flashing instructions

Easiest — merged binary (single file, address 0x00)

esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
  write_flash 0x0 BambuTagger-Console_merged.bin

Manual — separate files

esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
  write_flash \
  0x1000   BambuTagger-Console/bootloader.bin \
  0x8000   BambuTagger-Console/partitions.bin \
  0x10000  BambuTagger-Console/firmware.bin

Board: ESP32-S3 Dev Module
Flash: 16 MB, QIO, 80 MHz

Full Changelog: https://github.com/VID-PRO/BambuTagger-Console/commits/v1.0.0