From c9635479ccb7c622c6bd73b4f8c1e6ef1f6a7277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Suchan?= Date: Mon, 29 Jan 2018 05:19:16 +0100 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e0a5be..9cfee79 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,34 @@ Fast and dirty minimalist application menu for M5Stack. + Integrated applications: - DHT12 - Temperature / Humidity, Stopwatch, I2C scanner - - Bluetooth BLE Beacon Simulator (iBeacon, Eddystone TLM + URL, ALTBeacon) + DHT12 - Temperature / Humidity, Stopwatch, I2C scanner + Bluetooth BLE Beacon Simulator (iBeacon, Eddystone TLM + URL, ALTBeacon) + Settings: - Display backlight + Display backlight + Other: - Sleep mode + Sleep mode + I will be glad when you share the further development, I will continuously add other applications and options. + + +SimpleBeacon: + + ble.iBeacon(10,20,50); // ble.iBeacon(MajorCode,MinorCode,Power); + ble.EddystoneTLM(2048,512,100,1024); // ble.EddystoneTLM(Voltage,Temperature,packetCount,timeSECfromPowerUp); + ble.EddystoneURIPlain(1,"brmlab.cz",1); // ble.EddystoneURIPlain(prefix,"url.url",Power); + prefix: + 0 http://www. + 1 https://www. + 2 http:// + 3 https:// + ble.AltBeacon();