@@ -4,15 +4,15 @@ Bluetooth connectivity can be used to transfer files and for communication, but
You will need a Bluetooth dongle. Not all adaptors work on the Pi; we can't specifically recommend any but the Inateck Bluetooth 4.0 adaptor we are using works really well.
##Step 1. Connect the dongle and install software
##Connect the dongle and install software
- Plug the dongle into a USB port on your Pi and boot it up.
- At the command line type `sudo apt-get install --no-install-recommends bluetooth`.
- Once the software is installed, type `sudo service bluetooth status`.
You should see `bluetooth is running`. If not, reboot and try again.
##Step 2. Test the dongle
##Test the dongle
Type `hcitool scan`. Any Bluetooth discoverable devices in the area will appear on screen; you are now ready to use Bluetooth on the Raspberry Pi.