Page 1 of 1

set_flash_voltage 3.3V

Posted: Tue Feb 09, 2021 12:26 pm
by Aidin77
Hi,
I have installed esp-idf version 4.2 and when I type components/esptool_py/esptool/espefuse.py set_flash_voltage 3.3V in command line a window appear what is the next step ?
please help me i want to set_flash_voltage 3.3V

Re: set_flash_voltage 3.3V

Posted: Tue Feb 09, 2021 2:06 pm
by ggyano
HI,

You missed the python command. Try like this:
py ..\..\..\esp-idf-v4.1-beta1\components\esptool_py\esptool\espefuse.py --port COM15 set_flash_voltage 3.3V

Re: set_flash_voltage 3.3V

Posted: Tue Feb 09, 2021 2:33 pm
by Aidin77
Thank you for the prompt reply, unfortunately no thing has been changed by the command !!
I am really confused what is the problem !!

Re: set_flash_voltage 3.3V

Posted: Tue Feb 09, 2021 2:39 pm
by Aidin77
:oops: :oops:

Re: set_flash_voltage 3.3V

Posted: Tue Feb 09, 2021 4:46 pm
by Aidin77
The main question is that why this window appears ? I reinstall my windows but again this window appear !!

Re: set_flash_voltage 3.3V

Posted: Tue Feb 09, 2021 9:06 pm
by WiFive
Because your computer is not configured to open .py files with python interpreter you have to type python first