Search found 11 matches

by Anurag Paul
Fri Oct 25, 2024 11:26 am
Forum: Hardware
Topic: ESP32 high resolution smooth streaming
Replies: 0
Views: 680

ESP32 high resolution smooth streaming

Hi Team, I am working on ESP32s3 eye with OV5640 camera but I am not able to get a smooth stream (decent FPS) for higher resolutions like 1280x1024 or 1280x720 or higher. I thinks its more to do with processing capability of esp32s3. We are also trying to test it with esp32p4 board Do you have any s...
by Anurag Paul
Thu Jan 11, 2024 12:44 pm
Forum: ESP-IDF
Topic: dns_gethostbyname
Replies: 0
Views: 39365

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

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

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

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

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

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

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

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