Search found 1383 matches

by Ritesh
Thu Dec 15, 2022 12:48 pm
Forum: General Discussion
Topic: RTC accuracy
Replies: 12
Views: 36122

Re: RTC accuracy

ESP32 accuracy on main power is very good but when in deep sleep on 3.7v battery the accuracy is worse in my case it's 162 seconds for 5 hours which is not acceptable, adding external hardware like DS3231 is not good idea when to keep project size compact, small and lower cost. Hello, Yes. Exactly ...
by Ritesh
Thu Dec 15, 2022 12:40 pm
Forum: ESP-IDF
Topic: WIFI/BLE Simultaneously
Replies: 67
Views: 181331

Re: WIFI/BLE Simultaneously

What exactly means 'switching between WF and BT' ? You mean switching context? They use same host controller or something? This could be solved with different stack architecture. Again, this is not a software issue. The ESP32 only has one radio and only one antenna. This radio and antenna, if viewe...
by Ritesh
Thu Dec 01, 2022 6:28 am
Forum: IDEs for ESP-IDF
Topic: Menuconfig is not working into ESP32 IDF VSCODE
Replies: 2
Views: 4851

Re: Menuconfig is not working into ESP32 IDF VSCODE

Use the J & K keys for UP/Down Thanks for your prompt response. I have checked and it is working fine means able to move up and down using J & K Keys. But There is one genuine feedback like it has to be mentioned into bottom help after opening menuconfig so that User can't be confused like how to m...
by Ritesh
Wed Nov 30, 2022 6:30 am
Forum: IDEs for ESP-IDF
Topic: Menuconfig is not working into ESP32 IDF VSCODE
Replies: 2
Views: 4851

Menuconfig is not working into ESP32 IDF VSCODE

Hello Team, We are using Espressif IDF into VS Code which works fine except one issue like idf.py menuconfig is not working properly like not able to up and down to go to next line of menuconfig configurations. Would you please check from your end and update to us like is there any extensions or con...
by Ritesh
Fri Nov 18, 2022 4:23 am
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 56
Views: 54939

Re: Hardware Flash Corruption Issue

Hi Ritesh, I haven't read all replies in this topic.. I just noticed the similar problem that I had when I switched to wrover last days. It is hard to answer your question because I am still developing the code now.. Don't know which version do you have of your wrover.. but in case WROVER-E there i...
by Ritesh
Thu Nov 17, 2022 5:36 am
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 56
Views: 54939

Re: Hardware Flash Corruption Issue

Hi, Don't know if you already solved the issue... but I had a similar problem with esp-32-wrover-e whenever I enabled PSRAM. In my case to resolve the issue I needed to change in Arduino IDE options flash mode from QIO to DIO (if I use esp board ver. 2.x) Another way is to downgrade esp board to ve...
by Ritesh
Mon Nov 07, 2022 3:49 am
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 56
Views: 54939

Re: Hardware Flash Corruption Issue

The mail actually refers to the commit which changes the behaviour. You can backport that to your ESP-IDF version. Hello ESP_Sprite, I have checked changes from top and it seems like difficult to back port those changes into ESP32 IDF Version which we are using. Because those changes are made over ...
by Ritesh
Thu Nov 03, 2022 1:04 pm
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 56
Views: 54939

Re: Hardware Flash Corruption Issue

Hello ESP_Sprite, We have received following updates from Espressif Sales Team regarding issue which may be solution for us. Dear Ritesh, Thanks for your information. For the issue you encountered, we speculate that in the process of frequent power-on and power-off, the flash may be under abnormal w...
by Ritesh
Thu Nov 03, 2022 5:32 am
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 56
Views: 54939

Re: Hardware Flash Corruption Issue

Where is this bit located and how did it get corrupted (as in: what is supposed to be there and what did you read there)? Hello ESP_Sprite, We have checked and compared each and every byte of stored firmware and firmware file which we have flashed in which we have found at one location where one si...
by Ritesh
Wed Nov 02, 2022 8:26 am
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 56
Views: 54939

Re: Hardware Flash Corruption Issue

Hello Espressif Team, We have checked again Firmware File and Firmware Contents stored into Flash location and found that one bit is corrupted in between due to which overall checksum is failed. But, We don't have any idea like how bit is going to change of firmware stored into flash location? Anyon...