Update README.md

This commit is contained in:
Tomáš Suchan 2018-01-31 03:43:52 +01:00 committed by GitHub
parent b26d20c110
commit a62f342416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ Settings:
Other:
Sleep mode
Serial control at 115200 8N1 and NL&CR termination
I be glad when you share the further development, I will continuously add other applications and options.
@ -37,9 +38,37 @@ SimpleBeacon:
3 https://
ble.AltBeacon();
Serial commands:
Serial control at 115200 8N1 and NL&CR termination
clr - clear display
sleep - power sleep, wakeup on BTN_B
qrc [text] - show QRCODE with text
EXAMPLE: qrc www.google.com
Send iBeacone message
ibeacon [major code 0-65535] [minor code 0-65535] [power 0-255]
EXAMPLE: ibeacon 1024 2048 50
Send Eddystone TLM message
eddystonetlm [voltage 0-65535] [temperature 0-65535] [pocket cound 0-4294967295] [second from up 0-4294967295]
EXAMPLE: eddystonetlm 100 200 300 400
Send Eddystone URL message
eddystoneurl [prefix 0-3] [power 0-255] [url]
EXAMPLE: eddystoneurl 1 1 google.com
PREFIXES:
0 http://www.
1 https://www.
2 http://
3 https://
Based on:
https://github.com/Kongduino/M5_QR_Code
https://github.com/ricmoo/qrcode
https://github.com/kroimon/Arduino-SerialCommand