Search found 10 matches
- Wed Nov 23, 2022 4:40 am
- Forum: Hardware
- Topic: Whats using current during deep sleep?
- Replies: 4
- Views: 3136
Re: Whats using current during deep sleep?
I had similar experience with another dev boards. I found out that the UART chip is involved in that issue. Not sure if that also is the case with TTGO boards. But worth to look into it. Here a quick video of my strange UART power consumption behaviour: https://youtu.be/AiU6VKYXP0k The only solution...
- Tue Nov 22, 2022 10:15 am
- Forum: ESP-ADF
- Topic: I2S sound recorder using only ULP - Possible?
- Replies: 7
- Views: 120296
Re: I2S sound recorder using only ULP - Possible?
Did you rule out light sleep? I kind of did because i thought that peripherals are OFF during light sleep mode as well. But thanks for asking again. That made me do some reading and I2S might be working during light sleep. Still not really sure about this because - as you already know - I am no exp...
- Mon Nov 21, 2022 6:03 am
- Forum: ESP-ADF
- Topic: I2S sound recorder using only ULP - Possible?
- Replies: 7
- Views: 120296
Re: I2S sound recorder using only ULP - Possible?
Thanks for your reply. If i understand you correctly. I should give up on the idea recording sound on a ESP32 with a power consumption of less than 5mA? It's possible but it seems a few hundred bucks will not be sufficient to achieve my goal. :| Hmm. Sad to hear. Still. If anybody has a solution or ...
- Mon Nov 21, 2022 5:06 am
- Forum: Hardware
- Topic: ESP32 and microphone board?
- Replies: 1
- Views: 3451
Re: ESP32 and microphone board?
The INMP441 is obsolete and is not produced any more. "Unfortunately" you can still buy the module almost everywhere but this will not be the INMP411. Even they call it INMP411. I had a project where i needed to build 30 recorders and ordered 30pcs INMP411 from different distributors. It turns out t...
- Sat Nov 19, 2022 5:42 am
- Forum: ESP-ADF
- Topic: I2S sound recorder using only ULP - Possible?
- Replies: 7
- Views: 120296
Re: I2S sound recorder using only ULP - Possible?
I always thought that even 3Mhz should be enough to deal with I2S and sample rates of >44Khz. So you think that the 8Mhz from the ULP is not fast enough the task? This VM3011 microphone looks very interesting for our elephant detector. Thanks for that link. Awesome. For now we need to get the 24/7 r...
- Fri Nov 18, 2022 6:55 am
- Forum: ESP-ADF
- Topic: I2S sound recorder using only ULP - Possible?
- Replies: 7
- Views: 120296
I2S sound recorder using only ULP - Possible?
Hello, I hope i am in the correct forum for my question. For our elephant-sound-recorders we try to build a recorder which can run 24/7 on a small solar panel. Basically a ESP32 with a digital microphone and a connected SD card. We already built a few working recorders, which work great but the sola...
- Thu May 12, 2022 6:35 pm
- Forum: Hardware
- Topic: Power Consumption in Deep Sleep
- Replies: 14
- Views: 20547
Re: Power Consumption in Deep Sleep
Andreas Spiess maintains a table with details of many ESP32 boards including power consumption in different modes and the used voltage regulator. Here is a video about "Test of Battery operated ESP32 Boards". A link to the comparison table is in the description. https://www.youtube.com/watch?v=ajt7...
- Tue May 10, 2022 3:28 am
- Forum: Hardware
- Topic: Power Consumption in Deep Sleep
- Replies: 14
- Views: 20547
Re: Power Consumption in Deep Sleep
That's what i thought too. But even i cut the LDO off. No change. Hmm.
- Sun May 08, 2022 5:49 pm
- Forum: Hardware
- Topic: Power Consumption in Deep Sleep
- Replies: 14
- Views: 20547
Re: Power Consumption in Deep Sleep
I have done some investigation and so far this is my status: EDIT: The power consumption problem is not only happening in deep sleep but also in on state of the ESP32! - My ESP32 gets 3,3V directly to the 3,3V pin on the ESP32 - The Power LED has been removed - I have the example deep sleep sketch r...
- Fri May 06, 2022 5:16 pm
- Forum: Hardware
- Topic: Power Consumption in Deep Sleep
- Replies: 14
- Views: 20547
Re: Power Consumption in Deep Sleep
After desoldering the CP2102N the board consumes around 3mA power. I guess after desoldering the ESP32 on another board it can be used to program the board without the CP2102N. If someone finds a better solution I'm all ears. Many Greetings! Remo Hi, i am dealing with the same (worse) problem. Deep...