‎AITRIP ESP32 DEV KIT V1 Board not connecting to Arduino IDE

Hello all,

I recently bought the ESP32 DEV KIT V1 from ‎AITRIP at the amazon link below. Amazon.com

I manually updated my windows USB drivers using the CP210x_Universal_Windows_Driver. I selected the board as (ESP32 Dev Module) and tried uploading (GetChipID code), and the error I received from the IDE was

No connection was established
Compilation error: 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.

Changed the board to (DOIT ESP32 DEV KIT V1) and also tried the Node MCU version, nope

I was wondering if I was missing something. What could be the cause of this error?

I appreciate any help,
Thank you,

Hi @caardahl I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as the Arduino IDE starts (or fails to start).
  7. Wait for the Arduino IDE to finish starting, or failing to start.
  8. Switch back to the PowerShell window if the Arduino IDE window took the focus.
  9. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  10. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  11. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a forum reply here by clicking the Reply button.
  13. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  14. Press Ctrl+V.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

Would changing the configuration.h file help?

PS C:\Users\calaa\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\calaa\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\calaa\AppData\Local\Programs\Arduino IDE>  ".\Arduino IDE"
.\Arduino IDE
PS C:\Users\calaa\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\calaa\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\calaa\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.0.1
Starting backend process. PID: 11484
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///c%3A/Users/calaa/.theia'
root INFO Backend Object.initialize: 8.0 ms [Finished 2.525 s after backend start]
root INFO Backend Object.configure: 6.3 ms [Finished 2.525 s after backend start]
root INFO Backend MessagingContribution.onStart: 3.0 ms [Finished 2.525 s after backend start]
root INFO Backend OSBackendApplicationContribution.configure: 0.6 ms [Finished 2.589 s after backend start]
root INFO Backend DefaultWorkspaceServer.onStart: 0.5 ms [Finished 2.589 s after backend start]
root INFO Backend LocalizationBackendContribution.configure: 0.3 ms [Finished 2.589 s after backend start]
root WARN Backend LocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 63.9 ms [Finished 2.590 s after backend start]
root INFO Backend TaskBackendApplicationContribution.onStart: 0.5 ms [Finished 2.590 s after backend start]
root INFO Backend ElectronTokenBackendContribution.configure: 3.7 ms [Finished 2.594 s after backend start]
root INFO Backend PluginDeployerContribution.initialize: 0.8 ms [Finished 2.594 s after backend start]
root INFO Backend ConfigServiceImpl.onStart: 1.5 ms [Finished 2.595 s after backend start]
root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.6 ms [Finished 2.597 s after backend start]
root INFO Backend ArduinoDaemonImpl.onStart: 2.1 ms [Finished 2.599 s after backend start]
root INFO Backend NodeFileUploadService.configure: 4.1 ms [Finished 2.600 s after backend start]
daemon INFO Starting daemon from C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
discovery-log INFO start
discovery-log INFO start new deferred
root INFO Backend BoardDiscovery.onStart: 1.8 ms [Finished 2.602 s after backend start]
root INFO Backend FileDownloadEndpoint.configure: 4.6 ms [Finished 2.606 s after backend start]
root INFO Backend AuthenticationServiceImpl.onStart: 0.8 ms [Finished 2.608 s after backend start]
root INFO Backend PluginApiContribution.configure: 0.9 ms [Finished 2.609 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.8 ms [Finished 2.611 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 2.612 s after backend start]
root INFO Backend PlotterBackendContribution.configure: 2.2 ms [Finished 2.615 s after backend start]
root INFO Theia app listening on http://localhost:51218.
root INFO Finished starting backend application: 12.7 ms [Finished 2.623 s after backend start]
root WARN The local plugin referenced by local-dir:/c%3A/Users/calaa/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/calaa/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\calaa\.arduinoProIDE\plugins does not exist.
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
root INFO Resolve plugins list: 187.6 ms [Finished 2.794 s after backend start]
root INFO Deployed backend plugin "cortex-debug@0.3.10" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension": 8.9 ms [Finished 2.804 s after backend start]
root INFO Deployed backend plugin "vscode-arduino-tools@0.0.2-beta.5" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 6.5 ms [Finished 2.811 s after backend start]
root INFO Deployed backend plugin "cpp@1.52.1" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 15.4 ms [Finished 2.826 s after backend start]
root INFO Deployed backend plugin "json@1.46.1" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 4.1 ms [Finished 2.830 s after backend start]
root INFO Deployed backend plugin "json-language-features@1.46.1" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 4.4 ms [Finished 2.835 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-bg@1.48.3" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 150.9 ms [Finished 2.986 s after backend start]
daemon INFO INFO[0000] Using config file: c:\Users\calaa\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.28.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"51219"}

daemon INFO Daemon is running.
root INFO Deployed backend plugin "vscode-language-pack-cs@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 182.8 ms [Finished 3.168 s after backend start]
daemon INFO INFO[0000] Loading hardware from: c:\Users\calaa\AppData\Local\Arduino15\packages
INFO[0000] Loading package arduino from: C:\Users\calaa\AppData\Local\Arduino15\packages\arduino\hardware

root INFO Deployed backend plugin "vscode-language-pack-de@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 229.1 ms [Finished 3.398 s after backend start]
daemon INFO INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\calaa\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\calaa\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loading package builtin from: C:\Users\calaa\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\calaa\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\calaa\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.10.0"
INFO[0000] Loading package esp32 from: C:\Users\calaa\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json" signatureFile="C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:esp32@1.0.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\calaa\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loading tools from dir: C:\Users\calaa\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loaded tool                                   tool="esp32:esptool_py@3.0.0"
INFO[0000] Loaded tool                                   tool="esp32:mkspiffs@0.2.3"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32-elf-gcc@1.22.0-97-gc752ad5-5.2.0"
INFO[0000] Checking signature                            index="c:\\Users\\calaa\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\calaa\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\calaa\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified." index="c:\\Users\\calaa\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\calaa\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\calaa\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="c:\\Users\\calaa\\AppData\\Local\\Arduino15\\library_index.json"

root INFO Deployed backend plugin "vscode-language-pack-es@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 165.4 ms [Finished 3.563 s after backend start]
daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\calaa\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="c:\\Users\\calaa\\OneDrive\\Documents\\Arduino\\libraries" location=user

root INFO Deployed backend plugin "vscode-language-pack-fr@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 114.8 ms [Finished 3.678 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-hu@1.48.3" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 86.6 ms [Finished 3.764 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-it@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 114.4 ms [Finished 3.879 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-ja@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 126.4 ms [Finished 4.006 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-ko@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 124.5 ms [Finished 4.130 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-nl@1.48.3" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 41.9 ms [Finished 4.172 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-pl@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 129.4 ms [Finished 4.301 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-pt-BR@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 118.2 ms [Finished 4.420 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-ru@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 139.4 ms [Finished 4.559 s after backend start]
discovery-log INFO start request start watch
discovery-log INFO start requested start watch
discovery-log INFO start resolved watching
root INFO Deployed backend plugin "vscode-language-pack-tr@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 133.6 ms [Finished 4.693 s after backend start]
daemon INFO INFO[0001] starting discovery builtin:serial-discovery process
INFO[0001] starting discovery builtin:mdns-discovery process
INFO[0001] started discovery builtin:serial-discovery process
INFO[0001] sending command HELLO 1 "arduino-cli 0.28.0" to discovery builtin:serial-discovery
INFO[0001] started discovery builtin:mdns-discovery process
INFO[0001] sending command HELLO 1 "arduino-cli 0.28.0" to discovery builtin:mdns-discovery
INFO[0001] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0001] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0001] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
INFO[0001] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0001] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0001] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0001] from discovery builtin:serial-discovery received message type: add, port: COM5
INFO[0001] from discovery builtin:serial-discovery received message type: add, port: COM3
INFO[0001] from discovery builtin:serial-discovery received message type: add, port: COM4

root INFO Deployed backend plugin "vscode-language-pack-uk@1.48.3" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 70.2 ms [Finished 4.763 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-zh-hans@1.53.2" from "C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 101.5 ms [Finished 4.865 s after backend start]
root INFO Deploy plugins list: 187.6 ms [Finished 4.876 s after backend start]
discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM5","label":"COM5","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0xEA60"],["serialNumber","0001"],["vid","0x10C4"]]}},"error":""}
discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[]}},"error":""}
discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[]}},"error":""}
root WARN Frontend s.configure took longer than the expected maximum 100 milliseconds: 297.5 ms [Finished 3.103 s after frontend start]
root WARN Frontend m.onStart took longer than the expected maximum 100 milliseconds: 124.1 ms [Finished 3.423 s after frontend start]
root INFO Start frontend contributions: 786.1 ms [Finished 3.505 s after frontend start]
root INFO Changed application state from 'init' to 'started_contributions'.
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO <<< Nothing to restore.
root INFO Initialize the workbench layout: 70.3 ms [Finished 3.633 s after frontend start]
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9] Waiting for backend deployment: 205.7 ms [Finished 3.703 s after frontend start]
root INFO [hosted-plugin: 952] PLUGIN_HOST(952) starting instance
root INFO Frontend application start: 1925.9 ms [Finished 7.733 s after backend start]
root INFO Replace loading indicator with ready workbench UI (animation): 867.2 ms [Finished 4.502 s after frontend start]
Checking for update
root INFO Changed application state from 'initialized_layout' to 'ready'.
Update for version 2.0.1 is not available (latest version: 2.0.1, downgrade is allowed).
root ERROR ---- !!!SLOW!!! DURATION: search took 1393.825 ms. Args: [{"type":"Updatable"}] ----
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9] Sync of 21 plugins: 1935.7 ms [Finished 5.639 s after frontend start]
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][marus25.cortex-debug]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][vscode.cpp]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][vscode.json]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][vscode.json-language-features]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9] Load contributions of 21 plugins: 59.7 ms [Finished 5.699 s after frontend start]
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(cortex-debug@0.3.10 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-arduino-tools@0.0.2-beta.5 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(cpp@1.52.1 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(json@1.46.1 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(json-language-features@1.46.1 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-de@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-es@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-it@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 952] PLUGIN_HOST(952): PluginManagerExtImpl/loadPlugin(C:\Users\calaa\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][marus25.cortex-debug]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][arduino.vscode-arduino-tools]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][vscode.cpp]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][vscode.json]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][vscode.json-language-features]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-bg]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-cs]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-de]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-es]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-fr]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-hu]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-it]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-ja]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-ko]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-nl]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-pl]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-ru]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-tr]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-uk]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
root INFO [08eddf59-ce85-4d60-a8cb-e8002a21d0a9] Start of 21 plugins: 1882.5 ms [Finished 7.606 s after frontend start]

I got the board to upload; here is the output from the code, It seems to be stuck on resetting the pin

Sketch uses 206374 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13476 bytes (4%) of dynamic memory, leaving 314204 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.0-dev
Serial port COM5
Connecting.......
Chip is ESP32-D0WD-V3 (revision 3)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 40:22:d8:ea:3d:60
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 1057.0 kbit/s)...
Hash of data verified.
Compressed 18656 bytes to 12053...
Writing at 0x00001000... (100 %)
Wrote 18656 bytes (12053 compressed) at 0x00001000 in 0.2 seconds (effective 862.7 kbit/s)...
Hash of data verified.
Compressed 206496 bytes to 106616...
Writing at 0x00010000... (14 %)
Writing at 0x00014000... (28 %)
Writing at 0x00018000... (42 %)
Writing at 0x0001c000... (57 %)
Writing at 0x00020000... (71 %)
Writing at 0x00024000... (85 %)
Writing at 0x00028000... (100 %)
Wrote 206496 bytes (106616 compressed) at 0x00010000 in 1.5 seconds (effective 1084.7 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 128...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.1 seconds (effective 409.6 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

Hi @caardahl. My instructions were not carefully written. I should have added a step for you to reproduce this "No connection established" error. I need to see the command line output from when the IDE has this error. I apologize for the inconvenience

I'll provide the correct instructions (the only difference from before is step (7):

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as the Arduino IDE starts (or fails to start).
  7. Take whatever action is needed to produce the "No connection established" error.
  8. Switch back to the PowerShell window.
  9. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  10. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  11. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a forum reply here by clicking the Reply button.
  13. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  14. Press Ctrl+V.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

Means that it worked.

I agree. This is the output of a successful upload. If you see a "Done uploading." notification at the bottom of the Arduino IDE window, you will know the upload was successful:

The notification is only shown for a few seconds, so if you missed it you can click the bell icon on the right side of the status bar at the Arduino IDE window to open the "Notification Center" where all the notifications are shown.


But I'm still interested in investigating that "No connection established" error if you are still able to reproduce it. It might be that it is intermittent or only occurs under specific conditions.

Here are the steps I took to solve the problem.

  1. Restarted computer (the microcontroller seemed to work in the IDE after this)
  2. I complied and uploaded the code
  3. Waited for output to state.....
Serial port 
COM5 Connecting...
  1. held down boot button and waited until the writing reached 100%
Writing at 0x00010000... (14 %)
Writing at 0x00014000... (28 %)
Writing at 0x00018000... (42 %)
Writing at 0x0001c000... (57 %)
Writing at 0x00020000... (71 %)
Writing at 0x00024000... (85 %)
Writing at 0x00028000... (100 %)

Leaving...
Hard resetting via RTS pin...
  1. I opened up the serial monitor
  2. I held the boot and pressed the EN to get the board into download mode. (serial monitor responded to output)
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
  1. Pressed EN button again, and the code started running

I hope this helps anyone else; this post can be closed.

I can try to see if the problem occurs the same way with the other boards I purchased, I won't be able to test these other boards until tomorrow. I will post the PowerShell serial output if I am able to recreate the error

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.