Modifications

Sauter à la navigation Sauter à la recherche
113 octets ajoutés ,  5 juin 2017 à 17:15
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{Bluefruit-LE-Shield-NAV}}
 
{{Bluefruit-LE-Shield-NAV}}
   −
{{traduction}}
   
== Beacon ==
 
== Beacon ==
 
Le module Bluefruit LE d'Adafruit supporte les technologies 'Beacon' suivantes:
 
Le module Bluefruit LE d'Adafruit supporte les technologies 'Beacon' suivantes:
Ligne 146 : Ligne 145 :     
== AT+EDDYSTONEBROADCAST ==
 
== AT+EDDYSTONEBROADCAST ==
This command can be used to start of stop advertising the Eddystone payload using the URL stored in non-volatile memory (NVM).
+
Cette commande peut être utilisé pour démarrer / arrêter l'annonce (le ''broadcast'') du ''payload'' Eddystone. Eddystone utilise l'URL stockée dans la mémoire non-volatile du module.
    
* Codebase Revision: 0.7.0
 
* Codebase Revision: 0.7.0
* Paramètres: Whether or not the payload should be broadcast, using one of the following values:
+
* Paramètres: Indique s'il faut (ou non) faire l'annonce / broadcast du ''payload'' contenant l'URL.
** on
+
** on , 1 : Activer la broadcast
** off
+
** off , 0 : Désactiver le broadcast
** 1
  −
** 0
   
* Sortie: If executed with no Paramètres, the current broadcast state will be displayed as a numeric value.
 
* Sortie: If executed with no Paramètres, the current broadcast state will be displayed as a numeric value.
   −
  <nowiki># Enable broadcasting current setting of EddyStone (stored previously on nvm)
+
  <nowiki># Active le broadcast de la configuration EddyStone (l'URL, telle que stocké dans la mémoire non volatile)
 
AT+EddyStoneBroadcast=on
 
AT+EddyStoneBroadcast=on
 
OK
 
OK
Ligne 163 : Ligne 160 :  
OK
 
OK
 
      
 
      
# Disable broadcasting current setting of EddyStone (still stored on nvm)
+
# Désactive le broadcast de la configuration EddyStone
 
AT+EddyStoneBroadcast=off
 
AT+EddyStoneBroadcast=off
 
OK
 
OK
29 917

modifications

Menu de navigation