Programming a PICOw using the XRP WPI code editor?

The XRP WPI code editor does not recognize a PICOw that is just a PICOw. I was hoping to use these basic units without the entire XRP circuit board for student programming practice.
Is there a bootloader I need to flash onto my PICO’s?

Can you give a little more information about what you are hoping to get from the PICOw if it is not hooked to any peripherals? It feels like just running the WPILib code in the simulator without a board might be enough. Of course the students would miss out on the excitement of seeing their code move a robot.

HI Frank,
I have been using the RaspberryPi PICO in my classes ever since it was released in 2021. We do various types of automation with small micros in my lab assignments.
I was looking forward to having a common coding development environment with the bare PICO & the XRP Control board.
MikeH

1 Like

Oh, I misunderstood. When you said the XRP WPI editor, I thought you were talking about the FIRST WPILib editor. It does need to be a PICOw versus just a regular PICO and it needs to have Micropython loaded on it. Other than that it should connect to it.