Programming esp32 without ESP-IDF and build automation tools

glebonelone
Posts: 1
Joined: Fri Jun 19, 2020 11:06 am

Programming esp32 without ESP-IDF and build automation tools

Postby glebonelone » Fri Jun 19, 2020 7:13 pm

How i can program esp32 without ESP-IDF and build automation tools ? (using only esp32 toolchain , esptool.py and command line (and something else)) Is it even possible? If it is possible, how can i do this ?

ESP_Sprite
Posts: 9739
Joined: Thu Nov 26, 2015 4:08 am

Re: Programming esp32 without ESP-IDF and build automation tools

Postby ESP_Sprite » Sat Jun 20, 2020 11:14 am

You can. If you run 'idf.py build' on your project, the last line spits out the esptool.py command line you can use to flash the program. Copy-paste the binaries mentioned there to the computer you want to program the modules on, install esptool.py there and use the command line to flash it. I think for Windows we also have a GUI-based flashing tool somewhere you can use.

Who is online

Users browsing this forum: No registered users and 91 guests