Search found 1365 matches

by Ritesh
Sun Feb 05, 2023 6:17 am
Forum: ESP-IDF
Topic: Do you NEED to enable rollback?
Replies: 3
Views: 4132

Re: Do you NEED to enable rollback?

I know this is rehashing an old post, but the answer is not clear to me. On the ESP32 (micropython, not Arduino) for OTA updates, do rollbacks occur by default, or does the CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE need to be set in the menuconfig for this to happen? Also, does any manual code need to ...
by Ritesh
Fri Feb 03, 2023 5:44 pm
Forum: ESP-IDF
Topic: Mkdir not working in example storage/sd_card
Replies: 9
Views: 14911

Re: Mkdir not working in example storage/sd_card

Thanks to all who provided support and great to know that it is working now.
by Ritesh
Thu Dec 15, 2022 12:48 pm
Forum: General Discussion
Topic: RTC accuracy
Replies: 12
Views: 32595

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: 162288

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: 3442

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: 3442

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: 55
Views: 38811

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: 55
Views: 38811

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: 55
Views: 38811

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: 55
Views: 38811

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...