Serial Monitor Not Displaying Nano Output

Hello and good day. I am new to the Arduino IDE and am trying my first attempts at coding an Arduino Nano to work with an MPU6050.

Background info, after installing the Arduino IDE 2.3.2, and connecting my nano board to the USB port on my PC. I have successfully uploaded the example "blink" code and it does make the nano LED blink so I am getting that far at least.

When trying the MPU6050 "basic_readings" example code my serial monitor doesn't display anything after the upload. What is displayed in the serial monitor window:

Sketch uses 13300 bytes (43%) of program storage space. Maximum is 30720 bytes.
Global variables use 896 bytes (43%) of dynamic memory, leaving 1152 bytes for local variables. Maximum is 2048 bytes.

To test the nano output to the serial monitor I also tried the sample code for "Communication: ASCIITable" and after uploading I don't get anything in the serial monitor.

I should also note that the serial monitor output window does not display a baud rate setting in the corner next to the clear output and scroll buttons.

I started a powershell debug window and here are the results after opening and uploading the MUP6050 basic_readings example code:

PS D:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS D:\Program Files\Arduino IDE>
Arduino IDE 2.3.2
Checking for frontend application configuration customizations. Module path: D:\Program Files\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': D:\Program Files\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.2" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.35.3" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-02-20T10:04:35.814Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"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.2","cliVersion":"0.35.3","buildDate":"2024-02-20T10:04:35.814Z"}
Starting backend process. PID: 19064
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/H200i/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-03-23T04:02:40.555Z root INFO Backend Object.initialize: 3.7 ms [Finished 0.512 s after backend start]
2024-03-23T04:02:40.556Z root INFO Backend Object.configure: 3.0 ms [Finished 0.512 s after backend start]
2024-03-23T04:02:40.556Z root INFO Backend s.onStart: 1.6 ms [Finished 0.512 s after backend start]
2024-03-23T04:02:40.557Z root INFO Backend s.configure: 0.3 ms [Finished 0.534 s after backend start]
2024-03-23T04:02:40.557Z root INFO Backend d.onStart: 0.2 ms [Finished 0.534 s after backend start]
2024-03-23T04:02:40.558Z root INFO Backend d.configure: 0.1 ms [Finished 0.534 s after backend start]
2024-03-23T04:02:40.559Z root INFO Backend d.initialize: 22.1 ms [Finished 0.534 s after backend start]
2024-03-23T04:02:40.559Z root INFO Backend c.onStart: 0.3 ms [Finished 0.534 s after backend start]
2024-03-23T04:02:40.559Z root INFO Backend a.configure: 1.3 ms [Finished 0.536 s after backend start]
2024-03-23T04:02:40.561Z config INFO >>> Initializing CLI configuration...
2024-03-23T04:02:40.561Z root INFO Backend c.initialize: 0.4 ms [Finished 0.536 s after backend start]
2024-03-23T04:02:40.561Z root INFO Backend R.onStart: 0.6 ms [Finished 0.536 s after backend start]
2024-03-23T04:02:40.562Z config INFO Loading CLI configuration from c:\Users\H200i\.arduinoIDE\arduino-cli.yaml...
2024-03-23T04:02:40.562Z daemon INFO Starting daemon from D:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-03-23T04:02:40.562Z root INFO Backend a.initialize: 0.3 ms [Finished 0.537 s after backend start]
2024-03-23T04:02:40.562Z root INFO Backend w.onStart: 1.0 ms [Finished 0.538 s after backend start]
2024-03-23T04:02:40.562Z root INFO Backend r.configure: 1.6 ms [Finished 0.538 s after backend start]
2024-03-23T04:02:40.562Z discovery-log INFO start
2024-03-23T04:02:40.563Z discovery-log INFO start new deferred
2024-03-23T04:02:40.563Z root INFO Backend d.initialize: 0.5 ms [Finished 0.539 s after backend start]
2024-03-23T04:02:40.563Z root INFO Backend y.onStart: 1.9 ms [Finished 0.540 s after backend start]
2024-03-23T04:02:40.563Z root INFO Backend r.configure: 1.6 ms [Finished 0.540 s after backend start]
2024-03-23T04:02:40.563Z root INFO Backend a.onStart: 0.5 ms [Finished 0.541 s after backend start]
2024-03-23T04:02:40.563Z root INFO Backend h.configure: 0.4 ms [Finished 0.542 s after backend start]
2024-03-23T04:02:40.563Z root INFO Backend s.configure: 0.1 ms [Finished 0.542 s after backend start]
2024-03-23T04:02:40.563Z root INFO Backend l.configure: 0.1 ms [Finished 0.542 s after backend start]
2024-03-23T04:02:40.565Z root INFO Theia app listening on http://127.0.0.1:26310.
2024-03-23T04:02:40.565Z root INFO Finished starting backend application: 2.8 ms [Finished 0.544 s after backend start]
2024-03-23T04:02:40.566Z root WARN The local plugin referenced by local-dir:/c%3A/Users/H200i/.arduinoIDE/plugins does not exist.
2024-03-23T04:02:40.566Z root WARN The local plugin referenced by local-dir:/c%3A/Users/H200i/.arduinoIDE/extensions does not exist.
2024-03-23T04:02:40.566Z root WARN The local plugin referenced by local-dir:C:\Users\H200i\.arduinoIDE\plugins does not exist.
2024-03-23T04:02:40.581Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\H200i\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\H200i\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\H200i\\OneDrive\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2024-03-23T04:02:40.581Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2024-03-23T04:02:40.581Z config INFO Loaded the CLI configuration.
2024-03-23T04:02:40.585Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/H200i/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/H200i/OneDrive/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2024-03-23T04:02:40.585Z config INFO Validating the CLI configuration...
2024-03-23T04:02:40.585Z config INFO The CLI config is valid.
2024-03-23T04:02:40.585Z config INFO <<< Initialized the CLI configuration.
2024-03-23T04:02:40.599Z root INFO Resolve plugins list: 37.9 ms [Finished 0.578 s after backend start]
2024-03-23T04:02:40.687Z daemon INFO time="2024-03-22T22:02:40-06:00" level=info msg="Using config file: c:\\Users\\H200i\\.arduinoIDE\\arduino-cli.yaml"
time="2024-03-22T22:02:40-06:00" level=info msg="arduino-cli.exe version 0.35.3"
time="2024-03-22T22:02:40-06:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:26311
{"IP":"127.0.0.1","Port":"26311"}
2024-03-23T04:02:40.687Z daemon INFO Daemon is running.
2024-03-23T04:02:40.759Z daemon INFO time="2024-03-22T22:02:40-06:00" level=info msg="Checking signature" index="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
time="2024-03-22T22:02:40-06:00" level=info msg="Loading hardware from: C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages"
time="2024-03-22T22:02:40-06:00" level=info msg="Loading package arduino from: C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
time="2024-03-22T22:02:40-06:00" level=info msg="Missing signature file" index="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
time="2024-03-22T22:02:40-06:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2024-03-22T22:02:40-06:00" level=info msg="Missing signature file" index="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json"
time="2024-03-22T22:02:40-06:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded platform" platform="arduino:megaavr@1.8.8"
time="2024-03-22T22:02:40-06:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2024-03-22T22:02:40-06:00" level=info msg="Loading tools from dir: C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2024-03-22T22:02:40-06:00" level=info msg="Loading package builtin from: C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\builtin"
time="2024-03-22T22:02:40-06:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-03-22T22:02:40-06:00" level=info msg="Loading tools from dir: C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
time="2024-03-22T22:02:40-06:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
time="2024-03-22T22:02:40-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\libraries" location=platform
time="2024-03-22T22:02:40-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
time="2024-03-22T22:02:40-06:00" level=info msg="Loading libraries index file" index="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\library_index.json"
2024-03-23T04:02:40.981Z daemon INFO time="2024-03-22T22:02:40-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\libraries" location=ide
time="2024-03-22T22:02:40-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\OneDrive\\Documents\\Arduino\\libraries" location=user
2024-03-23T04:02:41.069Z discovery-log INFO start resolved watching
2024-03-23T04:02:41.070Z daemon INFO time="2024-03-22T22:02:41-06:00" level=info msg="starting discovery builtin:serial-discovery process"
2024-03-23T04:02:41.070Z daemon INFO time="2024-03-22T22:02:41-06:00" level=info msg="starting discovery builtin:mdns-discovery process"
2024-03-23T04:02:41.080Z daemon INFO time="2024-03-22T22:02:41-06:00" level=info msg="started discovery builtin:mdns-discovery process"
time="2024-03-22T22:02:41-06:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:mdns-discovery"
time="2024-03-22T22:02:41-06:00" level=info msg="started discovery builtin:serial-discovery process"
time="2024-03-22T22:02:41-06:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:serial-discovery"
2024-03-23T04:02:41.097Z daemon INFO time="2024-03-22T22:02:41-06:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-03-22T22:02:41-06:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery"
time="2024-03-22T22:02:41-06:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-03-22T22:02:41-06:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK"
time="2024-03-22T22:02:41-06:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery"
time="2024-03-22T22:02:41-06:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK"
2024-03-23T04:02:41.132Z daemon INFO time="2024-03-22T22:02:41-06:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: COM3"
2024-03-23T04:02:41.135Z 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":""}
2024-03-23T04:02:41.413Z root INFO Deploy plugins list: 37.9 ms [Finished 1.392 s after backend start]
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-03-23T04:02:42.276Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 133.6 ms [Finished 1.617 s after frontend start]
2024-03-23T04:02:42.276Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-03-23T04:02:42.650Z root INFO Start frontend contributions: 392.0 ms [Finished 1.817 s after frontend start]
2024-03-23T04:02:42.650Z root INFO Changed application state from 'init' to 'started_contributions'.
2024-03-23T04:02:42.650Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2024-03-23T04:02:42.650Z root INFO >>> Restoring the layout state...
2024-03-23T04:02:42.650Z root INFO <<< Nothing to restore.
2024-03-23T04:02:42.650Z root INFO Initialize the workbench layout: 20.3 ms [Finished 1.874 s after frontend start]
2024-03-23T04:02:42.650Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2024-03-23T04:02:42.676Z root INFO [76925899-cfb4-4529-a45f-27d4a6e5c83a] Waiting for backend deployment: 235.8 ms [Finished 2.048 s after frontend start]
2024-03-23T04:02:43.138Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132) starting instance
2024-03-23T04:02:43.645Z root INFO [76925899-cfb4-4529-a45f-27d4a6e5c83a] Sync of 23 plugins: 948.4 ms [Finished 2.996 s after frontend start]
2024-03-23T04:02:43.647Z root INFO [76925899-cfb4-4529-a45f-27d4a6e5c83a] Loading plugin contributions
2024-03-23T04:02:43.647Z root INFO [76925899-cfb4-4529-a45f-27d4a6e5c83a] Load contributions of 23 plugins: 24.2 ms [Finished 3.021 s after frontend start]
2024-03-23T04:02:43.662Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2024-03-23T04:02:43.662Z root WARN a registered grammar configuration for 'cpp' language is overridden
2024-03-23T04:02:43.917Z root INFO Frontend application start: 1684.7 ms [Finished 3.896 s after backend start]
2024-03-23T04:02:43.945Z root INFO Replace loading indicator with ready workbench UI (animation): 1268.0 ms [Finished 3.159 s after frontend start]
2024-03-23T04:02:43.945Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2024-03-23T04:02:43.945Z root WARN Linked preference "workbench.colorCustomizations" not found.
Checking for update
2024-03-23T04:02:44.334Z root ERROR ---- !!!SLOW!!! DURATION: search took 347.607 ms. Args: [{"type":"Updatable"}] ----
2024-03-23T04:02:44.444Z root ERROR [hosted-plugin: 20132] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2024-03-23T04:02:44.445Z root ERROR [hosted-plugin: 20132] 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
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
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
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
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
2024-03-23T04:02:44.445Z root ERROR [hosted-plugin: 20132] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
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 nullConflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
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
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
2024-03-23T04:02:44.445Z root ERROR [hosted-plugin: 20132] 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
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2024-03-23T04:02:44.454Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): PluginManagerExtImpl/init()
2024-03-23T04:02:44.456Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-arduino-api@0.1.2 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.512Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(cortex-debug@1.5.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.512Z root INFO [hosted-plugin: 20132] Debugger contribution has been registered: cortex-debug
2024-03-23T04:02:44.513Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-arduino-tools@0.1.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.514Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(cpp@1.52.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.515Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(json@1.46.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.516Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(json-language-features@1.46.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.517Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-bg@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.518Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-cs@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.519Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-de@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.520Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-es@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.521Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-fr@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.521Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-hu@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.522Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-it@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.522Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-ja@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.522Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-ko@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.523Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-nl@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.523Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-pl@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.523Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-pt-BR@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.524Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-ru@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.524Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-tr@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.524Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-uk@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.525Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-zh-hans@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.525Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): initializing(vscode-language-pack-zh-hant@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:02:44.530Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): PluginManagerExtImpl/loadPlugin(D:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2024-03-23T04:02:44.534Z root INFO [hosted-plugin: 20132] calling activation function on Arduino IDE API for VS Code extensions
2024-03-23T04:02:44.537Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): PluginManagerExtImpl/loadPlugin(D:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2024-03-23T04:02:44.566Z root INFO [hosted-plugin: 20132] calling activation function on JSON Language Features (built-in)
2024-03-23T04:02:44.591Z root INFO [76925899-cfb4-4529-a45f-27d4a6e5c83a] Starting plugins.
2024-03-23T04:02:44.613Z root INFO [hosted-plugin: 20132] PLUGIN_HOST(20132): PluginManagerExtImpl/loadPlugin(D:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2024-03-23T04:02:44.647Z root INFO [hosted-plugin: 20132] Debug configuration provider has been registered: cortex-debug, trigger: 1
2024-03-23T04:02:44.647Z root INFO [hosted-plugin: 20132] calling activation function on Cortex-Debug
2024-03-23T04:02:44.652Z root INFO [hosted-plugin: 20132] GDB server console created
2024-03-23T04:02:44.658Z root INFO [76925899-cfb4-4529-a45f-27d4a6e5c83a] Start of 23 plugins: 1002.4 ms [Finished 4.035 s after frontend start]
Update for version 2.3.2 is not available (latest version: 2.3.2, downgrade is allowed).
2024-03-23T04:03:00.361Z 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\H200i\OneDrive\Documents\Arduino\libraries\Adafruit_MPU6050\examples\basic_readings\basic_readings.ino>, response: <c:\Users\H200i\OneDrive\Documents\Arduino\libraries\Adafruit_MPU6050\examples\basic_readings>.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-03-23T04:03:01.969Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 104.9 ms [Finished 1.554 s after frontend start]
2024-03-23T04:03:01.969Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-03-23T04:03:02.323Z root INFO Start frontend contributions: 357.2 ms [Finished 1.740 s after frontend start]
2024-03-23T04:03:02.323Z root INFO Changed application state from 'init' to 'started_contributions'.
2024-03-23T04:03:02.323Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2024-03-23T04:03:02.323Z root INFO >>> Restoring the layout state...
2024-03-23T04:03:02.323Z root INFO <<< Nothing to restore.
2024-03-23T04:03:02.323Z root INFO Initialize the workbench layout: 20.0 ms [Finished 1.799 s after frontend start]
2024-03-23T04:03:02.323Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2024-03-23T04:03:02.345Z root INFO [48c789f6-e7df-4a07-bdee-b298dfd8ae6a] Waiting for backend deployment: 225.4 ms [Finished 1.961 s after frontend start]
2024-03-23T04:03:02.761Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696) starting instance
2024-03-23T04:03:03.266Z root INFO [48c789f6-e7df-4a07-bdee-b298dfd8ae6a] Sync of 23 plugins: 898.3 ms [Finished 2.860 s after frontend start]
2024-03-23T04:03:03.267Z root INFO [48c789f6-e7df-4a07-bdee-b298dfd8ae6a] Loading plugin contributions
2024-03-23T04:03:03.268Z root INFO [48c789f6-e7df-4a07-bdee-b298dfd8ae6a] Load contributions of 23 plugins: 23.5 ms [Finished 2.883 s after frontend start]
2024-03-23T04:03:03.293Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2024-03-23T04:03:03.293Z root WARN a registered grammar configuration for 'cpp' language is overridden
2024-03-23T04:03:03.541Z root INFO Frontend application start: 1611.8 ms [Finished 23.520 s after backend start]
2024-03-23T04:03:03.555Z root INFO Replace loading indicator with ready workbench UI (animation): 1208.8 ms [Finished 3.024 s after frontend start]
2024-03-23T04:03:03.555Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2024-03-23T04:03:03.555Z root WARN Linked preference "workbench.colorCustomizations" not found.
2024-03-23T04:03:03.609Z root INFO Executing startup tasks:
2024-03-23T04:03:03.610Z root INFO  - 'arduino-use-inherited-boards-config' , args: [{},{}]
2024-03-23T04:03:04.237Z root ERROR [hosted-plugin: 14696] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2024-03-23T04:03:04.237Z root ERROR [hosted-plugin: 14696] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
2024-03-23T04:03:04.237Z root ERROR [hosted-plugin: 14696] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
2024-03-23T04:03:04.237Z root ERROR [hosted-plugin: 14696] 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
2024-03-23T04:03:04.237Z root ERROR [hosted-plugin: 14696] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2024-03-23T04:03:04.238Z root ERROR [hosted-plugin: 14696] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
2024-03-23T04:03:04.238Z root ERROR [hosted-plugin: 14696] 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
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 nullConflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
2024-03-23T04:03:04.238Z root ERROR [hosted-plugin: 14696] 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
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
2024-03-23T04:03:04.238Z root ERROR [hosted-plugin: 14696] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2024-03-23T04:03:04.247Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): PluginManagerExtImpl/init()
2024-03-23T04:03:04.248Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-arduino-api@0.1.2 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.315Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(cortex-debug@1.5.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.315Z root INFO [hosted-plugin: 14696] Debugger contribution has been registered: cortex-debug
2024-03-23T04:03:04.316Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-arduino-tools@0.1.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.316Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(cpp@1.52.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.318Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(json@1.46.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.318Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(json-language-features@1.46.1 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.320Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-bg@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.320Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-cs@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.321Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-de@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.322Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-es@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.323Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-fr@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.323Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-hu@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.324Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-it@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.324Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-ja@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.324Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-ko@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.325Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-nl@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.325Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-pl@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.326Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-pt-BR@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.327Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-ru@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.327Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-tr@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.328Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-uk@1.48.3 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.328Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-zh-hans@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.328Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): initializing(vscode-language-pack-zh-hant@1.80.0 with D:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-03-23T04:03:04.333Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): PluginManagerExtImpl/loadPlugin(D:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2024-03-23T04:03:04.337Z root INFO [hosted-plugin: 14696] calling activation function on Arduino IDE API for VS Code extensions
2024-03-23T04:03:04.339Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): PluginManagerExtImpl/loadPlugin(D:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2024-03-23T04:03:04.369Z root INFO [hosted-plugin: 14696] calling activation function on JSON Language Features (built-in)
2024-03-23T04:03:04.395Z root INFO [48c789f6-e7df-4a07-bdee-b298dfd8ae6a] Starting plugins.
2024-03-23T04:03:04.414Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): PluginManagerExtImpl/loadPlugin(D:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2024-03-23T04:03:04.450Z root INFO [hosted-plugin: 14696] Debug configuration provider has been registered: cortex-debug, trigger: 1
2024-03-23T04:03:04.450Z root INFO [hosted-plugin: 14696] calling activation function on Cortex-Debug
2024-03-23T04:03:04.455Z root INFO [hosted-plugin: 14696] GDB server console created
2024-03-23T04:03:04.460Z root INFO [48c789f6-e7df-4a07-bdee-b298dfd8ae6a] Start of 23 plugins: 1182.6 ms [Finished 4.077 s after frontend start]
2024-03-23T04:03:16.923Z root INFO Starting language server: arduino:avr:nano:cpu=atmega328
2024-03-23T04:03:16.930Z daemon INFO time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
2024-03-23T04:03:16.930Z daemon INFO time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.0"
time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.14.1"
time="2024-03-22T22:03:16-06:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
2024-03-23T04:03:16.932Z root ERROR Failed to get debug config: arduino:avr:nano:cpu=atmega328, undefined Error: Debugging is not supported.
    at Object.callback (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:81340)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:788706)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784657)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784102)
    at D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:870224
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-03-23T04:03:16.932Z root ERROR Request checkDebugEnabled failed with error: Debugging is not supported. Error: Debugging is not supported.
    at Object.callback (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:81340)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:788706)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784657)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784102)
    at D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:870224
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-03-23T04:03:16.936Z root INFO [hosted-plugin: 14696] PLUGIN_HOST(14696): PluginManagerExtImpl/loadPlugin(D:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2024-03-23T04:03:16.962Z root INFO [hosted-plugin: 14696] calling activation function on VS Code Arduino Tools
2024-03-23T04:03:17.340Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-03-23T04:03:17.340Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
2024-03-23T04:03:17.341Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\OneDrive\\Documents\\Arduino\\libraries" location=user
2024-03-23T04:03:17.529Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Resolving include Adafruit_MPU6050.h for arch avr"
2024-03-23T04:03:17.529Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="  found better lib" lib="Adafruit MPU6050" prio=6A7
2024-03-23T04:03:17.606Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Resolving include Adafruit_BusIO_Register.h for arch avr"
2024-03-23T04:03:17.606Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="  found better lib" lib="Adafruit BusIO" prio=3EB
2024-03-23T04:03:17.684Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Resolving include Wire.h for arch avr"
time="2024-03-22T22:03:17-06:00" level=info msg="  found better lib" lib=Wire prio=6B0
2024-03-23T04:03:17.762Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Resolving include SPI.h for arch avr"
time="2024-03-22T22:03:17-06:00" level=info msg="  found better lib" lib=SPI prio=6B0
2024-03-23T04:03:17.840Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="Resolving include Adafruit_Sensor.h for arch avr"
2024-03-23T04:03:17.840Z daemon INFO time="2024-03-22T22:03:17-06:00" level=info msg="  found better lib" lib="Adafruit Unified Sensor" prio=3EB
2024-03-23T04:03:19.303Z daemon INFO time="2024-03-22T22:03:19-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-03-23T04:03:19.303Z daemon INFO time="2024-03-22T22:03:19-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
2024-03-23T04:03:19.303Z daemon INFO time="2024-03-22T22:03:19-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\OneDrive\\Documents\\Arduino\\libraries" location=user
2024-03-23T04:03:23.820Z daemon INFO time="2024-03-22T22:03:23-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-03-23T04:03:23.820Z daemon INFO time="2024-03-22T22:03:23-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
2024-03-23T04:03:23.821Z daemon INFO time="2024-03-22T22:03:23-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\OneDrive\\Documents\\Arduino\\libraries" location=user
2024-03-23T04:03:23.986Z daemon INFO time="2024-03-22T22:03:23-06:00" level=info msg="Resolving include Adafruit_MPU6050.h for arch avr"
2024-03-23T04:03:23.986Z daemon INFO time="2024-03-22T22:03:23-06:00" level=info msg="  found better lib" lib="Adafruit MPU6050" prio=6A7
2024-03-23T04:03:24.063Z daemon INFO time="2024-03-22T22:03:24-06:00" level=info msg="Resolving include Adafruit_BusIO_Register.h for arch avr"
2024-03-23T04:03:24.063Z daemon INFO time="2024-03-22T22:03:24-06:00" level=info msg="  found better lib" lib="Adafruit BusIO" prio=3EB
2024-03-23T04:03:24.140Z daemon INFO time="2024-03-22T22:03:24-06:00" level=info msg="Resolving include Wire.h for arch avr"
time="2024-03-22T22:03:24-06:00" level=info msg="  found better lib" lib=Wire prio=6B0
2024-03-23T04:03:24.218Z daemon INFO time="2024-03-22T22:03:24-06:00" level=info msg="Resolving include SPI.h for arch avr"
time="2024-03-22T22:03:24-06:00" level=info msg="  found better lib" lib=SPI prio=6B0
2024-03-23T04:03:24.311Z daemon INFO time="2024-03-22T22:03:24-06:00" level=info msg="Resolving include Adafruit_Sensor.h for arch avr"
2024-03-23T04:03:24.311Z daemon INFO time="2024-03-22T22:03:24-06:00" level=info msg="  found better lib" lib="Adafruit Unified Sensor" prio=3EB
2024-03-23T04:03:26.877Z root INFO Executing 'arduino.languageserver.notifyBuildDidComplete' with "file:///c%3A/Users/H200i/AppData/Local/Temp/arduino/sketches/1A0AA17CAE199984B521705BB9AC890C"
2024-03-23T04:03:26.922Z daemon INFO time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
2024-03-23T04:03:26.922Z daemon INFO time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.0"
time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
2024-03-23T04:03:26.922Z daemon INFO time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.14.1"
2024-03-23T04:03:26.922Z daemon INFO time="2024-03-22T22:03:26-06:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
2024-03-23T04:03:26.923Z root ERROR Failed to get debug config: arduino:avr:nano:cpu=atmega328, undefined Error: Debugging is not supported.
    at Object.callback (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:81340)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:788706)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784657)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784102)
    at D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:870224
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-03-23T04:03:26.923Z root ERROR Request checkDebugEnabled failed with error: Debugging is not supported. Error: Debugging is not supported.
    at Object.callback (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:81340)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:788706)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784657)
    at Object.onReceiveStatus (D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:784102)
    at D:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:870224
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-03-23T04:03:28.207Z daemon INFO time="2024-03-22T22:03:28-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-03-23T04:03:28.207Z daemon INFO time="2024-03-22T22:03:28-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
2024-03-23T04:03:28.207Z daemon INFO time="2024-03-22T22:03:28-06:00" level=info msg="Adding libraries dir" dir="C:\\Users\\H200i\\OneDrive\\Documents\\Arduino\\libraries" location=user
2024-03-23T04:03:31.941Z root INFO Received port after upload [arduino+serial://COM3, arduino:avr:nano:cpu=atmega328, basic_readings]. Before port: {"address":"COM3","addressLabel":"COM3","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x7523","serialNumber":"","vid":"0x1A86"}}, after port: {"address":"COM3","addressLabel":"COM3","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x7523","serialNumber":"","vid":"0x1A86"}}

Is there a driver that I need to install to ensure proper communication via the USB port? Or perhaps there is something else I am missing.

I thank you all in advance for taking the time to read my post and if possible offer assistance to my noob self.

Edit: I am running on Windows 10

Well never mind my post. After a reboot of my PC the serial monitor is displaying the nano output. Now I just need to determine why my nano board cant find the 6050. lol Maybe a loose wire on the breadboard connections. I will double check that stuff.

That is not the Serial Monitor but the output Window. I use the key combination<ctrl><shift>M to open the serial monitor. There is also an icon somewhere (no IDE 2.x at hand) and you can open it from the tools menu.

1 Like

Thanks! Now I really feel like a noob! lol Seriouusly though, thanks. It's never too late to stop learning and I am just beginning this adventure.

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