{"id":22860022,"url":"https://github.com/reelyactive/puckyactive-firmware","last_synced_at":"2026-06-18T21:32:01.706Z","repository":{"id":69136946,"uuid":"115216186","full_name":"reelyactive/puckyactive-firmware","owner":"reelyactive","description":"Firmware examples for Puck.js enabling puckyActive demos.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2019-05-15T17:28:59.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T08:24:13.396Z","etag":null,"topics":["ble","eddystone-tlm","eddystone-uid","espruino","puckjs","puckyactive"],"latest_commit_sha":null,"homepage":"https://reelyactive.github.io/program-a-puckjs-with-puckyactive.html","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":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-23T19:07:43.000Z","updated_at":"2023-11-21T13:40:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f3c41a9-2610-4e51-9842-9d251f043c29","html_url":"https://github.com/reelyactive/puckyactive-firmware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reelyactive/puckyactive-firmware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fpuckyactive-firmware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fpuckyactive-firmware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fpuckyactive-firmware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fpuckyactive-firmware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/puckyactive-firmware/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fpuckyactive-firmware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34508863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ble","eddystone-tlm","eddystone-uid","espruino","puckjs","puckyactive"],"created_at":"2024-12-13T09:08:46.055Z","updated_at":"2026-06-18T21:32:01.687Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"puckyactive-firmware\n====================\n\nFirmware examples for [Puck.js](https://www.puck-js.com/) which enable puckyActive demos.\n\n\nInstallation\n------------\n\nPoint your browser to [www.espruino.com/ide](https://www.espruino.com/ide/).  In the Espruino Web IDE, load the firmware file from this repository (ex: sensing.js).  Connect with the Puck.js you'd like to program, then click the _Send to Espruino_ button.  Once the transfer is complete, disconnect from the Puck.js which will then begin advertising.\n\nSee our detailed tutorial [Program a Puck.js with puckyActive](https://reelyactive.github.io/program-a-puckjs-with-puckyactive.html).\n\n\nExamples\n--------\n\nThere are four examples, each described below.\n\n### Sensing\n\nThe __sensing.js__ example will advertise all of the sensor readings available on the Puck.js in a single advertising packet.\n\n### Eddystone-UID\n\nThe __eddystone-uid.js__ example will advertise an [Eddystone-UID](https://github.com/google/eddystone/tree/master/eddystone-uid) packet which includes:\n- an 80-bit _namespace_ identifier\n- a 48-bit _instance_ identifier.\n\n### Eddystone-TLM\n\nThe __eddystone-tlm.js__ example will advertise an [Eddystone-TLM](https://github.com/google/eddystone/blob/master/eddystone-tlm/tlm-plain.md) packet which includes telemetry data such as:\n- battery voltage\n- temperature\n- advertising count\n- uptime\n\n### Eddystone-TLM with Timeout\n\nThe __eddystone-tlm-timeout.js__ example is the same as the above except that it has a programmable timeout duration.  Specifically, after a given number of seconds, the Puck.js will blink red for another given number of seconds then go to sleep.  Pushing the button will wake the device from sleep, reset the Telemetry values and resume activity until the next timeout.\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2017-2019 [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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fpuckyactive-firmware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fpuckyactive-firmware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fpuckyactive-firmware/lists"}