Skip to content

myoung34/bluetoothradio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Raspberry Pi Bluetooth Audio Player

POSSIBLE ISSUE

According to the bluez-dev team, there is an issue with the kernel (at this time Linux raspberrypi 3.6.11+) with bluez-4.99 (info here) that causes some freezing. To cause this, successfully pair, then disconnect via the device, then attempt to reconnect...the rPi is now frozen.

If this is the case, set the proper boolean in connect.sh

##Prerequisites:

  1. Packages:
  • bluez pulseaudio-module-bluetooth python-gobject python-gobject-2
  • bluez-tools qdbus
  1. Install:
  • all files in /root/bluetoothradio
  • cp bluetoothradio/bluetooth-server /etc/init.d
  • chmod 755 /etc/init.d/bluetooth-server && chmod +x /etc/init.d/bluetooth-server
  • update-rc.d bluetooth-server defaults
  • reboot
  1. Requirements:
  • /etc/bluetooth/audio.conf [General] Enable=Source,Sink,Media,Socket
  • /etc/pulse/daemon.conf resample-method = trivial

About

The source code for my raspberry pi bluetooth radio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%