Search found 27 matches
- Thu May 10, 2018 11:39 pm
- Forum: General Discussion
- Topic: ESP32: Use Arduino or ESP-IDF?
- Replies: 19
- Views: 68508
Re: ESP32: Use Arduino or ESP-IDF?
The discussion on using Arduino APIs vs native ESP-IDF APIs is liable to open up a "red vs blue" discussion. For me, the answer falls to two major concepts: 1. Is there a library I want to use that has been written for the Arduino? 2. Do I desire to run this application on an MCU other than the ESP...
- Thu May 10, 2018 10:23 pm
- Forum: Hardware
- Topic: RTC with 32.768 kHz crystal
- Replies: 14
- Views: 31150
Re: RTC with 32.768 kHz crystal
Any news? Can i wake the ESP32 with an external RTC like DS3231 with Arduino?
I found this:
https://github.com/espressif/arduino-es ... WakeUp.ino
I found this:
https://github.com/espressif/arduino-es ... WakeUp.ino
- Thu May 10, 2018 5:28 pm
- Forum: General Discussion
- Topic: ESP32: Use Arduino or ESP-IDF?
- Replies: 19
- Views: 68508
ESP32: Use Arduino or ESP-IDF?
Hello community, I was wondering if i should use the official ESP-IDF or Arduino for my project... First the hardware: WeMos Lolin32 DS3231 RTC MAX17043 Fuel Gauge My Plan: I want to use an external RTC to wake the ESP32 for a specific date and time. Are external RTCs and their wakeups supported by ...
- Thu May 10, 2018 5:10 pm
- Forum: ESP32 Arduino
- Topic: Arduino external RTC wakeup?
- Replies: 0
- Views: 3110
Arduino external RTC wakeup?
Hello Community,
I was wondering if an external RTC for the wakeup of the ESP32 is possible nowadays? I found threads where they say that this is not possible. But what about today?
Are there any recommended Libraries in the case if its possible?
I was wondering if an external RTC for the wakeup of the ESP32 is possible nowadays? I found threads where they say that this is not possible. But what about today?
Are there any recommended Libraries in the case if its possible?
- Fri Apr 20, 2018 6:07 pm
- Forum: General Discussion
- Topic: Wemos Lolin32 Deep Sleep Time Drift
- Replies: 1
- Views: 4313
Wemos Lolin32 Deep Sleep Time Drift
Hello, I have a project with the ESP32. The project is battery driven so my choice is the Wemos Lolin32 Board (not the Lite Version) which has a low power consumption of 135µA in deep sleep. It has a WROOM32 Module. The problem is that I sent the ESP32 to deep sleep for 24 hours (86400 seconds) via ...
- Fri Apr 20, 2018 4:45 pm
- Forum: General Discussion
- Topic: WROOM32 Board RTC drifting
- Replies: 9
- Views: 15529
Re: WROOM32 Board RTC drifting
Can you tell me how to activate RTC? I used "make menuconfig" and activated the RTC in the settings. Now I have the message: "still waiting for 32k oscillator to start up" If your board does not have 32.768 crystal, 32 kHz oscilator cannot operate, no use of enabling it in menuconfig. My board is a...
- Fri Apr 20, 2018 4:37 pm
- Forum: General Discussion
- Topic: WROOM32 Board RTC drifting
- Replies: 9
- Views: 15529
Re: WROOM32 Board RTC drifting
Almost +1 minute but i didn't calculate the seconds. This might be just my chip. Now im syncing it hourly and works fine. Can you tell me how to activate RTC? I used "make menuconfig" and activated the RTC in the settings. Now I have the message: "still waiting for 32k oscillator to start up" I hav...
- Tue Mar 20, 2018 9:38 am
- Forum: General Discussion
- Topic: ESP32 on Batteries - your setup
- Replies: 50
- Views: 102426
Re: ESP32 on Batteries - your setup
Yours is not an original WEMOS Board. But its exactly the same. It has the same components as the original WEMOS board. They just copied it. So you can take it. It also claims to be a Revision 1 chip in the title. I bought mine from here: https://www.ebay.com/itm/4-MB-Flash-WEMOS-Lolin32-V1-0-0-WIFI...
- Mon Mar 19, 2018 6:31 pm
- Forum: General Discussion
- Topic: ESP32 on Batteries - your setup
- Replies: 50
- Views: 102426
Re: ESP32 on Batteries - your setup
But why the power consumption is different if i bypass the regulator? Powering it through the 3v3 pin goes directly to the esp32 module right? Thats what I am wondering about since I read it myself. I cant answer you this question. Unfortunately the Lolin32 is not in production anymore. I dont know...
- Mon Mar 19, 2018 3:14 pm
- Forum: General Discussion
- Topic: ESP32 on Batteries - your setup
- Replies: 50
- Views: 102426
Re: ESP32 on Batteries - your setup
If you want to use a Development board for practical use, your board is the wrong one because it consumes too much Power. An alternative board is the Lolin32 (not the Lite version). It consumes 135µA in Deep Sleep if you use it with a Lipo on the Lipo-Connector and 235µA in deep sleep if you use it ...