Releases: VID-PRO/BambuTagger-Console
Release list
BambuTagger-Console v1.3.1
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.ino.bootloader.bin \
0x8000 BambuTagger-Console.ino.partitions.bin \
0x10000 BambuTagger-Console.ino.bin
Board: ESP32-S3 Dev Module (Sunton ESP32-8048S043)
Framework: Arduino (PlatformIO)
Flash: 16 MB, QIO, 80 MHz
PSRAM: OPI
OTA Update
Upload BambuTagger-Console.ino.bin via the web interface (Configuration → Firmware Update).
Full Changelog: v1.3.0...v1.3.1
BambuTagger-Console v1.3.0
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.ino.bootloader.bin \
0x8000 BambuTagger-Console.ino.partitions.bin \
0x10000 BambuTagger-Console.ino.bin
Board: ESP32-S3 Dev Module (Sunton ESP32-8048S043)
Framework: Arduino (PlatformIO)
Flash: 16 MB, QIO, 80 MHz
PSRAM: OPI
OTA Update
Upload BambuTagger-Console.ino.bin via the web interface (Configuration → Firmware Update).
Full Changelog: v1.2.0...v1.3.0
BambuTagger-Console v1.2.0
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.ino.bootloader.bin \
0x8000 BambuTagger-Console.ino.partitions.bin \
0x10000 BambuTagger-Console.ino.bin
Board: ESP32-S3 Dev Module (Sunton ESP32-8048S043)
Framework: Arduino (PlatformIO)
Flash: 16 MB, QIO, 80 MHz
PSRAM: OPI
OTA Update
Upload BambuTagger-Console.ino.bin via the web interface (Configuration → Firmware Update).
Full Changelog: v1.1.0...v1.2.0
BambuTagger-Console v1.1.0
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.ino.bootloader.bin \
0x8000 BambuTagger-Console.ino.partitions.bin \
0x10000 BambuTagger-Console.ino.bin
Board: ESP32-S3 Dev Module (Sunton ESP32-8048S043)
Framework: Arduino (PlatformIO)
Flash: 16 MB, QIO, 80 MHz
PSRAM: OPI
OTA Update
Upload BambuTagger-Console.ino.bin via the web interface (Configuration → Firmware Update).
Full Changelog: v1.0.0...v1.1.0
BambuTagger-Console v1.0.0
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