B4J Tutorial Install Bluetooth on Raspberry Pi with Raspbian Jessie

I have no idea where to post this, so please excuse if this is not the right place.

The installation of a bluetooth dongle on the new Raspbian Jessie is apparently different.

Common to Wheezy and Jessie

B4X:
sudo apt-get update

sudo apt-get upgrade

followed by:

Wheezy

B4X:
sudo apt-get install bluetooth bluez-utils

Jessie (bluez-utils is no longer available)

B4X:
sudo apt-get install bluez

Check service is running:
B4X:
sudo service bluetooth status

If required, the service can be started.

B4X:
sudo service bluetooth start

I hope this is correct and helps someone.
 
Top