Search found 22 matches

by dovov97815
Tue Jan 03, 2023 5:06 am
Forum: ESP32 Arduino
Topic: ESP32 External 32.768kHZ Crystal for RTC
Replies: 10
Views: 8253

ESP32 External 32.768kHZ Crystal for RTC

Due to inaccuracy of internal RTC, I want to implement external 32.768kHZ Crystal.
So, how to implement this in Arduino code.
From Searching I found I need to recompile some libraries, but these posts are old, so, Is there any update to do this.

Thank You
by dovov97815
Tue Jan 03, 2023 4:59 am
Forum: Hardware
Topic: ESP32 RTC Crystal Parallel Resistor selection
Replies: 2
Views: 1030

ESP32 RTC Crystal Parallel Resistor selection

Hello, I am working on the Project in which I am using ESP32 WROOM 32E and this Project will be Battery Operated.I want to implement external RTC crystal feature. As shown in attached image, R4 resistor value in the range of 5M ohm to 10M ohm. So how to choose proper value, can suggest specific valu...
by dovov97815
Mon Dec 05, 2022 6:22 am
Forum: Hardware
Topic: ESP32 External RTC crystal Component Selection
Replies: 2
Views: 1710

Re: ESP32 External RTC crystal Component Selection

Can we use ABS25-32.768KHZ-T ?
Which value for R4 is recommended? 5M or 10M?
by dovov97815
Thu Dec 01, 2022 8:26 am
Forum: Hardware
Topic: ESP32 External RTC crystal Component Selection
Replies: 2
Views: 1710

ESP32 External RTC crystal Component Selection

Hello, I am working on the Project in which I am using ESP32 WROOM 32E and this Project will be Battery Operated. So my question is regarding using of External Crystal (RTC) and for that as per the Datasheet i have made connections of Crystal Oscillator and its Components. As you can see in attached...
by dovov97815
Wed Mar 02, 2022 4:39 am
Forum: ESP32 Arduino
Topic: ESP32 goes into unknown state
Replies: 1
Views: 1593

ESP32 goes into unknown state

We have developed battery operated product using ESP32-WROOM-32E. when device goes into deep sleep around 8-10uA current are flow normally. During Testing of product we face an issue which is described as below. During deep sleep of ESP32-WROOM-32E we removed battery from device so now slowly- slowl...
by dovov97815
Mon Dec 13, 2021 5:17 am
Forum: Hardware
Topic: ESP32 Deep Sleep Wake by Multiple External GPIO Interrupt with Active Low Configuration
Replies: 1
Views: 2832

ESP32 Deep Sleep Wake by Multiple External GPIO Interrupt with Active Low Configuration

Hello, As ESP32 have 2 wake external source : 1. external 0 interrupt (only 1 pin and level High or Low both available) 2. external 1 interrupt (Multiple pins but All Low or any High available) I need to use Multiple Pins External Interrupt Detection with Active Low Configuration. but In external 1 ...
by dovov97815
Sat Sep 18, 2021 2:06 pm
Forum: ESP32 Arduino
Topic: RAM Data Corruption when RX(GPIO3) Pin is not Connected to USB TTL
Replies: 2
Views: 2588

Re: RAM Data Corruption when RX(GPIO3) Pin is not Connected to USB TTL

Hello, I disconnect both TX and RX pin of USB TTL and ESP32. But I test my issue in below cases : 1) Connect Only TX Pin(ESP32) to USB TTL RX - Have Issue 2) Connect Only RX Pin(ESP32) to USB TTL TX - No Issue 3) TX and RX both Connected to USB TTL - No Issue 4) Disconnect RX and TX both and pullup ...
by dovov97815
Fri Sep 10, 2021 6:20 am
Forum: ESP32 Arduino
Topic: RAM Data Corruption when RX(GPIO3) Pin is not Connected to USB TTL
Replies: 2
Views: 2588

RAM Data Corruption when RX(GPIO3) Pin is not Connected to USB TTL

Hardware: ESP32-WROOM-32E Module 4MB (ESP32-D0WD-V3 (revision 3)) Software: Arduino IDE with ESP32 Board V1.0.6 Configuration: Selected Board: ESP32 Dev Module (esp32) PSRAM: Disable Partition Scheme: Minimal SPIFFS(1.9MB APP With OTA/190KB SPIFFS) CPU Frequency: 240 MHz Flash Mode: QIO Flash Freque...
by dovov97815
Wed Aug 19, 2020 5:31 am
Forum: ESP32 Arduino
Topic: ESP32 Wake stub get elapsed time
Replies: 1
Views: 2439

ESP32 Wake stub get elapsed time

Hardware: Board: ESP32 Dev Module Core Installation/update date: 16/jun/2020 IDE name: Arduino IDE Flash Frequency: 80Mhz PSRAM enabled: no Upload Speed: 115200 Computer OS: Windows 10 Description: when wake stub starts I want to know how much time ESP32 spend in deep sleep, how can I achieve this I...
by dovov97815
Tue Aug 18, 2020 1:57 pm
Forum: ESP-IDF
Topic: can we use pulse counting module(PCNT) with deep sleep?
Replies: 1
Views: 2786

can we use pulse counting module(PCNT) with deep sleep?

can we use pulse counting module(PCNT) with deep sleep?