Page 1 of 1

Connection between Raspberry Pi and Android with Bluetooth

Posted: Thu Apr 14, 2016 1:54 am
by JorgeMen
My name is Jorge and I'm a engineering student. My question is the following, How can I establish a connection between the Raspberry Pi and Android through of the Bluetooth system? Could someone help me? :P

Re: Connection between Raspberry Pi and Android with Bluetoo

Posted: Thu Apr 14, 2016 4:06 am
by Goraxium

Code: Select all

sudo apt-get update
sudo apt-get -y install bluetooth blueman
- Start the bluetooth applet (I think it's in preferences).
- Pair from your phone (blueman has a few issues).

There are console commands that avoid blueman, if you're willing to take that route.