The firmware is based off the arduino platform and uses the command line version of the ide known as arduino-cli
.
Meshy-tron uses an esp32s3 clone board with the following pinout.
You can find the installation instructions here.
cd
to the cloned repository and run make dev
.
This will take a few minutes to download.
run make
.
This will produce a set of bin files under a directory called build.
connect the meshy-tron though usb and run make upload-all
.
Upload is slow and will take several seconds as its through UART. Hopefully switching to USB in the future. It's recommeded that
make upload
is used after the firstmake upload-all
. This skips uploading the bootloader and the partition info shaving a few seconds.