{"id":22859998,"url":"https://github.com/reelyactive/espruino-apps","last_synced_at":"2025-04-30T17:47:08.954Z","repository":{"id":69136742,"uuid":"255106756","full_name":"reelyactive/espruino-apps","owner":"reelyactive","description":"Applications for Espruino devices such as Puck.js, Bangle.js and Jolt.js.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2024-08-05T15:33:51.000Z","size":29,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T18:34:24.181Z","etag":null,"topics":["banglejs","espruino","joltjs","microbit-v2","puckjs"],"latest_commit_sha":null,"homepage":"https://www.reelyactive.com/pareto/anywhere/devices/espruino/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reelyactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-12T15:00:20.000Z","updated_at":"2024-08-05T15:33:54.000Z","dependencies_parsed_at":"2024-08-05T17:58:37.771Z","dependency_job_id":"641ec934-7f92-4021-8240-0a40c745ff65","html_url":"https://github.com/reelyactive/espruino-apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fespruino-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fespruino-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fespruino-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fespruino-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/espruino-apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251754443,"owners_count":21638510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["banglejs","espruino","joltjs","microbit-v2","puckjs"],"created_at":"2024-12-13T09:08:38.464Z","updated_at":"2025-04-30T17:47:08.924Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Espruino Apps\n=============\n\nOpen source software applications for [Espruino](https://www.espruino.com/) devices such as Puck.js, Bangle.js and Jolt.js.\n\n\nProgramming Espruino Devices\n----------------------------\n\nDevices can be programmed via the [Espruino IDE](https://www.espruino.com/ide/), which uses Web Bluetooth.  Simply open in the IDE the file from the corresponding device's folder in this repository and program the device.  Consult our tutorials for step-by-step instructions:\n- [Puck.js Development Guide](https://reelyactive.github.io/diy/puckjs-dev/)\n- [Bangle.js Development Guide](https://reelyactive.github.io/diy/banglejs-dev/)\n- [Jolt.js Development Guide](https://reelyactive.github.io/diy/joltjs-dev/)\n\n\nApp Descriptions\n----------------\n\n### Emojuino (emojuino.js)\n\nProgram the Bangle.js v2 or BBC micro:bit v2 to allow the user to select and transmit an emoji (or any Unicode character) via Bluetooth Low Energy as an [InteroperaBLE Identifier](https://reelyactive.github.io/interoperable-identifier/).  Available via the [Bangle.js app loader](https://banglejs.com/apps/#emojuino), where the latest version is maintained.\n\n### Knob.js (knob-button.js)\n\nProgram the Puck.js v2 to advertise its angle of rotation, like a knob, following a button press.  Works best in the vertical plane (as it uses accelerometer data, rotation angle estimation is not possible in the horizontal plane).  [Load in Espruino IDE](https://www.espruino.com/ide/?codeurl=https://raw.githubusercontent.com/reelyactive/espruino-apps/master/puckjs-v2/knob-button.js)\n\n### 12-Year Anniversary Clock\n\nProgram the Jolt.js as a physical clock with hour and minute hands, controlled by stepper motors.  [Load in Espruino IDE](https://www.espruino.com/ide/?codeurl=https://raw.githubusercontent.com/reelyactive/espruino-apps/master/joltjs/anniversary-clock.js)\n\n### Egg Hunt (egghunt.js)\n\nProgram the Bangle.js to hunt for BLE \"eggs\" which grow in size the closer they get.  The Puck.js can be programmed to act as an Espruino \"egg\" which can be switched on/off with a button press.  [Video](https://www.youtube.com/watch?v=oUIwdN5F4yI)\n\n### Contact Tracing (contacttracing.js)\n\nProgram the Puck.js to simulate the Contact Tracing service collaboration between Apple and Google ([see specifications](https://www.apple.com/covid19/contacttracing/)) in response to the COVID-19 pandemic.  The Puck.js will transmit a rolling proximity identifier which changes (randomly) every 15 minutes, and can be switched on/off with a button press.  The Bangle.js can be programmed to detect Contact Tracing service transmissions and to vibrate relative to their proximity.\n\n\nContributing\n------------\n\nDiscover [how to contribute](CONTRIBUTING.md) to this open source project which upholds a standard [code of conduct](CODE_OF_CONDUCT.md).\n\n\nSecurity\n--------\n\nConsult our [security policy](SECURITY.md) for best practices using this open source software and to report vulnerabilities.\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2020-2024 [reelyActive](https://www.reelyactive.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fespruino-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fespruino-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fespruino-apps/lists"}