Page 1 of 1

How to run espefuse.py from Arduino IDE ?

Posted: Tue Apr 10, 2018 11:53 pm
by don.vukovic
Is there a way to run espefuse.py from Arduino IDE ?

I want to set_flash_voltage to 3.3v from the Arduino IDE.

Re: How to run espefuse.py from Arduino IDE ?

Posted: Wed Apr 11, 2018 12:50 am
by WiFive
No it isn't packaged with arduino. Do it separately https://github.com/espressif/esptool

Don't be scared of the command line ;)

Re: How to run espefuse.py from Arduino IDE ?

Posted: Wed Apr 11, 2018 4:20 pm
by don.vukovic
The link you posted looks like a Linux installation.

Is there any instructions for Windows 7 ?

Don't be afraid of Windows. :lol:

Re: How to run espefuse.py from Arduino IDE ?

Posted: Wed Apr 11, 2018 7:25 pm
by WiFive
It isn't just for linux. You can install python on Windows and then open a command prompt.