From 2a218bb320f5bc5680f0713597a05600a711f3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Suchan?= Date: Mon, 29 Jan 2018 05:05:39 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e93c5c4..4abd282 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,13 @@ 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. From e19626f0542b75f6ea5bfee455ff47455cb3c2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Suchan?= Date: Mon, 29 Jan 2018 05:06:16 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4abd282..3e0a5be 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,17 @@ 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) Settings: + Display backlight Other: + Sleep mode I will be glad when you share the further development, I will continuously add other applications and options. 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 3/4] 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(); From 214d91e2bf4632375315adc76423298ec38f1dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Suchan?= Date: Wed, 31 Jan 2018 00:46:56 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfee79..6b8f5d0 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,11 @@ Other: Sleep mode -I will be glad when you share the further development, I will continuously add other applications and options. +I be glad when you share the further development, I will continuously add other applications and options. +QRCode showing: + + QRPrint("www.google.com"); SimpleBeacon: @@ -33,3 +36,10 @@ SimpleBeacon: 2 http:// 3 https:// ble.AltBeacon(); + + +Based on: + + https://github.com/Kongduino/M5_QR_Code + https://github.com/ricmoo/qrcode +