Skip to content

johnhamelink/bluetoothradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Raspberry Pi Bluetooth Audio Player (Wheezy 2.9.2013)

This project isn't really maintained anymore and is looking for a new home. If you're interested, submit an issue saying so!

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, try the 'Wheezy-dirty' branch here

##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