Page 1 of 1

ESP32 CPU frequency

Posted: Fri Feb 08, 2019 4:16 pm
by salomonreinach
Hey ! I would like to know how I choose the frequency of the esp32 (I mean when I have to choose 80,160 or 240Mhz ?).

And also most important, is there a really change in terms of energy if I choose 240Mhz instead of 160Mhz ?

Thanks :D

Re: ESP32 CPU frequency

Posted: Sat Feb 09, 2019 9:23 am
by permal

Re: ESP32 CPU frequency

Posted: Sun Feb 10, 2019 9:55 am
by Ritesh
salomonreinach wrote:
Fri Feb 08, 2019 4:16 pm
Hey ! I would like to know how I choose the frequency of the esp32 (I mean when I have to choose 80,160 or 240Mhz ?).

And also most important, is there a really change in terms of energy if I choose 240Mhz instead of 160Mhz ?

Thanks :D
Hi,

You can select CPU frequency from menuconfig. Of course if you choose higher CPU Frequency then it will definitely consume more power means current compare to lower frequency.

Default example is 240 MHz for CPU frequency into default config file.

Re: ESP32 CPU frequency

Posted: Mon Feb 25, 2019 3:04 pm
by salomonreinach
Thank you for your answers :)

Re: ESP32 CPU frequency

Posted: Tue Feb 26, 2019 6:48 pm
by Ritesh
salomonreinach wrote:
Mon Feb 25, 2019 3:04 pm
Thank you for your answers :)
Hi,

Let me know if you need any more details regarding same.