Search found 1365 matches

by Ritesh
Mon Jun 17, 2019 5:09 am
Forum: ESP-IDF
Topic: ESP_ping issue in v3.3-beta3
Replies: 14
Views: 14620

Re: ESP_ping issue in v3.3-beta3

Yes. If you disable the workaround, you can get issues cropping up with writes not completing: your program will crash and misbehave in weird and wonderful ways and you will be tearing your hair out because the issue is spurious and can't be easily traced. Believe me, I know from experience. Not su...
by Ritesh
Mon Jun 17, 2019 4:16 am
Forum: ESP-IDF
Topic: ESP_ping issue in v3.3-beta3
Replies: 14
Views: 14620

Re: ESP_ping issue in v3.3-beta3

I found the issue ! Under menu config, if I enable any or both of the following two options, weird things such as the one I explained starts happening: -- CONFIG_SPIRAM_CACHE_WORKAROUND As soon as I turn it off, things start working again!! So between idf 3.1 and 3.3 someone has changed something i...
by Ritesh
Sun Jun 16, 2019 10:49 am
Forum: ESP-IDF
Topic: Need help to compress files into ESP32
Replies: 16
Views: 21694

Re: Need help to compress files into ESP32

Sorry, we hadn't did any work for that as our client dropped that requirement due to uncertainty of component present into ESP32 IDF at that time. So, it will be good if you can continue and provide proper solution which might be helpful for others as well. Let me know if you need any help regarding...
by Ritesh
Sun Jun 16, 2019 10:37 am
Forum: ESP-IDF
Topic: OTA upgrade is aborting
Replies: 21
Views: 27420

Re: OTA upgrade is aborting

I am getting the same error again. Please help me to solve this issue. Maybe it's hanging in your NVS calls at the end. John A I removed that part and tried, then too it is not upgrading. Also, I removed recent codes , then too no luck. Buffer size for ota image is 2048 bytes which is a global vari...
by Ritesh
Thu Jun 13, 2019 1:31 pm
Forum: ESP-IDF
Topic: OTA upgrade is aborting
Replies: 21
Views: 27420

Re: OTA upgrade is aborting

Hi, I am getting the same error again. Please help me to solve this issue. Waiting for your response Thanks Ritu Hi, I just want to know that are you still facing issue after adding delay or timer before going to restart system from your end? If still same issue then need to check OTA code into det...
by Ritesh
Wed Jun 12, 2019 8:21 am
Forum: ESP IoT Solution
Topic: Ethernet to WiFi example question
Replies: 2
Views: 5619

Re: Ethernet to WiFi example question

Hi All, Hope someone can provide me an answer to this. I have successfully applied the Ethernet-to-WiFi example. (Great example BTW). But now I have the following question: Is it possible to have the Ethernet work stand-alone next to the WiFi forwarding? To explain more: the example pipes the WiFi ...
by Ritesh
Wed Jun 12, 2019 8:12 am
Forum: ESP-IDF
Topic: NTP server giving time after long time
Replies: 18
Views: 21716

Re: NTP server giving time after long time

Then it should be worked? Would you please try with master IDF as well with just sample STA example in which after getting IP event just ping to SNTP Server accordingly. If still it is not working then there might be chances into your network as well or try with Hot-Spot as well with external netwo...
by Ritesh
Tue Jun 11, 2019 5:23 pm
Forum: ESP-IDF
Topic: NTP server giving time after long time
Replies: 18
Views: 21716

Re: NTP server giving time after long time

Yes, I am sending NTP request after connecting the device to Network. Then it should be worked? Would you please try with master IDF as well with just sample STA example in which after getting IP event just ping to SNTP Server accordingly. If still it is not working then there might be chances into...
by Ritesh
Tue Jun 11, 2019 11:10 am
Forum: ESP-IDF
Topic: NTP server giving time after long time
Replies: 18
Views: 21716

Re: NTP server giving time after long time

There is no logs generated. it only tries to reach NTP server continuosly. Hi, We have tried same way at our end and didn't face any issue till now. I just want to clarify that are you sending NTP request after getting proper IP and external connectivity into device itself? Yes, I am sending NTP re...
by Ritesh
Tue Jun 11, 2019 11:08 am
Forum: ESP-IDF
Topic: Setting wifi configuration
Replies: 20
Views: 25578

Re: Setting wifi configuration

burkulesomesh43 wrote:
Tue Jun 11, 2019 11:01 am
Ritesh wrote:
Tue Jun 11, 2019 10:58 am
burkulesomesh43 wrote:
Tue Jun 11, 2019 10:45 am

the limit is 100000 write cycles.
Thanks a lot.

I just want to know that your issue has been resolved or still open?
Resolved.
Great. Sounds Good.