Another How to turn your Pi in a Bluetooth Speaker Tutorial树莓派蓝牙配对 配网

1) Introduction

Why another Rasperry Pi Bluetooth Speaker tutorial ?

Because I could not find a reliable and up-to-date source to tell me how to proceed.
Because Bluez is real pain to configure.

My purpose here is hence to present a step-by-step consistent procedure to help anybody to turn its Raspberry Pi into a headless bluetooth speaker.

What follows has been tested on a Raspberry Pi 3 Model B Rev 1.2 running Raspbian Stretch Lite at the time of writing, i.e. March 9th, 2019.

Note : I choose pulseaudio and not alsa as I need to run and mix several applications in my project.

2) Configuring Bluetooth as an A2DP Sink

We’ll be needing pulseaudio and it’s bluetooth module.

Code: Select all

pi@raspberrypi:~ $ sudo apt-get install pulseaudio pulseaudio-module-bluetooth
<

相关推荐

  1. 树莓 ubuntu linux 去除历史配对信息

    2024-07-21 11:28:01       25 阅读
  2. 树莓使用设置wifi网络

    2024-07-21 11:28:01       15 阅读
  3. uniapp 小程序低功耗 blefi 物联网

    2024-07-21 11:28:01       28 阅读
  4. uniapp 小程序低功耗 ble 物联网

    2024-07-21 11:28:01       26 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-21 11:28:01       52 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-21 11:28:01       54 阅读
  3. 在Django里面运行非项目文件

    2024-07-21 11:28:01       45 阅读
  4. Python语言-面向对象

    2024-07-21 11:28:01       55 阅读

热门阅读

  1. Python面试题:Python中的记忆化与缓存技术

    2024-07-21 11:28:01       16 阅读
  2. nginx的配置

    2024-07-21 11:28:01       14 阅读
  3. Choosing The Commander

    2024-07-21 11:28:01       19 阅读
  4. 测试人员如何进行需求分析

    2024-07-21 11:28:01       18 阅读
  5. 设计模式--模板方法

    2024-07-21 11:28:01       17 阅读
  6. 使用winget安装git

    2024-07-21 11:28:01       20 阅读
  7. [C/C++入门][for]22、输出奇偶数之和

    2024-07-21 11:28:01       17 阅读
  8. 科普文:CodeReview小结

    2024-07-21 11:28:01       18 阅读