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:
- open Arduino Cloud, login
- start Cloud-Apps
- click on the top Device
- 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"
}
]
- Configure with a Preset Name
- 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