주요 콘텐츠

BLE

Bluetooth 인터페이스를 사용하여 통신

BLE(Bluetooth® Low Energy)는 저전력 Arduino® 주변기기와 함께 Bluetooth를 사용하는 무선 통신 프로토콜입니다. 이 기술을 사용하여 BLE 주변기기에서 읽어오고 쓸 수 있습니다. 단거리 통신 응용 분야에 적합하며, 이 기술을 사용하여 다른 BLE 지원 기기와 효율적으로 통신할 수 있습니다.

블록

BLE SendSend data using Bluetooth Low Energy (BLE) protocol (R2021b 이후)
BLE ReceiveReceive data using Bluetooth Low Energy (BLE) protocol (R2021b 이후)

모델 설정

모두 확장

주변기기 이름Device name of a BLE peripheral (R2021b 이후)
주변기기 로컬 이름Local name of a BLE peripheral device (R2021b 이후)
광고 간격(*0.625mS)BLE advertising interval (R2021b 이후)
최소 연결 간격(*1.25mS)Minimum time that peripheral device can take to establish BLE connection with central device (R2021b 이후)
최대 연결 간격(*1.25mS)Maximum time that peripheral device can take to establish BLE connection with central device (R2021b 이후)

추천 예제