{"id":17449182,"url":"https://github.com/ps2/rileylink","last_synced_at":"2026-02-03T08:02:26.204Z","repository":{"id":31576692,"uuid":"35141450","full_name":"ps2/rileylink","owner":"ps2","description":"Sub-1 GHz to BLE bridge hardware and firmware","archived":false,"fork":false,"pushed_at":"2019-12-19T03:28:52.000Z","size":7962,"stargazers_count":145,"open_issues_count":3,"forks_count":122,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-07-07T04:09:10.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/ps2.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}},"created_at":"2015-05-06T05:41:26.000Z","updated_at":"2024-11-10T10:12:34.000Z","dependencies_parsed_at":"2022-08-24T14:22:19.343Z","dependency_job_id":null,"html_url":"https://github.com/ps2/rileylink","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ps2/rileylink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps2%2Frileylink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps2%2Frileylink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps2%2Frileylink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps2%2Frileylink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ps2","download_url":"https://codeload.github.com/ps2/rileylink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps2%2Frileylink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-17T21:05:23.731Z","updated_at":"2026-02-03T08:02:26.189Z","avatar_url":"https://github.com/ps2.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# RileyLink\n\n[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://loop.zulipchat.com)\n\nA custom designed Bluetooth Smart (BLE) to Sub-1 GHz module. It can be used to bridge any BLE capable smartphone to the world of Sub-1 GHz devices. \n\n### Setup\n\n * There is a [FAQ](https://docs.google.com/document/d/1-KlewmRObpUWCTQSq9EPraN8R-6rCksJS_sRSQSexX0/edit#) covering some questions about installing the firmware.\n * [@loudnate](https://github.com/loudnate) recorded a [setup log](https://docs.google.com/document/d/1-bGBXbxVKOs_tDXi68qiOD7bIT6tQlkQydXn5Q-afLc/edit) of his experience.\n\n### Hardware\n\nSee the [hardware](https://github.com/ps2/rileylink/tree/master/hardware) directory for design files to build a RileyLink. The hardware design is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).  This board has small parts and will need to be reflow soldered; using a solder-paste stencil is recommended. \n\n![RileyLink Hardware](https://raw.githubusercontent.com/ps2/rileylink/master/rileylink.jpg)\n\n### Order a Pre-Assembed RileyLink\nFrom time-to-time community members do a production run of pre-assembled RileyLink Boards. When they are available you can place an order here [GetRileyLink](https://getrileylink.org/)\n\n### Firmware\n\nThe code in the [firmware](https://github.com/ps2/rileylink/tree/master/firmware) directory runs on the RileyLink hardware.  There are two main chips on the RileyLink, and thus two firmware images.\n\n### LED Lights\n\nThere are blue and green leds near both chips. The ble113 is on the upper right of the board, and the cc1110 is in the lower middle.  \n\nBlue for the ble113 indicates there are packets received and ready for a phone to pick up. Green means the phone is connected to the ble113.\n\nOn the cc1110, I blue is a timer based on/off, letting you know the firmware code is running. Green is toggled when a packet comes in.\n\nThe other red LED indicates charging.\n\n### License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Pete Schwamb\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies 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 THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fps2%2Frileylink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fps2%2Frileylink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fps2%2Frileylink/lists"}