Hello, I bought a brand new Arduino nano for a project which required lightweight material. As soon as I received it, I opened Arduino IDE, grabbed a cable, and tried to connect my board to the Arduino IDE. But it didn't recognize my board. I had already coded a lot on other boards like the UNO r3 and the mega 2560 on the same computer and I had no problem with them so I know the problem doesn't come from the computer. I tried changing the USB port, but nothing happened. The power LED turns on and when I put an LED directly to the 3.3v and GND it lights up too but the Arduino IDE doesn't detect any upload ports. I tried to change computer, tried it on my laptop and it still didn't work so I am now sure that the problem doesn't come from the computer. I opened windows device manager and my board was displayed there as COM8 perfectly but still not on the Arduino IDE. I searched the internet and found an old discussion on this forum about the same subject, the guy said that his board was detected well by the online editor so I opened the online editor (which I usually never use) and tried to upload my code to the board from there... Of course, it still didn't work. So I opened this new discussion hoping someone will help so that I can go on with my project...
Is it a "real" NANO or a clone? If it is a clone what is the USB-Serial chip? Do you have a driver for that chip installed?
If you have Python installed on your Windows unit, the serial port script is installed by default.
python -m serial.tools.list_ports
Otherwise, Microsoft has a downloadable utility called USBview:
Universal Serial Bus Viewer in Windows - Windows drivers | Microsoft Learn
Well, it looks like a real nano since Arduino's logo is written everywhere on the package and I bought it on www.store.arduino.cc...
Well that eliminated one possible problem. Did you try a different cable?
Hi @methething
Just to be sure, are you saying that COM8 is not shown in the Tools > Port menu in Arduino IDE?
Which version of Arduino IDE are you using (e.g., "2.0.1")? The version is shown on the window title bar and also in the Help > About dialog.
I ask for this information because I want to give you the appropriate instructions for the IDE version you are using.
I think it is written "Arduino IDE 2.0.3" on the window
I asked two questions. You answered only one of them. Please answer the other one:
well, actually, there is not any Tools>port menu in the app.
Here is a screenshot of where I think I should link my board and and you can see it doesn't find any upload ports even though my Arduino nano board is currently connected.
OK, that happens when no ports at all are detected (the behavior will be changed to always showing a Tools > Port menu item even when the menu is open in the next release of Arduino IDE).
I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
(usuallyC:\Program Files\Arduino IDE
orC:\Users\<user name>\AppData\Local\Programs\Arduino IDE
). - In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
- From the context menu, click "Open PowerShell window here".
Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder. - Type the following command:
& ".\Arduino IDE"
- Press the Enter key.
Debug output should now be printed to the PowerShell window as the Arduino IDE starts. - Wait for the Arduino IDE to finish starting.
- Switch back to the PowerShell window.
- Right click on the title bar of the PowerShell window.
This will open a context menu. - Select Edit > Select All from the context menu.
This will select all the text in the PowerShell window. - Press Ctrl+C.
This will copy the contents of the PowerShell window to the clipboard. - Open a forum reply here by clicking the Reply button.
- Click the
</>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press Ctrl+V.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the Reply button to post the output.
Please let me know if you have any questions or problems while following those instructions.
I followed each step succesfully, I just think there is kind of a lot of text in the windows powershell...
Anyways, here is what was prompted in the windows powershell:
PS C:\Users\flori\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\flori\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.0.3
Starting backend process. PID: 4764
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/flori/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2022-12-29T10:49:26.166Z root INFO Backend Object.initialize: 4.1 ms [Finished 15.498 s after backend start]
2022-12-29T10:49:26.166Z root INFO Backend Object.configure: 3.2 ms [Finished 15.498 s after backend start]
2022-12-29T10:49:26.170Z root INFO Backend MessagingContribution.onStart: 1.3 ms [Finished 15.498 s after backend start]
2022-12-29T10:49:26.171Z root INFO Backend OSBackendApplicationContribution.configure: 0.8 ms [Finished 16.152 s after backend start]
2022-12-29T10:49:26.173Z root INFO Backend DefaultWorkspaceServer.onStart: 0.7 ms [Finished 16.152 s after backend start]
2022-12-29T10:49:26.176Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.3 ms [Finished 16.153 s after backend start]
2022-12-29T10:49:26.210Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 655.0 ms [Finished 16.153 s after backend start]
2022-12-29T10:49:26.211Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.6 ms [Finished 16.153 s after backend start]
2022-12-29T10:49:26.214Z root INFO Backend ElectronTokenBackendContribution.configure: 5.4 ms [Finished 16.159 s after backend start]
2022-12-29T10:49:26.216Z root INFO Backend PluginDeployerContribution.initialize: 0.9 ms [Finished 16.159 s after backend start]
2022-12-29T10:49:26.217Z root INFO Backend ConfigServiceImpl.onStart: 2.1 ms [Finished 16.161 s after backend start]
2022-12-29T10:49:26.220Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 1.0 ms [Finished 16.164 s after backend start]
2022-12-29T10:49:26.220Z root INFO Backend ArduinoDaemonImpl.onStart: 35.3 ms [Finished 16.198 s after backend start]
2022-12-29T10:49:26.221Z root INFO Backend NodeFileUploadService.configure: 38.2 ms [Finished 16.199 s after backend start]
2022-12-29T10:49:26.221Z daemon INFO Starting daemon from C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2022-12-29T10:49:26.222Z discovery-log INFO start
2022-12-29T10:49:26.222Z discovery-log INFO start new deferred
2022-12-29T10:49:26.223Z root INFO Backend HostedPluginLocalizationService.initialize: 1.1 ms [Finished 16.202 s after backend start]
2022-12-29T10:49:26.223Z root INFO Backend BoardDiscovery.onStart: 2.3 ms [Finished 16.203 s after backend start]
2022-12-29T10:49:26.223Z root INFO Backend FileDownloadEndpoint.configure: 1.9 ms [Finished 16.205 s after backend start]
2022-12-29T10:49:26.224Z root INFO Backend AuthenticationServiceImpl.onStart: 1.0 ms [Finished 16.208 s after backend start]
2022-12-29T10:49:26.224Z root INFO Backend PluginApiContribution.configure: 1.4 ms [Finished 16.208 s after backend start]
2022-12-29T10:49:26.253Z root INFO Backend HostedPluginReader.configure: 1.5 ms [Finished 16.211 s after backend start]
2022-12-29T10:49:26.254Z root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 16.212 s after backend start]
2022-12-29T10:49:26.255Z root INFO Backend PlotterBackendContribution.configure: 28.2 ms [Finished 16.241 s after backend start]
2022-12-29T10:49:26.266Z root INFO Theia app listening on http://localhost:54424.
2022-12-29T10:49:26.268Z root INFO Finished starting backend application: 44.7 ms [Finished 16.254 s after backend start]
2022-12-29T10:49:26.272Z root WARN The local plugin referenced by local-dir:/c%3A/Users/flori/.arduinoIDE/plugins does not exist.
2022-12-29T10:49:26.273Z root WARN The local plugin referenced by local-dir:/c%3A/Users/flori/.arduinoIDE/extensions does not exist.
2022-12-29T10:49:26.276Z root WARN The local plugin referenced by local-dir:C:\Users\flori\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\flori\Documents\ELEGOO The Most Complete Starter Kit for MEGA V1.0.2022.03.24\Français\code\Lesson 16 GY-521 Module\MPU-6050
isTempSketch: false. Input was c:\Users\flori\Documents\ELEGOO The Most Complete Starter Kit for MEGA V1.0.2022.03.24\Français\code\Lesson 16 GY-521 Module\MPU-6050\MPU-6050.ino
2022-12-29T10:49:27.810Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.811Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2022-12-29T10:49:27.814Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.815Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2022-12-29T10:49:27.817Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.818Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2022-12-29T10:49:27.818Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.819Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2022-12-29T10:49:27.820Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.821Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2022-12-29T10:49:27.823Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.823Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2022-12-29T10:49:27.824Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.825Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2022-12-29T10:49:27.826Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.827Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2022-12-29T10:49:27.828Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.829Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2022-12-29T10:49:27.830Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.832Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2022-12-29T10:49:27.833Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.834Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2022-12-29T10:49:27.835Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.841Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2022-12-29T10:49:27.842Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.843Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2022-12-29T10:49:27.844Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.845Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2022-12-29T10:49:27.846Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.847Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2022-12-29T10:49:27.849Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.850Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2022-12-29T10:49:27.851Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.855Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2022-12-29T10:49:27.856Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.857Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2022-12-29T10:49:27.858Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.859Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2022-12-29T10:49:27.860Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.861Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2022-12-29T10:49:27.862Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-29T10:49:27.863Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2022-12-29T10:49:28.068Z root INFO Resolve plugins list: 1850.6 ms [Finished 18.056 s after backend start]
2022-12-29T10:49:28.151Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 82.6 ms [Finished 18.139 s after backend start]
2022-12-29T10:49:28.188Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.5" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 36.5 ms [Finished 18.175 s after backend start]
2022-12-29T10:49:28.315Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 127.0 ms [Finished 18.303 s after backend start]
2022-12-29T10:49:28.382Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 66.9 ms [Finished 18.370 s after backend start]
2022-12-29T10:49:28.383Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 1.5 ms [Finished 18.371 s after backend start]
2022-12-29T10:49:30.140Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 1756.8 ms [Finished 20.128 s after backend start]
2022-12-29T10:49:30.191Z daemon INFO INFO[0000] Using config file: c:\Users\flori\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.29.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"49290"}
2022-12-29T10:49:30.192Z daemon INFO Daemon is running.
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2022-12-29T10:49:31.486Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 1345.9 ms [Finished 21.474 s after backend start]
2022-12-29T10:49:37.157Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 5670.8 ms [Finished 27.145 s after backend start]
2022-12-29T10:49:37.159Z daemon INFO INFO[0001] Loading hardware from: C:\Users\flori\AppData\Local\Arduino15\packages
INFO[0001] Loading package arduino from: C:\Users\flori\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0001] Checking signature error="opening signature file: open C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0001] Adding monitor tool protocol=serial tool="builtin:serial-monitor"
INFO[0001] Loaded platform platform="arduino:avr@1.8.6"
INFO[0001] Checking existence of 'tools' path: C:\Users\flori\AppData\Local\Arduino15\packages\arduino\tools
INFO[0001] Loading tools from dir: C:\Users\flori\AppData\Local\Arduino15\packages\arduino\tools
INFO[0001] Loaded tool tool="arduino:arduinoOTA@1.3.0"
INFO[0001] Loaded tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0001] Loaded tool tool="arduino:avrdude@6.3.0-arduino17"
INFO[0001] Loading package builtin from: C:\Users\flori\AppData\Local\Arduino15\packages\builtin
INFO[0001] Checking existence of 'tools' path: C:\Users\flori\AppData\Local\Arduino15\packages\builtin\tools
INFO[0001] Loading tools from dir: C:\Users\flori\AppData\Local\Arduino15\packages\builtin\tools
INFO[0001] Loaded tool tool="builtin:ctags@5.8-arduino11"
INFO[0001] Loaded tool tool="builtin:mdns-discovery@1.0.6"
INFO[0001] Loaded tool tool="builtin:serial-discovery@1.3.2"
INFO[0001] Loaded tool tool="builtin:serial-monitor@0.11.0"
INFO[0001] Checking signature index="C:\\Users\\flori\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\flori\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0001] Adding libraries dir dir="C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0001] Loading libraries index file index="C:\\Users\\flori\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0002] Adding libraries dir dir="C:\\Users\\flori\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0002] Adding libraries dir dir="C:\\Users\\flori\\Documents\\Arduino\\libraries" location=user
2022-12-29T10:49:37.163Z discovery-log INFO start request start watch
2022-12-29T10:49:37.164Z discovery-log INFO start requested start watch
2022-12-29T10:49:37.164Z discovery-log INFO start resolved watching
2022-12-29T10:49:37.168Z daemon INFO INFO[0007] starting discovery builtin:mdns-discovery process
INFO[0007] starting discovery builtin:serial-discovery process
2022-12-29T10:49:38.442Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 1284.6 ms [Finished 28.429 s after backend start]
2022-12-29T10:49:38.444Z daemon INFO INFO[0007] started discovery builtin:serial-discovery process
INFO[0007] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:serial-discovery
INFO[0007] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0007] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0007] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0007] from discovery builtin:serial-discovery received message type: add, port: COM9
INFO[0007] started discovery builtin:mdns-discovery process
INFO[0007] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:mdns-discovery
INFO[0008] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0008] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0008] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
2022-12-29T10:49:38.523Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM9","label":"COM9","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x6001"],["serialNumber","AB0LQ5G9A"],["vid","0x0403"]]}},"error":""}
2022-12-29T10:49:39.368Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 926.5 ms [Finished 29.356 s after backend start]
2022-12-29T10:49:39.392Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 7448.8 ms [Finished 11.748 s after frontend start]
2022-12-29T10:49:39.952Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 583.6 ms [Finished 29.940 s after backend start]
2022-12-29T10:49:39.957Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 883.2 ms [Finished 12.651 s after frontend start]
2022-12-29T10:49:39.964Z 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\flori\Documents\ELEGOO The Most Complete Starter Kit for MEGA V1.0.2022.03.24\Français\code\Lesson 16 GY-521 Module\MPU-6050\MPU-6050.ino>, response: <c:\Users\flori\Documents\ELEGOO The Most Complete Starter Kit for MEGA V1.0.2022.03.24\Français\code\Lesson 16 GY-521 Module\MPU-6050>.
2022-12-29T10:49:41.010Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 1057.7 ms [Finished 30.997 s after backend start]
2022-12-29T10:49:41.843Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 833.5 ms [Finished 31.831 s after backend start]
2022-12-29T10:49:42.643Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 800.0 ms [Finished 32.631 s after backend start]
2022-12-29T10:49:42.986Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 342.4 ms [Finished 32.974 s after backend start]
2022-12-29T10:49:43.808Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 822.2 ms [Finished 33.796 s after backend start]
2022-12-29T10:49:44.730Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 922.3 ms [Finished 34.718 s after backend start]
2022-12-29T10:49:44.735Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 4339.8 ms [Finished 17.045 s after frontend start]
2022-12-29T10:49:44.736Z root INFO Start frontend contributions: 12812.7 ms [Finished 17.050 s after frontend start]
2022-12-29T10:49:44.736Z root INFO Changed application state from 'init' to 'started_contributions'.
2022-12-29T10:49:44.737Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2022-12-29T10:49:44.737Z root INFO >>> Restoring the layout state...
2022-12-29T10:49:44.738Z root INFO ------- SERIALIZED LAYOUT DATA -------
2022-12-29T10:49:44.738Z 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/flori/Documents/ELEGOO%20The%20Most%20Complete%20Starter%20Kit%20for%20MEGA%20V1.0.2022.03.24/Fran%C3%A7ais/code/Lesson%2016%20GY-521%20Module/MPU-6050/MPU-6050.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":32,\"column\":50},\"position\":{\"lineNumber\":32,\"column\":50}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":11,\"column\":1},\"firstPositionDeltaTop\":-3},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":40,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":null},"pinned":[],"expanded":false},"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":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"},\"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:frames\"},\"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:variables\"},\"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:watch\"},\"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:breakpoints\"},\"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\":\"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.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.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"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}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"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,\\\"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}}\"},\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"code-editor-opener:file:///c%3A/Users/flori/Documents/ELEGOO%20The%20Most%20Complete%20Starter%20Kit%20for%20MEGA%20V1.0.2022.03.24/Fran%C3%A7ais/code/Lesson%2016%20GY-521%20Module/MPU-6050/MPU-6050.ino:0"}
2022-12-29T10:49:44.739Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2022-12-29T10:49:45.881Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 1150.4 ms [Finished 35.869 s after backend start]
2022-12-29T10:49:47.223Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 1341.7 ms [Finished 37.211 s after backend start]
2022-12-29T10:49:48.012Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 789.0 ms [Finished 38.000 s after backend start]
2022-12-29T10:49:48.924Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 892.0 ms [Finished 38.892 s after backend start]
2022-12-29T10:49:48.926Z root INFO Deploy plugins list: 1850.6 ms [Finished 38.912 s after backend start]
2022-12-29T10:49:48.940Z root INFO <<< The layout has been successfully restored.
2022-12-29T10:49:48.942Z root INFO Initialize the workbench layout: 4221.1 ms [Finished 21.297 s after frontend start]
2022-12-29T10:49:48.943Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2022-12-29T10:49:48.949Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Waiting for backend deployment: 5109.8 ms [Finished 22.156 s after frontend start]
2022-12-29T10:49:49.397Z root INFO Replace loading indicator with ready workbench UI (animation): 872.9 ms [Finished 22.171 s after frontend start]
2022-12-29T10:49:49.397Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2022-12-29T10:49:49.399Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2022-12-29T10:49:49.415Z root INFO Frontend application start: 10863.9 ms [Finished 39.370 s after backend start]
Checking for update
Update for version 2.0.3 is not available (latest version: 2.0.3, downgrade is allowed).
2022-12-29T10:49:50.430Z root ERROR ---- !!!SLOW!!! DURATION: search took 960.134 ms. Args: [{"type":"Updatable"}] ----
2022-12-29T10:49:50.437Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Sync of 21 plugins: 1018.2 ms [Finished 23.175 s after frontend start]
2022-12-29T10:49:50.437Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][marus25.cortex-debug]: Loaded contributions.
2022-12-29T10:49:50.438Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][arduino.vscode-arduino-tools]: Loaded contributions.
2022-12-29T10:49:50.438Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][vscode.cpp]: Loaded contributions.
2022-12-29T10:49:50.439Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][vscode.json]: Loaded contributions.
2022-12-29T10:49:50.439Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][vscode.json-language-features]: Loaded contributions.
2022-12-29T10:49:50.440Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2022-12-29T10:49:50.441Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2022-12-29T10:49:50.441Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2022-12-29T10:49:50.444Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2022-12-29T10:49:50.445Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2022-12-29T10:49:50.445Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2022-12-29T10:49:50.446Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2022-12-29T10:49:50.446Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2022-12-29T10:49:50.446Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2022-12-29T10:49:50.447Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2022-12-29T10:49:50.447Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2022-12-29T10:49:50.448Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2022-12-29T10:49:50.448Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2022-12-29T10:49:50.449Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2022-12-29T10:49:50.449Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2022-12-29T10:49:50.450Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2022-12-29T10:49:50.450Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Load contributions of 21 plugins: 116.0 ms [Finished 23.291 s after frontend start]
2022-12-29T10:49:50.454Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2022-12-29T10:49:50.454Z root WARN a registered grammar configuration for 'cpp' language is overridden
2022-12-29T10:49:50.464Z daemon INFO INFO[0020] Updating libraries index
2022-12-29T10:49:50.467Z daemon INFO INFO[0020] Updating index url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2022-12-29T10:49:50.471Z root INFO core-client-provider [platform-index]
2022-12-29T10:49:50.473Z root INFO core-client-provider [library-index]
2022-12-29T10:49:53.789Z daemon INFO INFO[0024] Loading hardware from: C:\Users\flori\AppData\Local\Arduino15\packages
2022-12-29T10:49:53.793Z daemon INFO INFO[0024] Loading package arduino from: C:\Users\flori\AppData\Local\Arduino15\packages\arduino\hardware
2022-12-29T10:49:53.804Z daemon INFO INFO[0024] Checking signature error="opening signature file: open C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
2022-12-29T10:49:53.811Z daemon INFO INFO[0024] Adding monitor tool protocol=serial tool="builtin:serial-monitor"
INFO[0024] Loaded platform platform="arduino:avr@1.8.6"
2022-12-29T10:49:53.816Z daemon INFO INFO[0024] Checking existence of 'tools' path: C:\Users\flori\AppData\Local\Arduino15\packages\arduino\tools
INFO[0024] Loading tools from dir: C:\Users\flori\AppData\Local\Arduino15\packages\arduino\tools
INFO[0024] Loaded tool tool="arduino:arduinoOTA@1.3.0"
INFO[0024] Loaded tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0024] Loaded tool tool="arduino:avrdude@6.3.0-arduino17"
2022-12-29T10:49:53.819Z daemon INFO INFO[0024] Loading package builtin from: C:\Users\flori\AppData\Local\Arduino15\packages\builtin
2022-12-29T10:49:53.820Z daemon INFO INFO[0024] Checking existence of 'tools' path: C:\Users\flori\AppData\Local\Arduino15\packages\builtin\tools
INFO[0024] Loading tools from dir: C:\Users\flori\AppData\Local\Arduino15\packages\builtin\tools
2022-12-29T10:49:53.822Z daemon INFO INFO[0024] Loaded tool tool="builtin:ctags@5.8-arduino11"
INFO[0024] Loaded tool tool="builtin:mdns-discovery@1.0.6"
2022-12-29T10:49:53.823Z daemon INFO INFO[0024] Loaded tool tool="builtin:serial-discovery@1.3.2"
INFO[0024] Loaded tool tool="builtin:serial-monitor@0.11.0"
2022-12-29T10:49:53.835Z daemon INFO INFO[0024] Checking signature index="C:\\Users\\flori\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\flori\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2022-12-29T10:49:53.845Z daemon INFO INFO[0024] Adding libraries dir dir="C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0024] Loading libraries index file index="C:\\Users\\flori\\AppData\\Local\\Arduino15\\library_index.json"
2022-12-29T10:49:54.012Z daemon INFO INFO[0024] Adding libraries dir dir="C:\\Users\\flori\\AppData\\Local\\Arduino15\\libraries" location=ide
2022-12-29T10:49:54.013Z daemon INFO INFO[0024] Adding libraries dir dir="C:\\Users\\flori\\Documents\\Arduino\\libraries" location=user
2022-12-29T10:49:55.122Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116) starting instance
2022-12-29T10:49:55.169Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): PluginManagerExtImpl/init()
2022-12-29T10:49:55.172Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(cortex-debug@1.5.1 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.201Z root INFO [hosted-plugin: 27116] Debugger contribution has been registered: cortex-debug
2022-12-29T10:49:55.203Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-arduino-tools@0.0.2-beta.5 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.204Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(cpp@1.52.1 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.205Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(json@1.46.1 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.206Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(json-language-features@1.46.1 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.207Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.210Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(27116): initializing(vscode-language-pack-de@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.210Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-es@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.211Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.212Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.213Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-it@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.213Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.214Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.214Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.215Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.215Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.216Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.217Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.217Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.218Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-29T10:49:55.220Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): PluginManagerExtImpl/loadPlugin(C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2022-12-29T10:49:55.365Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): PluginManagerExtImpl/loadPlugin(C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2022-12-29T10:49:55.415Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][marus25.cortex-debug]: Started plugin.
2022-12-29T10:49:55.418Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][arduino.vscode-arduino-tools]: Started plugin.
2022-12-29T10:49:55.419Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][vscode.cpp]: Started plugin.
2022-12-29T10:49:55.419Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][vscode.json]: Started plugin.
2022-12-29T10:49:55.420Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][vscode.json-language-features]: Started plugin.
2022-12-29T10:49:55.421Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2022-12-29T10:49:55.421Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2022-12-29T10:49:55.422Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-de]: Started plugin.
2022-12-29T10:49:55.422Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-es]: Started plugin.
2022-12-29T10:49:55.423Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2022-12-29T10:49:55.423Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2022-12-29T10:49:55.424Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-it]: Started plugin.
2022-12-29T10:49:55.424Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2022-12-29T10:49:55.427Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2022-12-29T10:49:55.428Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2022-12-29T10:49:55.428Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2022-12-29T10:49:55.429Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2022-12-29T10:49:55.429Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2022-12-29T10:49:55.430Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2022-12-29T10:49:55.430Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2022-12-29T10:49:55.430Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2022-12-29T10:49:55.433Z root INFO [hosted-plugin: 27116] PLUGIN_HOST(27116): PluginManagerExtImpl/loadPlugin(C:\Users\flori\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2022-12-29T10:49:55.502Z root INFO [hosted-plugin: 27116] Debug configuration provider has been registered: cortex-debug, trigger: 1
2022-12-29T10:49:55.506Z root INFO [hosted-plugin: 27116] GDB server console created
2022-12-29T10:49:55.516Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Start of 21 plugins: 5443.1 ms [Finished 28.740 s after frontend start]
2022-12-29T10:49:55.527Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Waiting for backend deployment: 11.5 ms [Finished 28.752 s after frontend start]
2022-12-29T10:49:55.528Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Sync of 0 plugins: 0.0 ms [Finished 28.752 s after frontend start]
2022-12-29T10:49:55.528Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Load contributions of 0 plugins: 0.0 ms [Finished 28.752 s after frontend start]
2022-12-29T10:49:55.531Z root INFO Starting language server: arduino:avr:mega
2022-12-29T10:49:55.545Z root INFO [91116741-e3dc-49c5-b2cb-b8e48124feb1] Start of 0 plugins: 16.4 ms [Finished 28.771 s after frontend start]
2022-12-29T10:49:56.105Z daemon INFO INFO[0026] Searching tools required for board arduino:avr:mega
INFO[0026] Required tool tool="arduino:arduinoOTA@1.3.0"
INFO[0026] Required tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0026] Required tool tool="arduino:avrdude@6.3.0-arduino17"
2022-12-29T10:49:56.106Z daemon INFO INFO[0026] Adding libraries dir dir="C:\\Users\\flori\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0026] Adding libraries dir dir="C:\\Users\\flori\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0026] Adding libraries dir dir="C:\\Users\\flori\\Documents\\Arduino\\libraries" location=user
2022-12-29T10:49:57.339Z daemon INFO INFO[0027] Resolving include Wire.h for arch avr
INFO[0027] found better lib lib=Wire prio=64C
2022-12-29T10:49:58.582Z daemon INFO INFO[0028] Searching tools required for board arduino:avr:mega
2022-12-29T10:49:58.584Z daemon INFO INFO[0028] Required tool tool="arduino:arduinoOTA@1.3.0"
INFO[0028] Required tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0028] Required tool tool="arduino:avrdude@6.3.0-arduino17"
[34220:1229/115110.296:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
Haha, yeah it is a bit overwhelming! I get a lot of practice in searching through everyone's log output trying to find something possibly relevant to the problem they are having.
Unfortunately in this case I don't see any "smoking gun" in the logs.
You can see here that it did discover a serial port on COM9:
When you start Arduino IDE, is there still no port shown? I would expect the IDE to list a COM9 after showing this sort of message.
I'm also wondering about the discrepancy between the COM8 you saw in Windows Device Manager and the COM9 Arduino IDE is seeing. Does Device Manager still show the port as being on COM8? Ports do sometimes get assigned new numbers, so it is possible it changed from COM8 to COM9 since the time you checked last, in which case the discrepancy is not of interest, but usually they do stay the same so I think it is worth checking on.
Well, I have no idea what you did, but when I re-opened the Arduino IDE, it detected a certain "COM9"...
So I checked in the device manager and my Arduino nano had transformed into COM9.
I tried uploading a basic code on this COM9 (just a few lines that wrote "HIGH" on the pin D2) for debugging purposes... And it worked!!!
I still have no idea what happened nor how you fixed it...
Anyways, thanks a lot for your help ! I can finally get on with my project !
If that is not too much to ask, can someone please tell me what was actually going wrong so that I know it the future?
You are welcome. I'm glad it is working now.
Unfortunately I have no idea. The instructions I gave you were only intended to gather information. They would not be expected to fix the problem. I know it is not so satisfying, but I think we will have to just be happy it is working now without knowing the reason. If the problem comes back, please let us know and we can do more investigation. There isn't much we could do to troubleshoot the problem when the system is in a working state.
Regards,
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.