JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
506 stars 106 forks source link

Arduino Nano RP2040 Connect not detected #277

Open DanieleZiz opened 8 months ago

DanieleZiz commented 8 months ago

Hello! I'm trying to connect Arduino Nano RP2040 Connect as a Raspberry Pico platform with the plugin on a Windows computer, but it can't be detected, even specifying the correct port (which in my case, was COM4). The REPL runs flawlessly on COM4 using Arduino Lab for Micropython, but i'd like to use Pycharm for versioning purposes.

pmoses commented 8 months ago

I have the same issue on RPi Pico. Solution: Running Thonny, it detects COM port flawlessly. Close Thonny, add the right com port to the Settings -> Languages & Frameworks -> MicroPython: Device Path: COM6

image
DanieleZiz commented 8 months ago

But i can see the RP2040 is connected to port COM4 from device manager; the problem is that even writing COM4 in the Device path won't work for me

EDIT: Nevermind, i thought you had to click on Detect after writing the port in the textbox. Ignoring that button and just applying the modification worked. Can be closed for me

britesc commented 6 months ago

See https://github.com/JetBrains/intellij-micropython/issues/275