Adding Nano RP2040 to Cloud fails

Hi together,
i'd like to start my first Arduino-IOT project, but i have in the beginning the problem to add the Nano RP2040 in the IOT-Cloud. I cannot find another Topic that cares about my problem.

Hopefully you can help me please?

Here's my workaround:

  1. open Arduino Cloud, login
  2. start Cloud-Apps
  3. click on the top Device
  4. Add Device -> Arduino -> search and found Arduino Nano RP2040 Connect
    in the Agend i can read the following log many times:

list

Network Ports:
[]

Serial Ports:
[
  {
    "Name": "COM3",
    "SerialNumber": "416523501CA39190",
    "IsOpen": false,
    "VendorID": "0x2341",
    "ProductID": "0x005E"
  }
]
  1. Configure with a Preset Name
  2. Start to Upload the Sketch, but now i can read the following lines in the Agend-Log:
Serial Ports:
[
  {
    "Name": "COM3",
    "SerialNumber": "416523501CA39190",
    "IsOpen": false,
    "VendorID": "0x2341",
    "ProductID": "0x005E"
  }
]

{
  "DownloadStatus": "Pending",
  "Msg": "Downloading tool windows-drivers from http://downloads.arduino.cc/tools/drivers-arduino-windows-1.8.0.zip"
}

{
  "DownloadStatus": "Pending",
  "Msg": "The tool is already present on the system"
}

{
  "DownloadStatus": "Success",
  "Msg": "Map Updated"
}

{
  "DownloadStatus": "Pending",
  "Msg": "Downloading tool rp2040tools from http://downloads.arduino.cc/tools/rp2040tools-1.0.6-windows_386.tar.bz2"
}

{
  "DownloadStatus": "Pending",
  "Msg": "The tool is already present on the system"
}

{
  "DownloadStatus": "Success",
  "Msg": "Map Updated"
}

close COM3

{
  "Error": "We could not find the serial port COM3 that you were trying to close."
}

{
  "DownloadStatus": "Error",
  "Msg": "checksum doesn't match"
}

{
  "DownloadStatus": "Pending",
  "Msg": "Unpacking tool windows-drivers"
}

{
  "DownloadStatus": "Error",
  "Msg": "remove C:\\Users\\User/.arduino-create/arduino/windows-drivers/1.8.0: The process cannot access the file because it is being used by another process."
}

this takes a while and stops with an error.

Windows 11 latest version
Arduino IDE latest version
Agend latest version

Does it means, COM3 is used by another App?
And did i forgot any Drivers?

thanky a lot!
Chris

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