Skip to content

Releases: okhsunrog/can_wizard

Can_wizard v1.0.1

23 Feb 17:16
Compare
Choose a tag to compare

For compiling use esp-idf v5.1.2
If you want a binary - download can_wizard_merged_flash.bin below.
For flashing install esptool.py (via pip/pipx or your package manager, or just download binary release here https://github.com/espressif/esptool/releases).
Command for flashing firmware:
esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip esp32c3 --no-stub write_flash --flash_mode dio --flash_size detect --flash_freq 80m 0x0 can_wizard_merged_flash.bin
Replace (PORT) with your serial port name. For example, COM3 on Windows or /dev/ttyACM0 on Linux.