Search found 10 matches

by Anurag Paul
Thu Jan 11, 2024 12:44 pm
Forum: ESP-IDF
Topic: dns_gethostbyname
Replies: 0
Views: 38274

dns_gethostbyname

I am trying to implement dns_gethostbyname() to check if my ESP32 is really connected with the internet or not. If connected, we then only try to connect to our AWS server. Every time there is internet, I get success statement from the below code [Codebox] void dns_found_cb(const char *name, const i...
by Anurag Paul
Tue Dec 05, 2023 6:12 am
Forum: ESP-IDF
Topic: CMAKE_OBJECT_PATH_MAX and path length issues
Replies: 6
Views: 3597

Re: CMAKE_OBJECT_PATH_MAX and path length issues

Any Update Regarding the issue. I am also facing the same thing.
by Anurag Paul
Fri Nov 25, 2022 6:41 am
Forum: General Discussion
Topic: I2S communication using SPH0645LM4H-1Mic
Replies: 0
Views: 1241

I2S communication using SPH0645LM4H-1Mic

Hi Team I am working on I2S communication and trying to read data from SPH0645LM4H Mic. I am using IDF version 4.4. I have tried the https://github.com/espressif/esp-idf/tree/release/v4.4/examples/peripherals/i2s/i2s_audio_recorder_sdcard example but changed the configuration for SPH0645 but it does...
by Anurag Paul
Tue Aug 09, 2022 6:12 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Installation Error.
Replies: 4
Views: 12991

Re: ESP-IDF Installation Error.

Hi there I also encounter a similar error :: Installing tools... This can take a while. Please be patient. Executing C:\Users\Phynart\AppData\Local\Programs\Python\Python310\python.exe C:\Users\Phynart\Documents\GitHub\esp-idf\tools\idf_tools.py install all Traceback (most recent call last): File "C...
by Anurag Paul
Fri Jul 29, 2022 8:34 am
Forum: General Discussion
Topic: xtensa_write_memory(): address 0x400d2d33 not writable
Replies: 0
Views: 1257

xtensa_write_memory(): address 0x400d2d33 not writable

Hi Team I am trying to debug esp-idf/examples/blink project using Ecplise IDE following https://www.youtube.com/watch?v=NP5OjxytYQI&t=454s . But after I debug and switch to debug perspective I get this error : (194) trax_pctrigger (/32) (195) trax_pcmatch (/32) (196) trax_delay (/32) (197) trax_mems...
by Anurag Paul
Thu Jul 28, 2022 12:33 pm
Forum: General Discussion
Topic: ESP32 Debugging using openOCD
Replies: 1
Views: 2403

Re: ESP32 Debugging using openOCD

Hi I solved this problem by erasing my esp32 using jtag and then running the command <openocd -f board/esp32-wrover-kit-3.3v.cfg> again. But this time I get this target esp32.cpu1 examination failed and esp32.cpu0: Debug controller was resets every time. Any assist will be helpful. C:\Espressif\fram...
by Anurag Paul
Tue Jul 26, 2022 12:48 pm
Forum: General Discussion
Topic: ESP32 Debugging using openOCD
Replies: 1
Views: 2403

ESP32 Debugging using openOCD

Hi Team I am trying to achieve debugging in espressif IDE (Not eclipse). I follow the [url][https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/jtag-debugging/index.html#jtag-debugging-setup-openocd]. But I am getting error while running the command, openocd -f board/esp32-wrover-ki...
by Anurag Paul
Mon Jul 18, 2022 9:35 am
Forum: General Discussion
Topic: ESP32 VA SDK Update
Replies: 1
Views: 1646

Re: ESP32 VA SDK Update

-- AUDIO_BOARD_PATH not defined -- Configuring done CMake Error: The detected version of Ninja () is less than the version of Ninja required by CMake (1.3). CMake Warning: Manually-specified variables were not used by the project: CCACHE_ENABLE CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_TOOLCHAIN_FILE IDF_...
by Anurag Paul
Mon Jul 18, 2022 4:29 am
Forum: General Discussion
Topic: ESP32 VA SDK Update
Replies: 1
Views: 1646

ESP32 VA SDK Update

Hi ESP32 Team,

I went through ESP32 Voice Assistance SDK, https://github.com/espressif/esp-va-sdk. This code has been implemented in Linux and I want to build the same in ESP32 IDF v4.4 in Windows.
Is there any help or steps that I can get for the same.

Go to advanced search