From 7533a46dc01f6a18ae64b8725adae996140a454f Mon Sep 17 00:00:00 2001 From: Alexey Vlasov Date: Wed, 20 Nov 2019 19:49:15 +0700 Subject: [PATCH] Added Android Beacon MQTT app (#417) --- components/esp32_ble_beacon.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp32_ble_beacon.rst b/components/esp32_ble_beacon.rst index 7e7bea133..d51e82306 100644 --- a/components/esp32_ble_beacon.rst +++ b/components/esp32_ble_beacon.rst @@ -63,7 +63,8 @@ this should already work from the bluetooth screen (not tested), on Android, you For using these beacons to track the location of your phone, you will need to use another app. For example, I used `this guide by the owntracks `__ app to let my Home Automation system -know when I'm home or away. +know when I'm home or away. Another nice Android app is `Beacon MQTT `__. +It can work with multiple beacons simultaneously. .. figure:: images/esp32_ble_beacon-ibeacon.png :align: center