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 항목을 참조하십시오.
함수
blelist | Scan nearby Bluetooth Low Energy peripheral devices |
ble | Connect to Bluetooth Low Energy peripheral device |
characteristic | Access a characteristic on Bluetooth Low Energy peripheral device |
descriptor | Access a descriptor on Bluetooth Low Energy peripheral device |
read | Read characteristic or descriptor data on a Bluetooth Low Energy peripheral device |
write | Write data to a characteristic or descriptor on a Bluetooth Low Energy peripheral device |
subscribe | Subscribe to characteristic notification or indication |
unsubscribe | Unsubscribe from characteristic notification and indication |
도움말 항목
- Bluetooth Low Energy Communication Overview
Learn about the basic concepts and terminology for working with the Bluetooth Low Energy protocol.
- Find Your Bluetooth Low Energy Peripheral Devices
Scan for and connect to a Bluetooth Low Energy peripheral device. You can view the advertising data of each device to determine the device type and whether it is connectable before creating a connection.
- Work with Device Characteristics and Descriptors
Control Bluetooth Low Energy peripheral devices by reading or writing characteristics and descriptors. You can work with both standard and custom characteristics and descriptors.
문제 해결
Troubleshooting Bluetooth Low Energy
Troubleshoot the Bluetooth Low Energy interface.