Saving power on ESP32, running on single core and memory speed

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Marius
Posts: 21
Joined: Fri Nov 30, 2018 2:08 pm

Saving power on ESP32, running on single core and memory speed

Post by Marius » Mon Feb 10, 2020 6:54 pm

Is it possible to shut down one of the cores in Micropython for the ESP32? And or clock down the memory speed? I know its possible to turn down the clock speed and that helps alot to save power. But would be great to see if its possible to save more. (Not for battery setup, btw)

User avatar
tve
Posts: 216
Joined: Wed Jan 01, 2020 10:12 pm
Location: Santa Barbara, CA
Contact:

Re: Saving power on ESP32, running on single core and memory speed

Post by tve » Tue Feb 11, 2020 12:14 am

I seem to remember that for single core use the ESP-IDF has to be compiled with the appropriate setting, but I could be wrong. If so you'd have to compile MP using this setting.
Not sure what you mean by "clock down memory" -- which memory?

Post Reply