nRF Connect VS Code Extention

I'm having an issue while trying to install the nRF Connect vsCode extension. I assume that extension has auto board detection feature. However, on my computer, this feature does not work as expected. There is another device connected to my computer which opens a couple of virtual com ports. When I enable the nrf extension, it continuously opens and closes these com ports, making them unusable. How can I disable the auto-board-detection feature ? 

Parents Reply Children
  • Hi Dejan, 

    Here is the output: 

    PS C:\Users\A.ogur> nrfutil device list --hotplug
    1057715871
    Product         J-Link
    Board version   PCA10156
    Ports           COM143, vcom: 0
                    COM142, vcom: 1
    Traits          jlink, devkit, usb, serialPorts, seggerUsb, boardController
    
    Supported devices found: 1
    
    ^S
    PS C:\Users\A.ogur> nrfutil device device-info --serial-number 1057715871                   
    serial_number: 001057715871        
            boardVersion: PCA10156     
            deviceFamily: NRF54L_FAMILY
            deviceName: nRF54L15       
            deviceVersion: NRF54L15_xxAA_REV1
            jlinkObFirmwareVersion: J-Link OB-nRF5340-NordicSemi compiled Feb 11 2025 17:15:35
    
    PS C:\Users\A.ogur> 

    Best Regards,

    Emre.

  • Hi Emre,

    Did running "nrfutil device device-info --serial-number 1057715871" also cause "..., it continuously opens and closes these com ports, making them unusable"?

    Best regards,
    Dejan

  • Hi Dejan, 

    The problem starts happenning as soon as I open the VS Code while the Quectel device is connected via USB. And when I disable the nRF Connect extention, it stops happening. So I can not tell you whether the problem can be created by that command or not. 

    Best Regards, 

    Emre. 

  • Hi Emre,

    dejans said:
    Did running "nrfutil device device-info --serial-number 1057715871" also cause "..., it continuously opens and closes these com ports, making them unusable"?
    Emre Bayraktar said:
    The problem starts happenning as soon as I open the VS Code while the Quectel device is connected via USB. And when I disable the nRF Connect extention, it stops happening. So I can not tell you whether the problem can be created by that command or not. 

    What happens if you run the command (shown above) when Quectel device is not connected and you do not disable nRF Connect extension?

    Best regards,
    Dejan

  • Hi Dejan, 

    Nothing unexpected happens and the problem do not occur. Here is the output: 

    PS C:\Users\A.ogur\Desktop\kernel_07.new_hw> nrfutil device device-info --serial-number 1057715871
    serial_number: 001057715871
            boardVersion: PCA10156
            deviceFamily: NRF54L_FAMILY
            deviceName: nRF54L15
            deviceVersion: NRF54L15_xxAA_REV1
            jlinkObFirmwareVersion: J-Link OB-nRF5340-NordicSemi compiled Jul  8 2025 10:15:34
    
    PS C:\Users\A.ogur\Desktop\kernel_07.new_hw>

Related