Search found 11 matches

by prvermas
Wed Jun 14, 2023 10:40 am
Forum: General Discussion
Topic: Time out settings for DNS services
Replies: 1
Views: 2547

Time out settings for DNS services

Hi All, For one of my projects I am using MQTT client, PPPoS in esp-idf version 4.3.1. The network interface is provided by the Quectel Module EG91 Facing a problem where in my mqtt client is unable to to get the host name some times. With reboots ( in some cases it is >50) the system is able to res...
by prvermas
Sat May 21, 2022 11:10 pm
Forum: ESP-IDF
Topic: ota checksum failed
Replies: 15
Views: 32551

Re: ota checksum failed

Hi All, I am also facing the same issue "I (183572) esp_image: segment 0: paddr=00110020 vaddr=3f400020 size=2fcf4h (195828) map I (183652) esp_image: segment 1: paddr=0013fd1c vaddr=3ffbdb60 size=002f4h ( 756) I (183662) esp_image: segment 2: paddr=00140018 vaddr=400d0018 size=c9828h (825384) map I...
by prvermas
Mon Jan 10, 2022 3:25 pm
Forum: ESP-IDF
Topic: Code developed in ESP-IDF Version 4.0, does not compile in version 4.3.1
Replies: 3
Views: 3174

Re: Code developed in ESP-IDF Version 4.0, does not compile in version 4.3.1

Yes I did this exercise of deleting the build folder altogether & cleaning the project.

Also tried executing build directly from the command prompt

Best Regards,
Pradeep
by prvermas
Mon Jan 10, 2022 5:24 am
Forum: ESP-IDF
Topic: Code developed in ESP-IDF Version 4.0, does not compile in version 4.3.1
Replies: 3
Views: 3174

Code developed in ESP-IDF Version 4.0, does not compile in version 4.3.1

Hi, The code is compiled in esp-idf 4.0 but is not compiling in version 4.3.1, using fresh setup on a new m/c as per the directions for the windows installer. I would appreciate if someone can look into this. The errors reported are for blufi api(s) linking ( PS if I try to create a new blufi exampl...
by prvermas
Mon Oct 05, 2020 2:28 pm
Forum: ESP-IDF
Topic: Why do I suddenly get CDT Core Builder error when trying to build ESP-IDF project in Eclipse CDT ?
Replies: 5
Views: 7790

Re: Why do I suddenly get CDT Core Builder error when trying to build ESP-IDF project in Eclipse CDT ?

I switched back to previous version of eclipse (2020-06) & was able to compile.
-Pradeep
by prvermas
Mon Sep 21, 2020 12:50 pm
Forum: IDEs for ESP-IDF
Topic: CDT Code Builder Error while compiling with Eclipse
Replies: 3
Views: 4374

CDT Code Builder Error while compiling with Eclipse

Hi, Installed eclipse plugins as per the directions provided in the installation procedure. Was able to install the tools & create a project from the templates. But compilation gives error "CDT Code builder error". There was a thread initiated on the discussion forum in this regard, but there was no...
by prvermas
Sun Sep 20, 2020 2:07 pm
Forum: ESP-IDF
Topic: Why do I suddenly get CDT Core Builder error when trying to build ESP-IDF project in Eclipse CDT ?
Replies: 5
Views: 7790

Re: Why do I suddenly get CDT Core Builder error when trying to build ESP-IDF project in Eclipse CDT ?

Was there any solution for this problem reported earlier. I have installed the eclipse environment from scratch as per the procedure, created an example project from the template & compilation results exactly in the same error "Errors occurred during the build. Errors running builder 'CDT Core Build...
by prvermas
Thu Sep 17, 2020 12:40 pm
Forum: Hardware
Topic: ESP32 Wrover-B :GPIO_33 not responding to one wire bus settings on RMT channel,
Replies: 5
Views: 4692

Re: ESP32 Wrover-B :GPIO_33 not responding to one wire bus settings on RMT channel,

I think on ESP32-Wrover Kit, IO-32 & 33 are not available, as they are connected to some crystal. This was confirmed after when I tried to use them in GPIO example & reviewing the dev kit schematic thereafter.

Best Regards,
Pradeep
by prvermas
Mon Sep 14, 2020 12:44 pm
Forum: Hardware
Topic: ESP32 Wrover-B :GPIO_33 not responding to one wire bus settings on RMT channel,
Replies: 5
Views: 4692

Re: ESP32 Wrover-B :GPIO_33 not responding to one wire bus settings on RMT channel,

I am using the code below for initialization as shared by David Antliff for one wire bus via RMT channel Here: gpio_num =33 tx_channel = RMT_CHANNEL_1 rx_channel = RMT_CHANNEL_0 static owb_status _init(owb_rmt_driver_info *info, gpio_num_t gpio_num, rmt_channel_t tx_channel, rmt_channel_t rx_channel...