Confused on setting up Pimoroni Servo 2040

Hello,

I recently purchased a Pimoroni Servo 2040 and a bit confused on how to get started programing it in micropython. I am using a Pc to connect to the servo 2040 and see it as RPI-RP2 (D:). Do i DL the pirate brand micropython and drag it onto the RPI-RP2 (D:)?

It likely shipped preloaded with the correct Pimoroni uf2 file.
Any time your going to reload it, you put it in Boot mode and drag and drop the uf2 to it.
The one you use is the Pimoroni Pico uf2.

Thank you for your reply! I found out it had no uf2 file pre loaded. After about 8 hours and help on Discord, I was able to get it up and running.

Bummer, so far, anything I have got with an RP2040 onboard, or Pico W Attached, came preloaded and ready to go.

A few of our driver style 2040 products do not come pre-flashed (Servo2040 and Motor2040 for sure, maybe Plasma 2040 and Interstate 75 too), as there is really no “system” for them, unlike our more complex products like Yukon. Plus, it gives users the freedom to put on whichever build they choose from the outset (e.g. C++, MicroPython, CircuitPython).

Edit: Just noticed this post was from 2023 not 2024. Apologies for the rez!