반응형
Arduino 1012017. 8. 3. 20:43Raspberry Pi 3에서 Arduino 101 BLE 제어 및 정보 가져오기 ( C 언어 라이브러리 사용 )

Raspberry Pi 3와 BLE( Bluetooth Low Energy ) 디바이스(여기선 Arduino 101) 간에 BLE 통신을 연결해서 사용할 수 있게 해주는 gattlib 라이브러리를 테스트해보았습니다. 최종 수정 - 2017.8.3 gattlib 라이브러리 설치 1. libbluetooth-dev 패키지를 비롯해 필요한 것들을 설치합니다. pi@raspberrypi:~ $ sudo apt-get install libbluetooth-dev libreadline-dev cmake 2. gattlib를 컴파일하여 설치합니다. pi@raspberrypi:~ $ git clone https://github.com/labapart/gattlib.git pi@raspberrypi:~ $ cd gatt..

반응형
image