Step 3 - Connect to your Pico-SDK-JS via the CLI
-
Make sure your Raspberry Pi Pico is connected via USB and run
psj
to start the CLIRunning
psj
will automatically attempt to connect to the first device running the Pico-SDK-JS engine. If you have multiple devices running the Pico-SDK-JS engine, then you can connect to a specific device viapsj --connection <device name>
. For more information on connecting see CLI Command Line Usage