Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4983

SDK • [Solved] Re: How to connect a DAC to the Pico2 W as a2dp sink?

$
0
0
these commands worked now:

Code:

base=~/pico-mastermkdir "$base"cd "$base"git clone git@github.com:raspberrypi/pico-sdk.gitcd pico-sdkgit submodule update --initcd ..export PICO_SDK_PATH="$base"/pico-sdkgit clone git@github.com:raspberrypi/pico-extras.gitexport PICO_EXTRAS_PATH="$base"/pico-extras/git clone git@github.com:raspberrypi/pico-examples.gitcd pico-examples/mkdir build && cd build && cmake -DPICO_BOARD=pico2_w -DCMAKE_BUILD_TYPE=Debug ..make -j8cp ./pico_w/bt/a2dp_sink_demo/picow_bt_example_a2dp_sink_demo_background.uf2 /run/media/$USER/RP2??0/

Statistics: Posted by joba1 — Sat Jan 04, 2025 11:15 pm



Viewing all articles
Browse latest Browse all 4983

Trending Articles