Bluetooth를 통해 내 PC(Ubuntu 14.04 실행)를 Arduino Uno에 연결하고 싶습니다.
다음과 같은 RFCOMM 장치를 추가했습니다(MAC 주소는 예입니다).
rfcomm0 {
bind yes;
device 00:00:00:00:00:00;
channel 1;
comment "Serial Port 1";
}
다음 파일에: /etc/bluetooth/rfcomm.conf
작동합니다. 그런 다음 추가하여 두 번째 것을 추가하고 싶었습니다.
rfcomm1 {
bind yes;
device 11:11:11:11:11:11;
channel 2;
comment "Serial Port 2";
}
하지만 존재하기만 하고 더 이상 rfcomm1
존재 rfcomm0
하지 않습니다.
나는 이 튜토리얼(독일어)을 따랐습니다:
https://www.dinotools.de/2014/03/05/raspberry-pi-mit-arduino-per-bluetooth-verbinden/.
내가 어떻게 해?
답변1
이유는 모르겠지만 두 장치(단일 또는 함께)를 채널 1에 연결해야 작동합니다.