Modifications

Sauter à la navigation Sauter à la recherche
Ligne 109 : Ligne 109 :     
== AT+BLEKEYBOARDEN ==
 
== AT+BLEKEYBOARDEN ==
{{traduction}}
+
Cette commande va activer le support "GATT over HID" (GoH) - le support clavier, ce qui vous permet d'émuler un clavier sur les périphériques iOS et Android.  
This command will enable GATT over HID (GoH) keyboard support, which allows you to emulate a keyboard on supported iOS and Android devices. By default HID keyboard support is disabled, so you need to set BLEKEYBOARDEN to 1 and then perform a system reset before the keyboard will be enumerated and appear in the Bluetooth preferences on your phone, where if can be bonded as a BLE keyboard.
+
 
 +
Par défaut, ce support clavier HID est désactivé. Par conséquent fixez BLEKEYBOARDEN à 1 puis effectuez une réinitialisation système avant que le "clavier" soit énuméré et apparaisse dans les préférences Bluetooth de votre téléphone (où il pourra  être lié comme clavier BLE).
 
* Codebase Revision: 0.5.0
 
* Codebase Revision: 0.5.0
* Parameters: 1 or 0 (1 = enable, 0 = disable)
+
* Paramètres: 1 ou 0 (1 = activer, 0 = désactiver)
* Output: None
+
* Sortie: Aucun
{{ambox|text=As of firmware version 0.6.6 this command is now an alias for AT+BLEHIDEN}}
+
{{ambox|text=Depuis le firmware 0.6.6 cette commande est un alias pour AT+BLEHIDEN}}
{{ambox-stop|text= You must perform a system reset (ATZ) before the changes take effect!}}
+
{{ambox-stop|text=Vous devez effectuer une réinitialisation système (ATZ) avant que les changements soient effectifs!}}
{{ambox-stop|text=Before you can use your HID over GATT keyboard, you will need to bond your mobile device with the Bluefruit LE module in the Bluetooth preferences panel.}}
+
{{ambox-stop|text=Avant de pouvoir utiliser votre clavier "HID over GATT", vous aurez besoin de lier le module Bluefruit LE avec votre mobile (dans le panneau des préférences Bluetooth).}}
  <nowiki># Enable BLE keyboard support then reset
+
  <nowiki># Activer le support clavier BLE puis réinitialisation
 
AT+BLEKEYBOARDEN=1
 
AT+BLEKEYBOARDEN=1
 
OK
 
OK
Ligne 123 : Ligne 124 :  
OK
 
OK
 
    
 
    
# Disable BLE keyboard support then reset
+
# Désactive le support clavier puis réinitialisation
 
AT+BLEKEYBOARDEN=0
 
AT+BLEKEYBOARDEN=0
 
OK
 
OK
29 917

modifications

Menu de navigation