Grablo Help Grablo Help
  • User Manual
  • Tips
  • News
  • Go to
    • Grablo Home
    • Grablo App
  • 한국어
Grablo Help Grablo Help
문의하기
Grablo Help Grablo Help
  • User Manual
  • Tips
  • News
  • Go to
    • Grablo Home
    • Grablo App
  • 한국어
loading
  1. Home
  2. Tips
  3. Audio/Video
  4. Playing Audio Through Bluetooth Speakers
Updated on August 11, 2025

Tips

  • Folder icon closed Folder open iconBasics
    • Bits and Bytes
    • Digital Input/Output
    • Digital/Analog Signals
    • Calculating LED Resistor Values
    • Pull-up/down Resistors
    • 3.3V ↔ 5V Conversion
    • Serial Communication (UART)
    • DC Motor, Servo Motor, Stepper Motor
    • Multi Thread
    • Relay
  • Folder icon closed Folder open iconHardware
    • Raspberry Pi
      • GPIO
      • Installing Operating System
      • How to Change 1-Wire Pin
      • How to Find I2C Device Addresses
      • Raspberry Pi vs Arduino
      • Serial (UART) Port
      • Using Desktop Environment with VNC
    • Beagle Bone
      • GPIO
      • Installing Operating System
    • Jetson Nano
      • GPIO
      • Installing Operating System
    • GPIO Expander
      • FT232H/FT2232H/FT4232H
      • MCP2221A
      • NUMATO USB-GPIO
  • Folder icon closed Folder open iconLinux
    • Linux Directory Structure
    • Configuring Linux Auto Login
    • Installing Linux on Windows (Virtual Machine)
    • Installing Linux on macOS (Virtual Machine)
    • Installing SSH Server
    • Finding Your Controller’s IP Address
    • Connecting via SSH
    • Transferring Files Between PC and Controller
    • Fixing “User is not in the sudoers file” Error
  • Folder icon closed Folder open iconAudio/Video
    • Fixing Audio Stuttering and Latency Issues
    • Playing Audio Through Bluetooth Speakers
    • Selecting Instruments from SoundFont Files
    • Fixing “Failed to create new vlc instance” Error
  • Folder icon closed Folder open iconDatabase
    • Setting Up Firebase Database
  • Folder icon closed Folder open iconIoT
    • Setting Up Google Cloud TTS/STT
    • Setting Up OpenAI TTS/STT
    • Setting Up ElevenLabs TTS
    • Setting Up Telegram Bot
    • Getting Data from WeatherAPI.com

Playing Audio Through Bluetooth Speakers

Estimated reading: 2 minutes 247 views

Setup via Desktop Environment

If your hardware has a monitor, keyboard, and mouse connected, you can easily output sound to Bluetooth speakers through the desktop environment. The setup method may vary slightly depending on the Linux distribution; this guide uses Raspberry Pi OS as a reference.

Click the Bluetooth icon in the top panel and select [Add Device].


Select the discovered Bluetooth speaker and click [Pair] to connect.


Once the connection is complete, a success message will be displayed.


Right-click the speaker icon in the top panel and change the sound output to the Bluetooth speaker. All subsequent audio will be output through the Bluetooth speaker.


Remote Setup via SSH

If your hardware doesn’t have a monitor, keyboard, and mouse connected, you can configure it remotely via SSH.

Enter the following command in the terminal:

bluetoothctl


Enter the following commands in sequence to scan for Bluetooth devices:

power on
agent on
default-agent
scan on


Pair with the discovered Bluetooth speaker using its MAC address:

pair <Bluetooth device MAC Address>

Example: pair FC:58:FA:71:88:2C


Connect to the Bluetooth device:

connect <Bluetooth device MAC Address>

Example: connect FC:58:FA:71:88:2C

Exit bluetoothctl:

exit


Enter the following command to display available sound output devices:

pactl list short sinks


Copy the “bluez_sink.XX_XX_XX_XX_XX_XX.a2dp_sink” portion from the displayed output and use the following command to set it as the default sound output device:

pactl set-default-sink <copied sink name>

Example: pactl set-default-sink bluez_sink.FC_58_FA_71_88_2C.a2dp_sink


To adjust the volume, use the following command (example: setting volume to 50%):

pactl set-sink-volume <copied sink name> 50%

Example: pactl set-sink-volume bluez_sink.FC_58_FA_71_88_2C.a2dp_sink 50%

찾으시는 내용이 없나요? 문의하기

문의하기

공유하기

Playing Audio Through Bluetooth Speakers

Or copy link

Clipboard Icon
콘탠츠

ㅤ

Grablo Inc.
support@grablo.co

Site Links

  • Grablo Home
  • Grablo App

이 사이트의 모든 컨텐츠는 저작권법에 보호받는 저작물로서, 무단으로 복제, 배포하는 경우에는 저작권법에 의하여 처벌을 받을 수 있습니다. Copyright 2024 grablo.co. All Rights Reserved.