I tested both visual studio code and eclipse. I prefer Visual Studio Code but there are some configurations a bit boring to make. After that I think there are less bugs on VS Code
Search found 110 matches
- Wed May 22, 2024 2:40 pm
- Forum: ESP-IDF
- Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
- Replies: 8
- Views: 9856
Re: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
- Fri Apr 07, 2023 6:20 am
- Forum: General Discussion
- Topic: Error while trying to use release/5.1
- Replies: 4
- Views: 3783
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...
- 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: 2322
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-...
- 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: 2322
[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...
- Mon Mar 06, 2023 7:59 am
- Forum: ESP-IDF
- Topic: [SOLVED] ESP_ERR_INVALID_ARG during OTA update
- Replies: 4
- Views: 3719
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...
- Sun Mar 05, 2023 8:16 pm
- Forum: ESP-IDF
- Topic: [SOLVED] ESP_ERR_INVALID_ARG during OTA update
- Replies: 4
- Views: 3719
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?
Has anyone encountered similar problems with Google Drive?
- Sun Mar 05, 2023 3:00 pm
- Forum: ESP-IDF
- Topic: [SOLVED] ESP_ERR_INVALID_ARG during OTA update
- Replies: 4
- Views: 3719
[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...
- Fri Mar 03, 2023 7:08 am
- Forum: ESP-IDF
- Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
- Replies: 8
- Views: 9856
Re: Difference between Espressif IDE and Visual Studio Code?
Thank you, very appreciatedmbratch wrote: ↑Thu Mar 02, 2023 3:45 pmThere'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.
- Tue Feb 28, 2023 10:00 am
- Forum: ESP-IDF
- Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
- Replies: 8
- Views: 9856
Re: Difference between Espressif IDE and Visual Studio Code?
Good to know! Is there any tutorial about how to start using Espressif IDE?
- Thu Feb 23, 2023 7:10 am
- Forum: ESP-IDF
- Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
- Replies: 8
- Views: 9856
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?