La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Communication Bluetooth Low Energy
Bluetooth Low Energy (anciennement appelé Bluetooth Smart) est un protocole de télécommunications qui utilise le Bluetooth avec des périphériques de faible puissance. Ces derniers sont notamment des trackers de fitness, des moniteurs de santé et des équipements électroniques personnels comme des montres connectées ou des casques sans fil. Le support de la communication Bluetooth Low Energy est différent de l’interface de Communication Bluetooth dans MATLAB®.
L’interface Bluetooth Low Energy est supportée sur les plateformes suivantes :
macOS 10.13 High Sierra ou version ultérieure
Windows® 10 version 1709 ou ultérieure
Pour se connecter à des périphériques supportant Bluetooth Low Energy, votre ordinateur doit être doté d’un adaptateur Bluetooth 4.0 intégré ou externe. Une fois connecté au dispositif, utilisez MATLAB pour lire ou écrire des données sur celui-ci. Vous pouvez utiliser des services, caractéristiques et descripteurs standard et personnalisés.
Pour en savoir plus sur les normes et spécifications de communication Bluetooth Low Energy, consultez Bluetooth SIG.
Pour simuler, analyser et tester des systèmes de communications Bluetooth, consultez Bluetooth Toolbox.
Fonctions
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 |
Rubriques
- 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.
Résolution des problèmes
Troubleshooting Bluetooth Low Energy
Troubleshoot the Bluetooth Low Energy interface.