Search found 109 matches

by filo_gr
Fri Apr 07, 2023 6:20 am
Forum: General Discussion
Topic: Error while trying to use release/5.1
Replies: 4
Views: 2450

Re: Error while trying to use release/5.1

Yes i tried to run idf.fullclean, i am building from visual studio 2019 and i downloaded master branch from visual gdb installed in visual studio. I did not run the last command you said, but if you see my logs you can see that it searches for the 12.2.0 version of idf GCC and in my path i have the...
by filo_gr
Tue Mar 14, 2023 7:49 am
Forum: ESP-IDF
Topic: [SOLVED] What could happen if ESP32 uses GPIO 7/8 (shared with flash memory)
Replies: 2
Views: 1239

Re: My ESP32 is using GPIO 7/8 (shared with flash memory)

Well, first of all GPIO7 and 8 are not available on the castellated pads of that module; if you connect stuff to the pads where older modules had GPIO7/8, it won't affect the module. I'd still expect your program to crash when you run e.g. gpio_reset() on GPIO7/8 though. I was looking at the ESP32-...
by filo_gr
Wed Mar 08, 2023 4:01 pm
Forum: ESP-IDF
Topic: [SOLVED] What could happen if ESP32 uses GPIO 7/8 (shared with flash memory)
Replies: 2
Views: 1239

[SOLVED] What could happen if ESP32 uses GPIO 7/8 (shared with flash memory)

Hello, I'm using an ESP32-WROOM-32E with 16MB of Flash. I'd like to understand how ESP32 effectively uses the pins from GPIO 6 to GPIO 11. I know they are used for the flash memory chip inside, as said here https://www.esp32.com/viewtopic.php?t=1250 . I'm using a particular hardware, so not the ESP3...
by filo_gr
Mon Mar 06, 2023 7:59 am
Forum: ESP-IDF
Topic: [SOLVED] ESP_ERR_INVALID_ARG during OTA update
Replies: 4
Views: 2062

Re: ESP_ERR_INVALID_ARG during OTA update

This could be specific to the download URL embedded in the example, please confirm that URL is direct download link. Please check this issue: https://github.com/espressif/esp-idf/issues/8581 They talk about a patch for ESP-IDF v5.0. I think it is a similar problem but as ESP_Sprite stated: Seems Go...
by filo_gr
Sun Mar 05, 2023 8:16 pm
Forum: ESP-IDF
Topic: [SOLVED] ESP_ERR_INVALID_ARG during OTA update
Replies: 4
Views: 2062

Re: ESP_ERR_INVALID_ARG during OTA update

I switched to OneDrive and here the problem is not present.

Has anyone encountered similar problems with Google Drive?
by filo_gr
Sun Mar 05, 2023 3:00 pm
Forum: ESP-IDF
Topic: [SOLVED] ESP_ERR_INVALID_ARG during OTA update
Replies: 4
Views: 2062

[SOLVED] ESP_ERR_INVALID_ARG during OTA update

Hi community, I'm trying to update my ESP32 through OTA by downloading a file from my Google Drive. When I start the OTA update, the system starts to write in the partition but then it quits. I'm sharing a link to google drive that works as direct download link (tested). I use an ESP32-WROOM-32 with...
by filo_gr
Fri Mar 03, 2023 7:08 am
Forum: ESP-IDF
Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
Replies: 6
Views: 4952

Re: Difference between Espressif IDE and Visual Studio Code?

mbratch wrote:
Thu Mar 02, 2023 3:45 pm
There's the installation instructions on the Espressif ESP IDE github. I'm not aware of any additional tutorial. I think a basic Eclipse tutorial you might find online would partially help.
Thank you, very appreciated :D
by filo_gr
Tue Feb 28, 2023 10:00 am
Forum: ESP-IDF
Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
Replies: 6
Views: 4952

Re: Difference between Espressif IDE and Visual Studio Code?

mbratch wrote:
Mon Feb 27, 2023 2:56 am
VS Code and Eclipse are two different IDEs. They each have their own set of developed extensions. The Eclipse extensions don't work in VS Code and vice versa. Both Eclipse and VS Code have a debugging interface as well.
Good to know! Is there any tutorial about how to start using Espressif IDE?
by filo_gr
Thu Feb 23, 2023 7:10 am
Forum: ESP-IDF
Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
Replies: 6
Views: 4952

Re: Difference between Espressif IDE and Visual Studio Code?

So Eclipse IDE has limitations i.e. the use of extensions which are permitted in VS Code and the use of debugging tools. Is it right?
by filo_gr
Wed Feb 22, 2023 10:41 am
Forum: ESP-IDF
Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
Replies: 6
Views: 4952

[SOLVED] Difference between Espressif IDE and Visual Studio Code?

Hi! :) I'd like to understand what is the main differences (if any) between Espressif IDE and Visual Studio Code + ESP-IDF extension. I started working with ESP-IDF through Visual Studio Code, however I also installed Espressif IDE and I don't know how to start using it. At first glance it seems to ...