Raspberry Pi Pico is not recognized by the computer

For general Flowcode discussion that does not belong in the other sections.
Post Reply
OderlandoRSilva
Posts: 26
http://meble-kuchenne.info.pl
Joined: Mon Oct 30, 2023 1:17 pm
Has thanked: 2 times
Been thanked: 5 times

Raspberry Pi Pico is not recognized by the computer

Post by OderlandoRSilva »

I installed the necessary software to compile the flowchart for the Raspberry Pi Pico. It is possible to compile the flowchart, but it is not possible to compile it directly for the Raspberry because it is not recognized in one of the computer's ports. So I am sending some screenshots of the settings. In one of the screenshots, only the flowchart compilation was done (it works). In another screenshot, an attempt was made to compile directly for the Raspberry (it does not work, because the Raspberry is not recognized). What could I be doing wrong? Maybe I forgot to install some important driver, but I don't know which one.
Attachments
Captura de tela 2025-07-07 100837.png
Captura de tela 2025-07-07 100837.png (150.52 KiB) Viewed 84 times
Captura de tela 2025-07-07 100819.png
Captura de tela 2025-07-07 100819.png (134.56 KiB) Viewed 84 times
Captura de tela 2025-07-07 100744.png
Captura de tela 2025-07-07 100744.png (104.67 KiB) Viewed 84 times

chipfryer27
Valued Contributor
Posts: 1614
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 357 times
Been thanked: 565 times

Re: Raspberry Pi Pico is not recognized by the computer

Post by chipfryer27 »

Hi

In the last screen shot above, you have forgotten to set the programming port.

Regards

medelec35
Matrix Staff
Posts: 1996
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 630 times
Been thanked: 666 times

Re: Raspberry Pi Pico is not recognized by the computer

Post by medelec35 »

Hello.
To program the PICO,
With the PICO unplugged you need to hold the BOOTSEL button down, then plug the pinco in.
You should hear the USB sound and you should see PICO's directory appear.
Now you can release BOOTSEL button, and program target.
If you wire up a PCB tactile button between the reset line and GND you wont need to have the PICO unplugged to set it in boot mode.
You press and hold reset, press and Hold BOOTSEL, release reset, then release BOOTSEL.

The above information can be found here
Martin

chipfryer27
Valued Contributor
Posts: 1614
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 357 times
Been thanked: 565 times

Re: Raspberry Pi Pico is not recognized by the computer

Post by chipfryer27 »

Hi

Don't forget to check it actually shows up in Device Manager.

If you do as Martin suggests then you should get a choice to select the Programmer Port. If you don't then you may have a driver or usb lead issue.

W11 can have driver issues.

Regards

medelec35
Matrix Staff
Posts: 1996
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 630 times
Been thanked: 666 times

Re: Raspberry Pi Pico is not recognized by the computer

Post by medelec35 »

Hi Iain.
No, the PICO does not generate a VCP, it generates its own drive instead.
If it did and Flowcode required access to it there will be n/a like there is for any targets that require a VCP., e.g Arduino, ESP32 etc.
Martin

OderlandoRSilva
Posts: 26
Joined: Mon Oct 30, 2023 1:17 pm
Has thanked: 2 times
Been thanked: 5 times

Re: Raspberry Pi Pico is not recognized by the computer

Post by OderlandoRSilva »

Hello. I checked the step by step and saw that I had not installed the raspberry SDK. I installed it and everything worked very well. I appreciate everyone's help.

chipfryer27
Valued Contributor
Posts: 1614
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 357 times
Been thanked: 565 times

Re: Raspberry Pi Pico is not recognized by the computer

Post by chipfryer27 »

Hi

Glad it is working. I like the Pico and hope the latest version Pico2 W is soon supported.

Regards

Post Reply