1. Title
How to connect bluetooth?
2. Reference
http://www.raspberrypi.org/forums/viewtopic.php?p=521067
3. Command
sudo apt-get update
sudo apt-get install bluez bluez-utils minicom
sudo vi /etc/bluetooth/main.conf
add this line towards the top:
DisablePlugins = pnat
sudo hciconfig hci0 piscan
bluez-simple-agent
sdptool add sp
sudo rfcomm listen hci0
-------- waitting connect app ----------
When connect app, you can see the directory /dev/rfcomm0
( ls -l /dev/rfcomm0 )
4. term
rfcomm ( RFCOMM) - Radio Frequency Communication 프로토콜
http://en.wikipedia.org/wiki/List_of_Bluetooth_protocols#RFCOMM
'IoT (구 유비쿼터스) > 라즈베리 파이' 카테고리의 다른 글
라즈베리 파이에 외부에서 putty로 접속하기 (ipdisk, iptime중심으로) (0) | 2015.02.14 |
---|---|
[펌] 라즈베리파이, sg90의 pwm clock값에 대해서 (0) | 2015.02.05 |
라즈베리 파이 b+에 대한 자세한 설명 (0) | 2015.01.26 |
라즈베리 파이 서보모터 이해하기, SERVO / SG-90 / TOWERPRO9G (2) | 2015.01.22 |
라즈베리 파이 서보모터 분해하기, SERVO / SG-90 / TOWERPRO9G (0) | 2015.01.22 |