Modifications

Sauter à la navigation Sauter à la recherche
Ligne 2 : Ligne 2 :     
== GATT Service Details ==
 
== GATT Service Details ==
{{traduction}}
+
En Bluetooth Low Energy, les données sont organisées autour d'unités appelées '[https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt#services-and-characteristics Services GATT]' et 'Caractéristiques'.  Pour exposer des données vers un autre périphérique, vous devez instancier au moins un service sur votre périphérique.
   −
Data in Bluetooth Low Energy is organized around units called '[https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt#services-and-characteristics GATT Services]' and 'GATT Characteristics'.  To expose data to another device, you must instantiate at least one service on your device.
+
Les modules Adafruit Bluefruit LE Pro supporte quelques services 'standard' décris ci-après (d'autres pourraient être ajoutés dans le futur).
 
  −
Adafruit's Bluefruit LE Pro modules support some 'standard' services, described below (more may be added in the future).
      
== UART Service ==
 
== UART Service ==
 
The UART Service is the standard means of sending and receiving data between connected devices, and simulates a familiar two-line UART interface (one line to transmit data, another to receive it).
 
The UART Service is the standard means of sending and receiving data between connected devices, and simulates a familiar two-line UART interface (one line to transmit data, another to receive it).
   −
The service is described in detail on the dedicated [https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/uart-service UART Service] page.
+
Vous trouverez plus d'information sur [[Bluefruit-LE-Shield-UART-Service|les commandes AT du service UART ici]]. Le service est décrit en détail sur la [https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/uart-service page dédicacée au Service UART Service].
    
{{Bluefruit-LE-Shield-TRAILER}}
 
{{Bluefruit-LE-Shield-TRAILER}}
29 917

modifications

Menu de navigation