Tested and connected with nRF Control panel in android device

Revision:
81:921892507e54
Parent:
71:0a748641901e
--- a/readme.md	Thu Aug 15 17:02:40 2019 +0100
+++ b/readme.md	Thu Sep 19 18:01:32 2019 +0100
@@ -18,7 +18,11 @@
 
 ## Requirements
 
-The sample application can be seen on any BLE scanner on a smartphone. If you don't have a scanner on your phone, please install :
+The sample application can be seen on any BLE scanner on a smartphone. If you don't have a scanner on your phone, please install the BLE Profiles App by ST:
+
+- [ST BLE Profile](https://play.google.com/store/apps/details?id=com.stm.bluetoothlevalidation) for Android.
+
+Alternatively, you can install:
 
 - [nRF Master Control Panel](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp) for Android.
 
@@ -32,7 +36,7 @@
 
 ## Checking for success
 
-**Note:** Screens captures depicted below show what is expected from this example if the scanner used is *nRF Master Control Panel* version 4.0.5. If you encounter any difficulties consider trying another scanner or another version of nRF Master Control Panel. Alternative scanners may require reference to their manuals.
+**Note:** Screens captures depicted below show what is expected from this example if the scanner used is *ST BLE Profile* version 2.0.0 or *nRF Master Control Panel* version 4.0.5. If you encounter any difficulties consider trying another scanner or another version of nRF Master Control Panel. Alternative scanners may require reference to their manuals.
 
 1. Build the application and install it on your board as explained in the building instructions.
 
@@ -40,41 +44,67 @@
 
 1. Start a scan.
 
+    ![](img/start_scan_ble_profile.png)
+
+    **figure 1.a** How to start scan using ST BLE Profile 2.0.0
+
     ![](img/start_scan.png)
 
-    **figure 1** How to start scan using nRF Master Control Panel 4.0.5
+    **figure 1.b** How to start scan using nRF Master Control Panel 4.0.5
+
+1. Find your device; it should be named *Therm
 
-1. Find your device; it should be named *Therm*.
+    ![](img/scan_results_ble_profile.png)
+
+    **figure 2.a** Scan results using ST BLE Profile 2.0.0
 
     ![](img/scan_results.png)
 
-    **figure 2** Scan results using nRF Master Control Panel 4.0.5
+    **figure 2.b** Scan results using nRF Master Control Panel 4.0.5
 
 1. Establish a connection with your device.
 
+    ![](img/connection_ble_profile.png)
+
+    **figure 3.a**  How to establish a connection using ST BLE Profile 2.0.0
+
     ![](img/connection.png)
 
-    **figure 3**  How to establish a connection using Master Control Panel 4.0.5
+    **figure 3.b**  How to establish a connection using Master Control Panel 4.0.5
 
 
 1. Discover the services and the characteristics on the device. The *Health Thermometer* service has the UUID `0x1809` and includes the *Temperature Measurement* characteristic which has the UUID `0x2A1C`.
 
+    ![](img/discovery_ble_profile.png)
+
+    **figure 4.a** Representation of the Heart Rate service using ST BLE Profile 2.0.0
+
     ![](img/discovery.png)
 
-    **figure 4** Representation of the Thermometer service using Master Control Panel 4.0.5
+    **figure 4.b** Representation of the Heart Rate service using Master Control Panel 4.0.5
 
 
 1. Register for the notifications sent by the *Temperature Measurement* characteristic.
 
+    ![](img/register_to_notifications_ble_profile.png)
+
+    **figure 5.a** How to register to notifications using ST BLE Profile 2.0.0
+
     ![](img/register_to_notifications.png)
 
-    **figure 5** How to register to notifications using Master Control Panel 4.0.5
+    **figure 5.b** How to register to notifications using Master Control Panel 4.0.5
 
 
-1. You should see the temperature value change every half second. It begins at 39.6, goes up to  43.0 (in steps of 0.1), resets to 39.6 and so on.
+1. You should see the temperature value change every two seconds (ST BLE Profile) or every half second (Master Control Panel).<br/>For ST BLE Profile, it begins at 36.0, goes up to 43.0 (in steps of 1), resets to 36.0 and so on.
+
+    ![](img/notifications_ble_profile.png)
+
+    **figure 6.a** Notifications view using ST BLE Profile 2.0.0
+
+    For Master Control Panel, it begins at 39.6, goes up to  43.0 (in steps of 0.1), resets to 39.6 and so on.
 
     ![](img/notifications.png)
 
-    **figure 6** Notifications view using Master Control Panel 4.0.5
+    **figure 6.b** Notifications view using Master Control Panel 4.0.5