-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-WROOM-32 Can't upload #480
Comments
Hi , Did you try pushing button 'reset', then 'boot' then release reset and after 'boot' in that exact sequence order? Note that if you are using platformIO, you must not use the IDF shortcuts but platformIO ones; A few months ago i started using it with plateform.io, but i decided to switch to a project using only esp IDF and visual studio code Espressif extension because it did not support the lattest IDF versions. Everything works just fine, except that the example gave the following error: VirtualTerminalClientInterface->set_object_pool(0, ObjectPool, (object_pool_end - object_pool_start) -1 , "V1.X.1"); |
Yes, i have tried that combination , same result :
|
Hmm... Did you ever try flashing it using a simple example from the IDF, without platformIO? |
Hi all,
I've followed the guidelines to open a project in PlatformIO and the build was succesfull , but
i'm having issues with my ESP32-DEVKitC , i can't seem to find a solid way to upload to it.
In the Arduino enviroment, i could upload to it after i added a 10mF capacitor between EN and GND.
But in PlatformIO, it tries to connect to my comport without luck.
I've tried :
i'm at the end of this and start to think the ESP is defect .could this be?
The text was updated successfully, but these errors were encountered: