Skip to content

Latest commit

 

History

History
 
 

pico_w

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bluepad32 for Pico W

Install dependencies

You need to install Pico SDK. The instructions are different for Linux/macOS and Windows.

Pico SDK for Linux / macOS

Install Pico SDK: https://github.com/raspberrypi/pico-sdk

And set PICO_SDK_PATH to the correct path:

# set PICO_SDK_PATH to the correct path
export PICO_SDK_PATH=$HOME/pico-sdk/

Pico SDK for Windows

Follow these instructions

Build

And then build

mkdir build
cd build
cmake ..
make -j

Copy build/bluepad32_picow_example_app.uf2 to Pico W.

Use this guide if you are not sure how to do it:

License