diff --git a/apps.json b/apps.json index 560e3d949..b02517aea 100644 --- a/apps.json +++ b/apps.json @@ -4218,10 +4218,10 @@ }, { "id": "emojuino", - "name": "Emoji Broadcaster", + "name": "Emojuino", "shortName": "Emojuino", "version": "0.01", - "description": "Emojis & Espruino: advertise Unicode emojis via BLE", + "description": "Emojis & Espruino: broadcast Unicode emojis via Bluetooth Low Energy.", "icon": "emojuino.png", "tags": "emoji", "supports" : [ "BANGLEJS2" ], diff --git a/apps/emojuino/README.md b/apps/emojuino/README.md index 13879437e..568d06dfb 100644 --- a/apps/emojuino/README.md +++ b/apps/emojuino/README.md @@ -2,22 +2,27 @@ Emojis & Espruino! + ## Usage -Select an emoji and then tap to transmit! +Select an emoji and then tap to transmit! The emoji will be recognised by [Pareto Anywhere](https://www.reelyactive.com/pareto/anywhere/) open source middleware and any other program which observes the [InteroperaBLE Identifier](https://reelyactive.github.io/interoperable-identifier/) open standard. + ## Features -Currently implements a tiny subset of possible Unicode emojis. +Currently implements a tiny subset of possible [Unicode emojis](https://unicode.org/emoji/charts/full-emoji-list.html) which are advertised as an [InteroperaBLE Identifier](https://reelyactive.github.io/interoperable-identifier/) encapsulated as Eddystone UID. + ## Controls -Swipe left/right to select the emoji to broadcast. Tap the screen to initiate the broadcast. Emoji will flash while broadcasting. +Swipe left/right to select the emoji to broadcast. Tap the screen to initiate the broadcast. Emoji will flash while broadcasting, which lasts for 5 seconds. + ## Requests [Contact reelyActive](https://www.reelyactive.com/contact/) for support/updates. + ## Creator Developed by [jeffyactive](https://github.com/jeffyactive) of [reelyActive](https://www.reelyactive.com)