Skip to content
Discussion options

You must be logged in to vote

… I couldn't identify whether the standard firmware of the raspberry pi pico makes use of BTstack or not.

It does not. It can not: there's no BT hardware on the regular Pico to call.

To put your mind at ease, here's a string search for "BTstack" (case insensitve) in the Pico variant UF2 files:

Pico W

strings rp2-pico-w-20230714-unstable-v1.20.0-283-g7d66ae603.uf2 | grep -i btstack
 MPY BTSTACK
 Please configure btstack_tlv to let BTstack setup ER and IR keys

So the Pico W code is likely to contain BTStack, but Raspberry Pi Ltd has already pre-paid for a commercial licence on this hardware.

Pico

strings rp2-pico-20230714-unstable-v1.20.0-283-g7d66ae603.uf2 | grep -i btstack

There was n…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@Josverl
Comment options

Josverl Jul 18, 2023
Collaborator Sponsor

@dlech
Comment options

@edy14431
Comment options

@dlech
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by edy14431
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants