Arduino Uno/BlueTooth2019. 1. 28. 14:03Arduino UNO와 Raspberry PI 3간 Bluetooth 통신 테스트
HC-05를 연결한 Arduino UNO와 Raspberry PI 3간 통신 테스트를 진행했습니다. 1. bluetoothctl 명령을 사용하여 페어링하는 방법 2. LED 제어 테스트 1. bluetoothctl 명령을 사용하여 페어링하는 방법라즈베리파이와 Arduino UNO간 페어링하는 방법을 설명합니다. 1. Arduino UNO와 HC-05 Bluetooth 모듈을 다음처럼 연결하고 Arduino UNO에 전원을 연결합니다. Arduino UNO D3 → HC-05 Bluetooth 모듈 RXDArduino UNO D2 → HC-05 Bluetooth 모듈 TXDArduino UNO GND → HC-05 Bluetooth 모듈 GNDArduino UNO 5V → HC-05 Bluetooth 모듈..