Hello all,
I recently bought the ESP32 DEV KIT V1 from AITRIP
I manually updated my Mac drivers using the CP210x_Universal_Mac_Driver. I selected the board as (ESP32 Dev Module) and tried uploading (Blink code), and the error I received from the IDE was
Request getBoardDetails failed with message: 14 UNAVAILABLE: No connection established
I also changed the baud rate to 115200 under the COM port under which the ESP32 was listed. I tried uploading again, same error.
I tried holding down the boot button, no luck.
I was wondering if I was missing something. What could be the cause of this error?
Hi @fatboy8778. In order to gather more information that might help us to troubleshoot your problem, I'm going to ask you to run the Arduino IDE from the command line, then share the output.
Wait for the Arduino IDE to finish starting, or failing to start.
If it starts, attempt to open a sketch, or whatever action it is that causes the failure.
Switch back to the terminal window if the Arduino IDE window took the focus.
Press ⌘+A.
This will select all the text in the terminal window.
Press ⌘+C.
This will copy the selected text to the clipboard.
Open a forum reply here by clicking the Reply button.
Click the </> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the output is correctly formatted.
That is unrelated to the "Request getBoardDetails failed with message: 14 UNAVAILABLE: No connection established" error that is the subject of this topic. For help with the compilation error you are getting, please make a new topic in the "Programming Questions" forum category:
I managed to get it to work for a little, but i am now getting the same error message problem as the other individual. So I'm unsure what changed between yesterday and today.