Hello
I read mpu6050 register value every 300ms .
WiFi off Bt off adc off .
ESP32 current is 15-20ma.
I need decrease, lowe power consumption . is it possible? if it is how can i do lower power consumption?
Best regards.
Decrease Power consumption
Re: Decrease Power consumption
Andreas Spiess has done a lot of videos on low power projects, you may find some helpful/interesting info here:
https://www.youtube.com/c/AndreasSpiess/videos
https://www.youtube.com/c/AndreasSpiess/videos
Re: Decrease Power consumption
- Deep_sleep for 300ms.
- Power sensors (and pull up I2C resistor) from I/O pin.
- Power sensors (and pull up I2C resistor) from I/O pin.
Re: Decrease Power consumption
I looked these videos but ididny find any video under 20mA power consumption.alanesq wrote: ↑Mon Apr 04, 2022 4:14 pmAndreas Spiess has done a lot of videos on low power projects, you may find some helpful/interesting info here:
https://www.youtube.com/c/AndreasSpiess/videos
Re: Decrease Power consumption
Power saving methods are light sleep, deep sleep, dynamic frequency scaling, ulp coprocessor, and wake stubs. Pick what works best for you.
Re: Decrease Power consumption
ULP may be a possibility?
https://www.youtube.com/watch?v=-QIcUTBB7Ww&t=22s
https://www.youtube.com/watch?v=-QIcUTBB7Ww&t=22s
Re: Decrease Power consumption
I downloaded ulptool https://github.com/duff2013/ulptool but it seems error please tell me what is my fault.
I tried add library but it seems another error:
Code: Select all
c:/users/delphi/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Delphi\AppData\Local\Temp\arduino_build_460710\sketch\ulp_adc.ino.cpp.o:(.literal._Z5setupv+0x14): undefined reference to `_binary_ulp_main_bin_end'
c:/users/delphi/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Delphi\AppData\Local\Temp\arduino_build_460710\sketch\ulp_adc.ino.cpp.o:(.literal._Z5setupv+0x18): undefined reference to `_binary_ulp_main_bin_start'
c:/users/delphi/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Delphi\AppData\Local\Temp\arduino_build_460710\sketch\ulp_adc.ino.cpp.o:(.literal._Z5setupv+0x30): undefined reference to `ulp_temperature'
c:/users/delphi/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Delphi\AppData\Local\Temp\arduino_build_460710\sketch\ulp_adc.ino.cpp.o:(.literal._Z5setupv+0x3c): undefined reference to `ulp_entry'
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board ESP32 Dev Module.
Code: Select all
Specified folder/zip file does not contain a valid library
Re: Decrease Power consumption
Here is a handy dandy overview of the different power modes.
https://lastminuteengineers.com/esp32-s ... nsumption/
https://lastminuteengineers.com/esp32-s ... nsumption/
Who is online
Users browsing this forum: No registered users and 103 guests