Search found 14 matches

by esp-dev
Thu Oct 06, 2022 3:32 pm
Forum: ESP-IDF
Topic: idf.py gdb fails
Replies: 1
Views: 1877

idf.py gdb fails

Hello, I wanted to setup my debug environment in OpenSUSE Tumbleweed, I successfully installed esp-idf and when I ran idf.py openocd I got it listening for the GDB server mac@localhost:/mnt/sec-vol/workspace-esp/blink> idf.py openocd Executing action: openocd Note: OpenOCD cfg not found (via env var...
by esp-dev
Fri Aug 05, 2022 12:47 pm
Forum: ESP-IDF
Topic: Perform OTA via Android mobile with WiFi without INTERNET
Replies: 1
Views: 1269

Perform OTA via Android mobile with WiFi without INTERNET

Hello there, This might be a basic question, I would like to explore a way to perform the OTA from Android via WiFi without the internet access. I checked something similar available as Arduino wrapper: AsyncElegantOTA I curious that if there is some official example which helps in performing the OT...
by esp-dev
Mon Jul 25, 2022 2:38 pm
Forum: ESP-IDF
Topic: File Server shows no files inside the directories
Replies: 4
Views: 2124

Re: File Server shows no files inside the directories

Ankit,

Thanks man. This clarifies things.
by esp-dev
Mon Jul 25, 2022 1:00 pm
Forum: ESP-IDF
Topic: File Server shows no files inside the directories
Replies: 4
Views: 2124

Re: File Server shows no files inside the directories

Update: I've played around the URI paths and came to know that, I'm able to access the files with it's absolute URLs, however, when it lists the directory, it is not listing the files inside it. Since I'm new to web, I'm pretty much feeling confused. Some body worked with these kind of stuff? Let me...
by esp-dev
Thu Jul 21, 2022 4:48 pm
Forum: ESP-IDF
Topic: File Server shows no files inside the directories
Replies: 4
Views: 2124

Re: File Server shows no files inside the directories

Does it need some more information to look at it? Let me know I can provide.
by esp-dev
Thu Jul 21, 2022 12:27 pm
Forum: ESP-IDF
Topic: File Server shows no files inside the directories
Replies: 4
Views: 2124

File Server shows no files inside the directories

Hello, While I'm exploring the file sever example in the SDK: https://github.com/espressif/esp-idf/tree/639e7ad494d93fc82159f9fe854041bc43a96d5f/examples/protocols/http_server/file_serving I was successful in connecting and visualising the files in the base_path. base_path = "/sdcard" However, when ...
by esp-dev
Thu Jul 21, 2022 5:41 am
Forum: ESP-IDF
Topic: Get internal voltage without external IO
Replies: 1
Views: 861

Re: Get internal voltage without external IO

Hello,

Anybody did something similar?
by esp-dev
Tue Jul 19, 2022 6:41 am
Forum: ESP-IDF
Topic: Get internal voltage without external IO
Replies: 1
Views: 861

Get internal voltage without external IO

Hello,

I'm curious to learn is there a way to get the system voltage (VDD-GND) without using the external IOs in ESP32 device.
by esp-dev
Tue Jul 19, 2022 6:31 am
Forum: ESP-IDF
Topic: PSRAM changes IO behaviour of ESP32-CAM
Replies: 9
Views: 4968

Re: PSRAM changes IO behaviour of ESP32-CAM

ESP_Sprite - Thanks for looking into the file I provided. I managed to get it working with PSRAM enabled after changing ws2812_control_init(). rmt_config_t config = RMT_DEFAULT_CONFIG_TX(LED_RMT_TX_GPIO, LED_RMT_TX_CHANNEL); config.clk_div = 2; ESP_ERROR_CHECK(rmt_config(&config)); ESP_ERROR_CHECK(r...
by esp-dev
Fri Jul 08, 2022 1:26 pm
Forum: ESP-IDF
Topic: PSRAM changes IO behaviour of ESP32-CAM
Replies: 9
Views: 4968

Re: PSRAM changes IO behaviour of ESP32-CAM

You mean in the components dir?