Bluetooth-Low-Energy-Kommunikation
Bluetooth Low Energy (früher: Bluetooth Smart) ist ein drahtloses Kommunikationsprotokoll, das Bluetooth mit Peripheriegeräten mit geringem Stromverbrauch einsetzt. Zu diesen Peripheriegeräten gehören Fitness-Tracker, Gesundheitsmonitore und persönliche elektronische Geräte wie Smartwatches oder drahtlose Kopfhörer. Die Unterstützung für die Bluetooth-Low-Energy-Kommunikation unterscheidet sich von der Bluetooth-Kommunikation-Schnittstelle in MATLAB®.
Die Bluetooth-Low-Energy-Schnittstelle wird auf den folgenden Plattformen unterstützt:
macOS 10.13 High Sierra oder später
Windows® 10, Version 1709 oder später
Für die Verbindung mit Peripheriegeräten, die Bluetooth Low Energy unterstützen, muss Ihr Computer über einen eingebauten oder externen Bluetooth-4.0-Adapter verfügen. Nach Verbindung mit einem Gerät können Sie über MATLAB Daten lesen oder schreiben. Sie können mit standardmäßigen oder benutzerdefinierten Services, Eigenschaften und Beschreibungen arbeiten.
Weitere Informationen über die Standards und Spezifikationen der Bluetooth-Low-Energy-Kommunikation finden Sie unter Bluetooth SIG.
Für die Simulation, Analyse und Prüfung der Bluetooth-Kommunikationssysteme siehe Bluetooth Toolbox.
Funktionen
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 |
Themen
- 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.
Fehlersuche
Troubleshooting Bluetooth Low Energy
Troubleshoot the Bluetooth Low Energy interface.