The Raspbery Pi Pico W adds to the Pico the ability to do network communication using WiFi (and, maybe, Bluetooth in the future). For starters, I will focus on C/C++ programming. The first steps in learning about the way WiFi is implemented and how to use it are the SDK documentation and the official examples . For those who want an easier and faster path, there is also MicroPython support. My first Pico W!