Search found 1365 matches

by Ritesh
Thu Sep 29, 2022 6:08 am
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 55
Views: 40528

Re: Hardware Flash Corruption Issue

Hello Espressif Team, Let us know if you have any updates regarding this issue because we are completely stuck and products are coming back due to this type of issues. Because recovery mechanism is too difficult like need to open Product and then re-flash it but again don't know like when issue will...
by Ritesh
Wed Sep 28, 2022 9:22 am
Forum: Hardware
Topic: Hardware Flash Corruption Issue
Replies: 55
Views: 40528

Re: Hardware Flash Corruption Issue

Hello Espressif Team, We have checked and facing issues into multiple sites almost 50 No of sites where product is deployed. So, We are completely stuck due to this type of issues as we need to get back all devices then manually reflash images and then only it can be able to recover. We have also se...
by Ritesh
Wed Sep 28, 2022 6:57 am
Forum: ESP-IDF
Topic: ESP32 connects to Access Point but can't get IP address
Replies: 16
Views: 41557

Re: ESP32 connects to Access Point but can't get IP address

Hi, we are also facing the same issue but for us some of the devices are getting IP and some aren't. - In the router - MAC id whitelisting is done correctly, we have checked free ips are available. - Enabled DHCP logs, discover request is being sent from the devices but not all of them is receiving...
by Ritesh
Wed Sep 28, 2022 6:55 am
Forum: ESP-IDF
Topic: ESP32 connects to Access Point but can't get IP address
Replies: 16
Views: 41557

Re: ESP32 connects to Access Point but can't get IP address

Thought I'd offer this work-around. Like others, I've observed the behaviour described, and the suggested solutions don't work. So, I figure a recovery mechanism is about as good as we can do: /* Delay & Recover if WiFi doesn't get allocated an IP address */ // uint32_t timeOutCntr = 24 * 6 * 60 * ...
by Ritesh
Thu Aug 25, 2022 1:26 pm
Forum: ESP-IDF
Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
Replies: 41
Views: 64678

Re: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?

prolly dead thread but just in case anyone needs the solution: here is a repository that contains station mode, AP mode and station + AP mode. just to make life easier: https://github.com/dahmadjid/esp32-idf-codes/tree/main/wifi_utils Thanks for providing details. I will check it and let you know i...
by Ritesh
Fri Jul 29, 2022 4:04 pm
Forum: ESP-IDF
Topic: Need help for XML file parser
Replies: 10
Views: 12596

Re: Need help for XML file parser

A search of the phrase "embedded xml c" resulted in a few hits. This one appears to have both parser and constructor: http://michaelrsweet.github.io/mxml/ Thanks for Reply. Yes. We have started to port mxml library for same and started to work for that. how you include the mxml component .i'm using...
by Ritesh
Tue Jul 12, 2022 1:12 pm
Forum: ESP-IDF
Topic: BLE and WiFi Not able to enable on same time in latest ESP-iDF 5.0
Replies: 2
Views: 1075

Re: BLE and WiFi Not able to enable on same time in latest ESP-iDF 5.0

Hello Team,

We have received solution from following link

https://docs.espressif.com/projects/esp ... iram-usage

Thanks a lot for Espressif Team kind support.
by Ritesh
Tue Jul 12, 2022 10:46 am
Forum: ESP-IDF
Topic: BLE and WiFi Not able to enable on same time in latest ESP-iDF 5.0
Replies: 2
Views: 1075

Re: BLE and WiFi Not able to enable on same time in latest ESP-iDF 5.0

Hello Team,

Please find attached screen shots for errors which we are getting while doing compilation with BLE and WiFi to be enabled for both.

Let me know if need anything else from my end regarding error which we are getting
by Ritesh
Tue Jul 12, 2022 10:37 am
Forum: ESP-IDF
Topic: BLE and WiFi Not able to enable on same time in latest ESP-iDF 5.0
Replies: 2
Views: 1075

BLE and WiFi Not able to enable on same time in latest ESP-iDF 5.0

Hello Espressif Team, We started to use the latest ESP-iDF 5.0 for BLE Nimble support but when we are trying to use the Wi-Fi and BLE on same time so our code/project is not able to compile and found the errors. here are the attachment of manuconfig and error which we got during the compilation. Let...
by Ritesh
Tue Jul 12, 2022 10:34 am
Forum: ESP-IDF
Topic: Need help to compress files into ESP32
Replies: 16
Views: 21395

Re: Need help to compress files into ESP32

Hello @Ajit,

We have used those libraries before few years ago and also ESP32 IDF was tool much older like 3.0 version. But, You can take reference zlip libraries and can verify with compilation from your end.