Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 12 : Ligne 12 :  
== AT+BLEBEACON ==
 
== AT+BLEBEACON ==
 
* Codebase Revision: 0.3.0
 
* Codebase Revision: 0.3.0
* Parameters: The following comma-separated parameters are required to enable beacon mode:
+
* Paramètres: The following comma-separated Paramètres are required to enable beacon mode:
 
** Bluetooth Manufacturer ID (uint16_t)
 
** Bluetooth Manufacturer ID (uint16_t)
 
** 128-bit UUID
 
** 128-bit UUID
Ligne 18 : Ligne 18 :  
** Minor Value (uint16_t)
 
** Minor Value (uint16_t)
 
** RSSI @ 1m (int8_t)
 
** RSSI @ 1m (int8_t)
* Output: None
+
* Sortie: None
    
  <nowiki># Enable Apple iBeacon emulation
 
  <nowiki># Enable Apple iBeacon emulation
Ligne 51 : Ligne 51 :     
* Codebase Revision: 0.4.7
 
* Codebase Revision: 0.4.7
* Parameters: The URI to encode (ex. http://www.adafruit.com/blog)
+
* Paramètres: The URI to encode (ex. http://www.adafruit.com/blog)
* Output: None of a valid URI was entered (length is acceptable, etc.).
+
* Sortie: None of a valid URI was entered (length is acceptable, etc.).
    
  <nowiki>AT+BLEURIBEACON=http://www.adafruit.com/blog
 
  <nowiki>AT+BLEURIBEACON=http://www.adafruit.com/blog
Ligne 61 : Ligne 61 :  
OK</nowiki>
 
OK</nowiki>
   −
If the supplied URI is too long you will get the following output:
+
If the supplied URI is too long you will get the following Sortie:
    
  <nowiki>AT+BLEURIBEACON=http://www.adafruit.com/this/uri/is/too/long
 
  <nowiki>AT+BLEURIBEACON=http://www.adafruit.com/this/uri/is/too/long
Ligne 73 : Ligne 73 :  
This command will enable Eddystone support on the Bluefruit LE module. Eddystone support must be enabled before the other related commands can be used.
 
This command will enable Eddystone support on the Bluefruit LE module. Eddystone support must be enabled before the other related commands can be used.
 
* Codebase Revision: 0.6.6
 
* Codebase Revision: 0.6.6
* Parameters: 1 or 0 (1 = enable, 0 = disable)
+
* Paramètres: 1 or 0 (1 = enable, 0 = disable)
* Output: The current state of Eddystone support if no parameters are provided (1 = enabled, 0 = disabled)
+
* Sortie: The current state of Eddystone support if no Paramètres are provided (1 = enabled, 0 = disabled)
    
{{ambox-stop|text=This command was removed in firmware 0.7.0 to avoid confusion. Use AT+EDDYSTONESERVICEEN in 0.7.0 and higher.}}
 
{{ambox-stop|text=This command was removed in firmware 0.7.0 to avoid confusion. Use AT+EDDYSTONESERVICEEN in 0.7.0 and higher.}}
Ligne 90 : Ligne 90 :  
This command will set the URL for the Eddystone-URL protocol.
 
This command will set the URL for the Eddystone-URL protocol.
 
* Codebase Revision: 0.6.6
 
* Codebase Revision: 0.6.6
* Parameters:  
+
* Paramètres:  
 
** The URL to encode (mandatory)
 
** The URL to encode (mandatory)
 
** An optional second parameter indicates whether to continue advertising the Eddystone URL even when the peripheral is connected to a central device
 
** An optional second parameter indicates whether to continue advertising the Eddystone URL even when the peripheral is connected to a central device
 
** 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''' 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.
* Output: Firmware <= 0.6.6: none.  With firmware >= '''0.6.7''' running this command with no parameters will return the current URL.
+
* Sortie: Firmware <= 0.6.6: none.  With firmware >= '''0.6.7''' running this command with no Paramètres will return the current URL.
    
  <nowiki># Set the Eddystone URL to adafruit
 
  <nowiki># Set the Eddystone URL to adafruit
Ligne 110 : Ligne 110 :     
* Codebase Revision: 0.6.6
 
* Codebase Revision: 0.6.6
* Parameters: The number of seconds to advertised the config service UUID
+
* Paramètres: The number of seconds to advertised the config service UUID
* Output: None
+
* Sortie: None
    
  <nowiki># Start advertising the Eddystone config service for 5 minutes (300s)
 
  <nowiki># Start advertising the Eddystone config service for 5 minutes (300s)
Ligne 121 : Ligne 121 :     
* Codebase Revision: 0.7.0
 
* Codebase Revision: 0.7.0
* Parameters: Whether or not the Eddystone service should be enabled or not, using on of the following values:
+
* Paramètres: Whether or not the Eddystone service should be enabled or not, using on of the following values:
 
** on
 
** on
 
** off
 
** off
 
** 1
 
** 1
 
** 0
 
** 0
* Output: If the command is executed with no parameters it will disable a numeric value indicating whether the service is enabled (1) or disabled (0).
+
* Sortie: If the command is executed with no Paramètres it will disable a numeric value indicating whether the service is enabled (1) or disabled (0).
    
{{ambox|text=You must perform a system reset for this command to take effect.}}
 
{{ambox|text=You must perform a system reset for this command to take effect.}}
Ligne 148 : Ligne 148 :     
* Codebase Revision: 0.7.0
 
* Codebase Revision: 0.7.0
* Parameters: Whether or not the payload should be broadcast, using one of the following values:
+
* Paramètres: Whether or not the payload should be broadcast, using one of the following values:
 
** on
 
** on
 
** off
 
** off
 
** 1
 
** 1
 
** 0
 
** 0
* Output: If executed with no parameters, 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># Enable broadcasting current setting of EddyStone (stored previously on nvm)
29 917

modifications

Menu de navigation