No port for ESP32 board in Arduino IDE

Continuing the discussion from Port is not detected in Arduino IDE for esp32:

Same issue here with a Wemos D1 R32. Win 10/64, Device Manager shows: USB-SERIAL CH340 (Com 8). Driver installed. Rebooted and it connected once and had Blink working, but running GPIO Viewer failed to reveal URL as expected. Could never connect again. Com 8 never found. Upgraded to Win 11-same results, or no results. Cable works with other MC's. Please, any help will be much appreciated.

Do you see COM8 listed in Arduino IDE's Tools > Port menu?

Port: "Com 8" shows under Tools, but not under Ports when expanded. Thanks for quick reply.

Tools>Board: "WEMOS D1 R32" shows and to expand that shows ESP>WEMOS D1 R32. Right under it shows Port: "COM 8" but to expand that only Com 4 & 5 show.

Please check whether you can see the port of the board in Windows Device Manager:


:red_exclamation_mark: This procedure is not intended to solve the problem. The purpose is to gather more information.


  1. Disconnect the USB cable of the Arduino board from your computer.
  2. Open the Windows Device Manager.
  3. Select View > Devices by type from the Device Manager menus.
  4. Open the "View" menu.
  5. If there is a to the left of the "Show hidden devices" menu item, click on "Show hidden devices" to disable it.
  6. Take note of the contents of the "Other devices" and "Ports (COM & LPT)" sections of the Device Manager tree.
  7. Connect the Arduino board to your computer with a USB cable.
  8. Select Action > Scan for hardware changes" from the Device Manager menus.

Now please reply here on this forum topic with the answers to the following questions:

  • Did you see any new device appear in the Device Manager tree after following those instructions?
  • If you did see a new device, where is it located in the tree, and what is it named?

You can repeat steps 5-8 multiple times if you are not sure.

Yes, a new device appeared under Ports (COM & LPT) as USB-SERIAL CH340 (COM 8).

I'm going to ask you to provide some additional information that might help us to identify the problem.


:red_exclamation_mark: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Select File > Quit from the Arduino IDE menus if it is running.
    All Arduino IDE windows will close.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
      :red_exclamation_mark: If looking for it with your file manager or command line, note that the AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
    A context menu will open.
  5. Select "Open PowerShell window here" from the menu.
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command in the PowerShell window:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting.
  9. Switch back to the PowerShell window.
  10. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  11. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a reply here on this forum topic by clicking the "Reply" button.
  13. Click the <CODE/> 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.
  14. Press the Ctrl+V keyboard shortcut.
    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 publish the post.

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

& ".\Arduino IDE

Sketch uses 881198 bytes (67%) of program storage space. Maximum is 1310720 bytes.
Global variables use 44976 bytes (13%) of dynamic memory, leaving 282704 bytes for local variables. Maximum is 327680 bytes.
"C:\Users\16508\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.9.dev3/esptool.exe" --chip esp32 --port "COM8" --baud 921600  --before default_reset --after hard_reset write_flash  -z --flash_mode keep --flash_freq keep --flash_size keep 0x1000 "C:\Users\16508\AppData\Local\arduino\sketches\9D1424F555825013E8D30F5618B77304/gpioviewer.ino.bootloader.bin" 0x8000 "C:\Users\16508\AppData\Local\arduino\sketches\9D1424F555825013E8D30F5618B77304/gpioviewer.ino.partitions.bin" 0xe000 "C:\Users\16508\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0/tools/partitions/boot_app0.bin" 0x10000 "C:\Users\16508\AppData\Local\arduino\sketches\9D1424F555825013E8D30F5618B77304/gpioviewer.ino.bin" 
esptool.py v4.8.1
Serial port COM8

A serial exception error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Failed uploading: uploading error: exit status 1

This didn't go exactly like you indicate; and it's the same as the Error Message from the compiler.

I ran the GPIO Viewer sketch to get the results.

Did you perform the board installation part? If not, please do that. Also see in your 'device manager' if the board is detected or not. If possible, try with another cable. Sometimes it happens due to a bad cable too.

Please see post #7 above.

Please try again, but this time make sure to follow the instructions very carefully. If there is anything in the instructions you don't understand, or if you encounter any problems while following them, just let us know and we'll provide further assistance.

Yes all boards I plug in show up in Device Manager and COM port indicated. This is from an ESP32-S3-DevKitC v1.1 (WROOM 2). I followed above instructions carefully, nothing outputted to the PowerShell. At first I failed to include the final ", and I got a prompt(?) >>. But had to start Arduino IDE manually and of course nothing went to the PS. Once added the " I thought this had to be the issue. Nope. Simply got the 'PS C:\Program Files\Arduino IDE' prompt again but it started the IDE this time (surprised me), loaded the GPIOViewer.ino but nothing appeared in the Shell once I uploaded.

I'm also trying other ESP32 devices and nothing connects. My Pi to Prusa cannot see my network once it rebooted. All my other devices have no trouble seeing my network.

It is confusing wording at "... In the folder listing of the Arduino IDE installation folder...". Do you mean the folder that contains the Arduino IDE.exe?

Is there anything in the following error message that might indicate why it doesn't connect?

Sketch uses 844278 bytes (64%) of program storage space. Maximum is 1310720 bytes.
Global variables use 43684 bytes (13%) of dynamic memory, leaving 283996 bytes for local variables. Maximum is 327680 bytes.
"C:\Users\16508\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.9.dev3/esptool.exe" --chip esp32s3 --port "COM21" --baud 921600  --before default_reset --after hard_reset write_flash  -z --flash_mode keep --flash_freq keep --flash_size keep 0x0 "C:\Users\16508\AppData\Local\arduino\sketches\9D1424F555825013E8D30F5618B77304/gpioviewer.ino.bootloader.bin" 0x8000 "C:\Users\16508\AppData\Local\arduino\sketches\9D1424F555825013E8D30F5618B77304/gpioviewer.ino.partitions.bin" 0xe000 "C:\Users\16508\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0/tools/partitions/boot_app0.bin" 0x10000 "C:\Users\16508\AppData\Local\arduino\sketches\9D1424F555825013E8D30F5618B77304/gpioviewer.ino.bin" 
esptool.py v4.8.1
Serial port COM21
Connecting....
Chip is ESP32-S3 (QFN56) (revision v0.1)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_1v8)
Crystal is 40MHz
MAC: 68:b6:b3:38:04:8c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00004fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x000defff...
Compressed 20208 bytes to 13057...
Writing at 0x00000000... (100 %)
Wrote 20208 bytes (13057 compressed) at 0x00000000 in 0.4 seconds (effective 421.4 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 504.6 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 700.5 kbit/s)...
Hash of data verified.
Compressed 844416 bytes to 546984...
Writing at 0x00010000... (2 %)
Writing at 0x0001c7c6... (5 %)
Writing at 0x00025ed4... (8 %)
Writing at 0x00034fca... (11 %)
Writing at 0x0003b49c... (14 %)
Writing at 0x00040fbe... (17 %)
Writing at 0x00046a22... (20 %)
Writing at 0x0004c090... (23 %)
Writing at 0x000519e2... (26 %)
Writing at 0x0005707e... (29 %)
Writing at 0x0005c23f... (32 %)
Writing at 0x0006158b... (35 %)
Writing at 0x00066a12... (38 %)
Writing at 0x0006c0ab... (41 %)
Writing at 0x0007150d... (44 %)
Writing at 0x000766d8... (47 %)
Writing at 0x0007ba4e... (50 %)
Writing at 0x00081158... (52 %)
Writing at 0x0008668b... (55 %)
Writing at 0x0008bce9... (58 %)
Writing at 0x00091134... (61 %)
Writing at 0x00095ffb... (64 %)
Writing at 0x0009b0d2... (67 %)
Writing at 0x000a04c6... (70 %)
Writing at 0x000a57ba... (73 %)
Writing at 0x000aa839... (76 %)
Writing at 0x000af9a0... (79 %)
Writing at 0x000b5599... (82 %)
Writing at 0x000baf86... (85 %)
Writing at 0x000c0523... (88 %)
Writing at 0x000cb20f... (91 %)
Writing at 0x000d082a... (94 %)
Writing at 0x000d59fd... (97 %)
Writing at 0x000dbbf0... (100 %)
Wrote 844416 bytes (546984 compressed) at 0x00010000 in 11.5 seconds (effective 586.0 kbit/s)...
Hash of data verified.

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

OUTPUT OF SERIAL MONITOR:

22:29:40.113 -> ..ESP-ROM:esp32s3-20210327
22:29:41.322 -> Build:Mar 27 2021
22:29:41.322 -> rst:0x1 (POWERON),boot:0x18 (SPI_FAST_FLASH_BOOT)
22:29:41.322 -> SPIWP:0xee
22:29:41.322 -> Octal Flash Mode Enabled
22:29:41.322 -> For OPI Flash, Use Default Flash Boot Mode
22:29:41.322 -> mode:SLOW_RD, clock div:1
22:29:41.322 -> load:0x3fce2820,len:0x118c
22:29:41.322 -> load:0x403c8700,len:0x4
22:29:41.322 -> load:0x403c8704,len:0xc20
22:29:41.322 -> load:0x403cb700,len:0x30e0
22:29:41.322 -> entry 0x403c88b8
22:29:41.580 -> 
22:29:41.580 -> Connecting to ATTKWMkttA-5ghz
22:29:42.115 -> ........................................


This means that Arduino IDE was already running. Step 1 was intended to ensure that Arduino IDE was not running when you performed the instructions.

When Arduino IDE is already running, the instructions will just cause the window of the already running instance to be brought into focus instead of launching a new instance as intended.

There aren't any error messages there. This is the output from a successful upload. I see that the COM21 serial port was used for the upload:

That, as well as the fact that you were able to get Serial Monitor output from the board shows that the "no port" problem you reported has been resolved. So we can forget about trying to obtain the terminal logs from Arduino IDE, since the reason I wanted those logs was to try to troubleshoot that problem.

It appears you are trying to connect your ESP32 board to a Wi-Fi access point that uses the 5 GHz band. The ESP32 doesn't support the 5 GHz band. You need to connect to a Wi-Fi access point on the 2.4 GHz band which is supported by the ESP32's Wi-Fi radio.

A post was split to a new topic: Error in Serial Monitor: "wifi:Association refused too many times"

Thank you ptillisch for your reply and enlightning explaination. Very much appreciated. I know I did a Quit from the File Menu, but I did so many trys I must have skipped one.

I knew what you were after (and now I see how that works-see below, the output in the PowerShell).

The other thing is at one point I did try the 2.4 ghz setting but got no results. Now maybe this is an explaination:
the original post was about using the WEMOS D1 R32, which I returned to after trying 3 of the S3 DevKits, one S2-SOLO, and two FEATHER boards. Once I used 2.4 ghz, the feather code worked, it gave me the IP address of the chip. Yea!

Not sure if any of the below is useful.

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"

PS C:\Program Files\Arduino IDE> Arduino IDE 2.3.6
Checking for frontend application configuration customizations. Module path: C:\Program Files\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Program Files\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.6" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.2.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2025-04-09T11:26:55.498Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.6","cliVersion":"1.2.0","buildDate":"2025-04-09T11:26:55.498Z"}
Starting backend process. PID: 83240
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/16508/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-06-03T22:16:25.180Z root INFO Backend u.initialize: 32.6 ms [Finished 0.514 s after backend start]
2025-06-03T22:16:25.181Z root INFO Backend Object.initialize: 31.4 ms [Finished 0.514 s after backend start]
2025-06-03T22:16:25.181Z root INFO Backend a.initialize: 1.5 ms [Finished 0.514 s after backend start]
2025-06-03T22:16:25.181Z root INFO Backend a.initialize: 1.2 ms [Finished 0.514 s after backend start]
2025-06-03T22:16:25.181Z root INFO Backend u.initialize: 1.5 ms [Finished 0.515 s after backend start]
2025-06-03T22:16:25.184Z root INFO Backend l.initialize: 32.6 ms [Finished 0.516 s after backend start]
2025-06-03T22:16:25.190Z root INFO configured all backend app contributions
2025-06-03T22:16:25.190Z root INFO Backend l.onStart: 1.6 ms [Finished 0.526 s after backend start]
2025-06-03T22:16:25.191Z root INFO Backend d.onStart: 0.1 ms [Finished 0.526 s after backend start]
2025-06-03T22:16:25.192Z root INFO Backend a.onStart: 0.4 ms [Finished 0.526 s after backend start]
2025-06-03T22:16:25.192Z config INFO >>> Initializing CLI configuration...
2025-06-03T22:16:25.192Z root INFO Backend x.onStart: 0.3 ms [Finished 0.527 s after backend start]
2025-06-03T22:16:25.192Z config INFO Loading CLI configuration from c:\Users\16508\.arduinoIDE\arduino-cli.yaml...
2025-06-03T22:16:25.192Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-06-03T22:16:25.192Z root INFO Backend w.onStart: 0.4 ms [Finished 0.527 s after backend start]
2025-06-03T22:16:25.192Z discovery-log INFO start
2025-06-03T22:16:25.192Z discovery-log INFO start new deferred
2025-06-03T22:16:25.192Z root INFO Backend v.onStart: 0.2 ms [Finished 0.528 s after backend start]
2025-06-03T22:16:25.192Z root INFO Backend a.onStart: 0.1 ms [Finished 0.528 s after backend start]
2025-06-03T22:16:25.196Z root INFO Theia app listening on http://127.0.0.1:61925.
2025-06-03T22:16:25.196Z root INFO Finished starting backend application: 3.9 ms [Finished 0.532 s after backend start]
Restoring workspace roots: c:\Users\16508\Documents\Arduino\gpioviewer
2025-06-03T22:16:25.197Z root WARN The local plugin referenced by local-dir:/c%3A/Users/16508/.arduinoIDE/plugins does not exist.
2025-06-03T22:16:25.197Z root WARN The local plugin referenced by local-dir:/c%3A/Users/16508/.arduinoIDE/deployedPlugins does not exist.
2025-06-03T22:16:25.198Z root WARN The local plugin referenced by local-dir:C:\Users\16508\.arduinoIDE\plugins does not exist.
2025-06-03T22:16:25.202Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://espressif.github.io/arduino-esp32/package_esp32_index.json"]},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\16508\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\16508\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\16508\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\16508\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"en","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2025-06-03T22:16:25.202Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-06-03T22:16:25.202Z config INFO Loaded the CLI configuration.
isTempSketch: false. Input was c:\Users\16508\Documents\Arduino\gpioviewer\gpioviewer.ino
2025-06-03T22:16:25.212Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/16508/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/16508/Documents/Arduino","additionalUrls":["https://espressif.github.io/arduino-esp32/package_esp32_index.json"],"network":"none","locale":"en"}
2025-06-03T22:16:25.212Z config INFO Validating the CLI configuration...
2025-06-03T22:16:25.213Z config INFO The CLI config is valid.
2025-06-03T22:16:25.213Z config INFO <<< Initialized the CLI configuration.
2025-06-03T22:16:25.248Z root INFO Resolve plugins list: 53.8 ms [Finished 0.583 s after backend start]
2025-06-03T22:16:25.332Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="arduino-cli version 1.2.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Using config file: c:\\Users\\16508\\.arduinoIDE\\arduino-cli.yaml"
time="2025-06-03T15:16:25-07:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:61926
{"IP":"127.0.0.1","Port":"61926"}
2025-06-03T22:16:25.332Z daemon INFO Daemon is running.
2025-06-03T22:16:25.365Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Checking signature" index="c:\\Users\\16508\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\16508\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-06-03T22:16:25.369Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Missing signature file" index="c:\\Users\\16508\\AppData\\Local\\Arduino15\\package_esp32_index.json"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading hardware from: c:\\Users\\16508\\AppData\\Local\\Arduino15\\packages"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading package SiliconLabs from: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\SiliconLabs\\hardware"
time="2025-06-03T15:16:25-07:00" level=info msg="Missing signature file" index="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\SiliconLabs\\hardware\\silabs\\2.3.0\\installed.json"
2025-06-03T22:16:25.387Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded platform" platform="SiliconLabs:silabs@2.3.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\SiliconLabs\\tools"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading tools from dir: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\SiliconLabs\\tools"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="SiliconLabs:gcc-arm-none-eabi@12.2.rel1"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="SiliconLabs:simplicitycommander@1.16.4"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading package arduino from: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
time="2025-06-03T15:16:25-07:00" level=info msg="Missing signature file" index="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
time="2025-06-03T15:16:25-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-06-03T22:16:25.421Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Missing signature file" index="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.18-arduino.5\\installed.json"
time="2025-06-03T15:16:25-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded platform" platform="arduino:esp32@2.0.18-arduino.5"
time="2025-06-03T15:16:25-07:00" level=info msg="Missing signature file" index="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.4.1\\installed.json"
time="2025-06-03T15:16:25-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded platform" platform="arduino:renesas_uno@1.4.1"
time="2025-06-03T15:16:25-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading tools from dir: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino5"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
2025-06-03T22:16:25.425Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Loading package builtin from: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\builtin"
time="2025-06-03T15:16:25-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading tools from dir: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-06-03T22:16:25.431Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.6"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.8"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.2"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.10.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading package esp32 from: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware"
time="2025-06-03T15:16:25-07:00" level=info msg="Missing signature file" index="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.2.0\\installed.json"
2025-06-03T22:16:25.569Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded platform" platform="esp32:esp32@3.2.0"
time="2025-06-03T15:16:25-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-06-03T15:16:25-07:00" level=info msg="Loading tools from dir: C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:esp-rv32@2411"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:esp-x32@2411"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:esptool_py@4.5.1"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:openocd-esp32@v0.12.0-esp32-20230921"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:s3-gcc@2021r2-p5"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
time="2025-06-03T15:16:25-07:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
2025-06-03T22:16:25.596Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.4.1\\libraries" isSingleLibrary=false location=platform
time="2025-06-03T15:16:25-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
time="2025-06-03T15:16:25-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.18-arduino.5\\libraries" isSingleLibrary=false location=platform
time="2025-06-03T15:16:25-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.2.0\\libraries" isSingleLibrary=false location=platform
time="2025-06-03T15:16:25-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\SiliconLabs\\hardware\\silabs\\2.3.0\\libraries" isSingleLibrary=false location=platform
time="2025-06-03T15:16:25-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\16508\\AppData\\Local\\Arduino15\\library_index.json"
2025-06-03T22:16:25.618Z root INFO Deploy plugins list: 424.8 ms [Finished 0.954 s after backend start]
2025-06-03T22:16:25.790Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-06-03T22:16:25.790Z daemon INFO time="2025-06-03T15:16:25-07:00" level=info msg="Adding libraries dir" dir="c:\\Users\\16508\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2025-06-03T22:16:26.359Z root INFO creating connection for 1
2025-06-03T22:16:27.085Z root WARN A command editor.action.toggleStickyScroll is already registered.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2025-06-03T22:16:27.181Z root INFO Start frontend contributions: 251.8 ms [Finished 1.964 s after frontend start]
2025-06-03T22:16:27.182Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-06-03T22:16:27.199Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-06-03T22:16:27.199Z root INFO >>> Restoring the layout state...
2025-06-03T22:16:27.220Z root INFO [7306764e-20c4-4075-b30a-4267dc3eb9d8] Waiting for backend deployment: 51.5 ms [Finished 2.012 s after frontend start]
2025-06-03T22:16:27.804Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148) starting instance
[Object: null prototype] {}
2025-06-03T22:16:27.804Z daemon INFO time="2025-06-03T15:16:27-07:00" level=warning msg="Error loading library" error="rpc error: code = Internal desc = loading library from c:\\Users\\16508\\Documents\\Arduino\\libraries\\SendOnlySoftwareSerial-master: invalid library: no header files found"
time="2025-06-03T15:16:27-07:00" level=warning msg="Error loading library" error="rpc error: code = Internal desc = loading library from c:\\Users\\16508\\Documents\\Arduino\\libraries\\TinyGPSPlus-1.0.3a: invalid library: no header files found"
2025-06-03T22:16:27.807Z discovery-log INFO start resolved watching
2025-06-03T22:16:27.812Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\16508\Documents\Arduino\gpioviewer\gpioviewer.ino>, response: <c:\Users\16508\Documents\Arduino\gpioviewer>.
2025-06-03T22:16:27.909Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM5","label":"COM5","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-06-03T22:16:27.909Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-06-03T22:16:27.910Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x7523"],["serialNumber",""],["vid","0x1A86"]],"hardwareId":""}},"error":""}
2025-06-03T22:16:28.307Z root INFO [7306764e-20c4-4075-b30a-4267dc3eb9d8] Sync of 23 plugins: 1088.8 ms [Finished 3.101 s after frontend start]
2025-06-03T22:16:28.337Z root INFO ------- SERIALIZED LAYOUT DATA -------
2025-06-03T22:16:28.337Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/16508/Documents/Arduino/gpioviewer/gpioviewer.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":4,\"column\":40},\"position\":{\"lineNumber\":4,\"column\":40}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":3,\"column\":1},\"firstPositionDeltaTop\":-12},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":32,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":269,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"multiline\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":268},"rightPanel":{"type":"sidepanel","items":[]}}
2025-06-03T22:16:28.337Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2025-06-03T22:16:28.750Z root INFO <<< The layout has been successfully restored.
2025-06-03T22:16:28.811Z root INFO Initialize the workbench layout: 1551.6 ms [Finished 3.544 s after frontend start]
2025-06-03T22:16:28.813Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-06-03T22:16:28.813Z root INFO [7306764e-20c4-4075-b30a-4267dc3eb9d8] Loading plugin contributions
2025-06-03T22:16:28.813Z root INFO [7306764e-20c4-4075-b30a-4267dc3eb9d8] Load contributions of 23 plugins: 57.5 ms [Finished 3.604 s after frontend start]
2025-06-03T22:16:28.892Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-06-03T22:16:28.892Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
2025-06-03T22:16:29.107Z root ERROR [hosted-plugin: 76148] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2025-06-03T22:16:29.118Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): PluginManagerExtImpl/init()
2025-06-03T22:16:29.120Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.172Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.183Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.183Z root INFO [hosted-plugin: 76148] Debugger contribution has been registered: cortex-debug
2025-06-03T22:16:29.185Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.186Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.187Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.188Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.188Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.189Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.189Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.190Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.190Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.190Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.191Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.191Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.191Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.191Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.192Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.192Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.192Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.192Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.193Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.193Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-03T22:16:29.212Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-06-03T22:16:29.259Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2025-06-03T22:16:29.283Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-06-03T22:16:29.286Z root INFO [hosted-plugin: 76148] calling activation function on VS Code Arduino Tools
2025-06-03T22:16:29.286Z root INFO [hosted-plugin: 76148] calling activation function on Arduino IDE API for VS Code extensions
2025-06-03T22:16:29.288Z root INFO [7306764e-20c4-4075-b30a-4267dc3eb9d8] Starting plugins.
2025-06-03T22:16:29.327Z root INFO [hosted-plugin: 76148] PLUGIN_HOST(76148): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-06-03T22:16:29.522Z root ERROR ---- !!!SLOW!!! DURATION: search took 273.947 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2025-06-03T22:16:29.525Z root INFO [hosted-plugin: 76148] Debug configuration provider has been registered: cortex-debug, trigger: 1
calling activation function on Cortex-Debug
GDB server console created
calling activation function on JSON Language Features (built-in)
2025-06-03T22:16:29.571Z root INFO [7306764e-20c4-4075-b30a-4267dc3eb9d8] Start of 23 plugins: 756.0 ms [Finished 4.364 s after frontend start]
2025-06-03T22:16:29.833Z root INFO Frontend application start: 2775.6 ms [Finished 5.168 s after backend start]
Checking for update
2025-06-03T22:16:29.852Z root INFO Replace loading indicator with ready workbench UI (animation): 848.9 ms [Finished 4.456 s after frontend start]
2025-06-03T22:16:29.854Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-06-03T22:16:29.854Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-06-03T22:16:29.868Z sketches-service WARN Mismatching sketch file <1637_display_comments.ino> and sketch folder name <myAstroclock>. Skipping
2025-06-03T22:16:29.868Z sketches-service WARN Mismatching sketch file <HEINZIGHT-splash.ino> and sketch folder name <draw-one-moon-phase-works>. Skipping
2025-06-03T22:16:29.868Z sketches-service WARN Mismatching sketch file <Seventeen-moon-phases-works.ino> and sketch folder name <draw-one-moon-phase-works>. Skipping
2025-06-03T22:16:29.869Z sketches-service WARN Mismatching sketch file <yoda2.ino> and sketch folder name <Seventeen-moon-phases-works.ino>. Skipping
2025-06-03T22:16:29.869Z sketches-service WARN Mismatching sketch file <1637_display_comments.ino> and sketch folder name <myAstroclock>. Skipping
2025-06-03T22:16:29.869Z sketches-service WARN Mismatching sketch file <HEINZIGHT-splash.ino> and sketch folder name <draw-one-moon-phase-works>. Skipping
2025-06-03T22:16:29.869Z sketches-service WARN Mismatching sketch file <Seventeen-moon-phases-works.ino> and sketch folder name <draw-one-moon-phase-works>. Skipping
2025-06-03T22:16:29.869Z sketches-service WARN Mismatching sketch file <yoda2.ino> and sketch folder name <Seventeen-moon-phases-works.ino>. Skipping
2025-06-03T22:16:29.870Z sketches-service WARN Mismatching sketch file <1637_display_comments.ino> and sketch folder name <myAstroclock>. Skipping
2025-06-03T22:16:29.870Z sketches-service WARN Mismatching sketch file <HEINZIGHT-splash.ino> and sketch folder name <draw-one-moon-phase-works>. Skipping
2025-06-03T22:16:29.870Z sketches-service WARN Mismatching sketch file <Seventeen-moon-phases-works.ino> and sketch folder name <draw-one-moon-phase-works>. Skipping
2025-06-03T22:16:29.870Z sketches-service WARN Mismatching sketch file <yoda2.ino> and sketch folder name <Seventeen-moon-phases-works.ino>. Skipping
2025-06-03T22:16:30.270Z root ERROR ---- !!!SLOW!!! DURATION: search took 416.119 ms. Args: [{"type":"Updatable"}] ----
2025-06-03T22:16:30.271Z root INFO Starting language server: esp32:esp32:d1_uno32:UploadSpeed=921600,CPUFreq=240,FlashFreq=80,PartitionScheme=default,DebugLevel=none,EraseFlash=none
2025-06-03T22:16:30.282Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.15.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:gcc-arm-none-eabi@12.2.rel1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:simplicitycommander@1.16.4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:s3-gcc@2021r2-p5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
2025-06-03T22:16:30.294Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2411"
2025-06-03T22:16:30.294Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.15.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
2025-06-03T22:16:30.294Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-06-03T22:16:30.294Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:gcc-arm-none-eabi@12.2.rel1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:simplicitycommander@1.16.4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
2025-06-03T22:16:30.296Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:s3-gcc@2021r2-p5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
2025-06-03T22:16:30.297Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
2025-06-03T22:16:30.297Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
2025-06-03T22:16:30.306Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2411"
2025-06-03T22:16:30.306Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:simplicitycommander@1.16.4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:gcc-arm-none-eabi@12.2.rel1"
2025-06-03T22:16:30.306Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
2025-06-03T22:16:30.306Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:s3-gcc@2021r2-p5"
2025-06-03T22:16:30.306Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
2025-06-03T22:16:30.306Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.15.0"
2025-06-03T22:16:30.306Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
2025-06-03T22:16:30.314Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2411"
2025-06-03T22:16:30.314Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:gcc-arm-none-eabi@12.2.rel1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:s3-gcc@2021r2-p5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:simplicitycommander@1.16.4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
2025-06-03T22:16:30.314Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.15.0"
2025-06-03T22:16:30.321Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2411"
2025-06-03T22:16:30.322Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:s3-gcc@2021r2-p5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
2025-06-03T22:16:30.322Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:gcc-arm-none-eabi@12.2.rel1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
2025-06-03T22:16:30.322Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.15.0"
2025-06-03T22:16:30.322Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:simplicitycommander@1.16.4"
2025-06-03T22:16:30.328Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2411"
2025-06-03T22:16:30.328Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.15.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:s3-gcc@2021r2-p5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:simplicitycommander@1.16.4"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
2025-06-03T22:16:30.328Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:gcc-arm-none-eabi@12.2.rel1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
2025-06-03T22:16:30.334Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
2025-06-03T22:16:30.335Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
2025-06-03T22:16:30.342Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2411"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2411"
2025-06-03T22:16:30.342Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.4-2f7dcd86-v1"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.9.dev3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20241016"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@14.2_20240403"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:openocd@0.12.0-arduino1-static"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
2025-06-03T22:16:30.342Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"     2025-06-03T22:17:08.283Z daemon INFO time="2025-06-03T15:17:08-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide"esp
2025-06-03T22:17:08.283Z daemon INFO time="2025-06-03T15:17:08-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.2.0\\libraries" isSingleLibrary=false location=platform5-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
2025-06-03T22:17:08.283Z daemon INFO time="2025-06-03T15:17:08-07:00" level=info msg="Adding libraries dir" dir="c:\\Users\\16508\\Documents\\Arduino\\libraries" isSingleLibrary=false location=userl="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino
7"
time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
2025-06-03T22:16:30.342Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.15.0"
2025-06-03T22:16:30.342Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Tool required for debug" tool="SiliconLabs:simplicitycommander@1.16.4"
2025-06-03T22:16:30.353Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-06-03T22:16:30.353Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\16508\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.2.0\\libraries" isSingleLibrary=false location=platform
2025-06-03T22:16:30.353Z daemon INFO time="2025-06-03T15:16:30-07:00" level=info msg="Adding libraries dir" dir="c:\\Users\\16508\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
Update for version 2.3.6 is not available (latest version: 2.3.6, downgrade is allowed).
2025-06-03T22:16:33.695Z daemon INFO time="2025-06-03T15:16:33-07:00" level=info msg="Resolving include WiFi.h for arch esp32"
time="2025-06-03T15:16:33-07:00" level=info msg="  found better lib" lib=WiFi prio=6B0
2025-06-03T22:16:35.232Z daemon INFO time="2025-06-03T15:16:35-07:00" level=info msg="Resolving include Network.h for arch esp32"
time="2025-06-03T15:16:35-07:00" level=info msg="  found better lib" lib=Networking prio=64C

Great news! Thanks for taking the time to post an update.

I was requesting the PowerShell output in order to troubleshoot the "no port" problem you reported at the start of this discussion. Since that problem was somehow solved, the PowerShell output is no longer needed.

The PowerShell output is useful for troubleshooting that sort of problem with the Arduino IDE application, but is not useful for troubleshooting runtime problems with your Arduino sketch program such as the other problem you had with the board not being able to connect to the 5 GHz access point, or the new problem you are encountering. However, it is handy to know how to obtain the PowerShell output in case you need to troubleshoot some problem with the Arduino IDE application in the future, or maybe if you are just curious to get some technical insights about what the application is doing under the hood.

Regards, Per

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