Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

Bluetooth Low Energy 통신

Bluetooth® Low Energy 주변 기기에서 데이터를 읽어오고 이 장치에 데이터 쓰기

Bluetooth Low Energy(이전의 Bluetooth Smart)는 저전력 주변 기기에 Bluetooth를 사용하는 무선 통신 프로토콜입니다. 이러한 주변 기기로는 피트니스 추적기와 건강 모니터, 그리고 스마트 워치 또는 무선 헤드폰과 같은 개인 전자기기 등이 있습니다. Bluetooth Low Energy 통신 지원 기능은 MATLAB®Bluetooth 통신 인터페이스와 다릅니다.

Bluetooth Low Energy 인터페이스는 다음 플랫폼에서 지원됩니다.

  • macOS 10.13 High Sierra 이상

  • Windows® 10, 버전 1709 이상

Bluetooth Low Energy를 지원하는 주변 기기에 연결하려면 컴퓨터에 내장 또는 외장 Bluetooth 4.0 어댑터가 있어야 합니다. 장치에 연결한 후에는 MATLAB을 사용하여 장치에서 데이터를 읽어오거나 장치에 데이터를 쓸 수 있습니다. 이때 표준은 물론, 사용자 지정 service, characteristic 및 descriptor를 모두 사용할 수 있습니다.

Bluetooth Low Energy 통신의 표준 및 사양에 대한 자세한 내용은 Bluetooth SIG를 참조하십시오.

Bluetooth 통신 시스템을 시뮬레이션, 분석 및 테스트하려면 Bluetooth Toolbox 항목을 참조하십시오.

함수

blelistScan nearby Bluetooth Low Energy peripheral devices (R2019b 이후)
bleConnect to Bluetooth Low Energy peripheral device (R2019b 이후)
characteristicAccess a characteristic on Bluetooth Low Energy peripheral device (R2019b 이후)
descriptorAccess a descriptor on Bluetooth Low Energy peripheral device (R2019b 이후)
readRead characteristic or descriptor data on a Bluetooth Low Energy peripheral device (R2019b 이후)
writeWrite data to a characteristic or descriptor on a Bluetooth Low Energy peripheral device (R2019b 이후)
subscribeSubscribe to characteristic notification or indication (R2019b 이후)
unsubscribeUnsubscribe from characteristic notification and indication (R2019b 이후)

도움말 항목

문제 해결

Troubleshooting Bluetooth Low Energy

Troubleshoot the Bluetooth Low Energy interface.