Modifications

Sauter à la navigation Sauter à la recherche
105 octets ajoutés ,  5 juin 2017 à 16:33
Ligne 87 : Ligne 87 :     
== AT+EDDYSTONEURL ==
 
== AT+EDDYSTONEURL ==
This command will set the URL for the Eddystone-URL protocol.
+
Cette commande fixe l'URL pour le le protocol Eddystone.
 
* Codebase Revision: 0.6.6
 
* Codebase Revision: 0.6.6
 
* Paramètres:  
 
* Paramètres:  
** The URL to encode (mandatory)
+
** L'URL a encoder (obligatoire)
** An optional second parameter indicates whether to continue advertising the Eddystone URL even when the peripheral is connected to a central device
+
** Le second paramètre (optionel) indique s'il faut continuer à envoyer l'URL Eddystone même si le périphérique est connecté sur un périphérique central
** Firmware '''0.6.7''' added an optional third parameter for the RSSI at 0 meters value. This should be measured by the end user by checking the RSSI value on the receiving device at 1m and then adding 41 to that value (to compensate for the signal strength loss over 1m), so an RSSI of -62 at 1m would mean that you should enter -21 as the RSSI at 0m. Default value is -18dBm.
+
** Firmware '''0.6.7''' ajout un 3ieme paramètre optionnel pour la valeur RSSI à 0 mètre. Devrait être mesurer par l'utilisateur final en vérifiant la valeur RSSI sur le périphérique de réception à 1 mètre de distance puis en ajoutant 41 à cette valeur (pour compenser la perte de signal sur un mètre). Un RSSI de -62 à 1m signifie qu'il faudrait encoder la valeur -21 comme valeur RSSI à 0m. La valeur par défaut est -18dBm.
* Sortie: Firmware <= 0.6.6: none. With firmware >= '''0.6.7''' running this command with no Paramètres will return the current URL.
+
* Sortie:
 +
** Firmware <= 0.6.6: rien.
 +
** Firmware >= '''0.6.7''' exécuter cette commande sans paramètre retournera l'URL actuellement configurée.
   −
  <nowiki># Set the Eddystone URL to adafruit
+
  <nowiki># Fixe l'URL Eddystone sur Adafruit
 
AT+EDDYSTONEURL=http://www.adafruit.com
 
AT+EDDYSTONEURL=http://www.adafruit.com
 
OK
 
OK
 
    
 
    
# Set the Eddystone URL to adafruit and advertise it even when connected
+
# Fixe l'URL Eddystone sur Adafruit et effectue la publication même lorsqu'il y a une connexion
 
AT+EDDYSTONEURL=http://www.adafruit.com,1
 
AT+EDDYSTONEURL=http://www.adafruit.com,1
 
OK</nowiki>
 
OK</nowiki>
29 917

modifications

Menu de navigation