{"id":19034187,"url":"https://github.com/aurasphere/blue-pair","last_synced_at":"2025-04-23T17:44:36.248Z","repository":{"id":47016683,"uuid":"87269276","full_name":"aurasphere/blue-pair","owner":"aurasphere","description":"Simple Bluetooth Android app for handling device discovery and pairing.","archived":false,"fork":false,"pushed_at":"2021-09-17T04:06:52.000Z","size":8058,"stargazers_count":69,"open_issues_count":5,"forks_count":46,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-18T04:12:11.323Z","etag":null,"topics":["android","bluetooth","bluetooth-devices","free","mit-license","pairing","play-store"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/aurasphere.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":"2017-04-05T05:23:45.000Z","updated_at":"2025-02-18T03:49:16.000Z","dependencies_parsed_at":"2022-09-04T15:41:06.435Z","dependency_job_id":null,"html_url":"https://github.com/aurasphere/blue-pair","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fblue-pair","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fblue-pair/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fblue-pair/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fblue-pair/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aurasphere","download_url":"https://codeload.github.com/aurasphere/blue-pair/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250483810,"owners_count":21438125,"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":["android","bluetooth","bluetooth-devices","free","mit-license","pairing","play-store"],"created_at":"2024-11-08T21:43:46.115Z","updated_at":"2025-04-23T17:44:36.229Z","avatar_url":"https://github.com/aurasphere.png","language":"Java","funding_links":["https://www.paypal.com/donate/?cmd=_donations\u0026business=8UK2BZP2K8NSS"],"categories":[],"sub_categories":[],"readme":"[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/aurasphere/blue-pair/blob/master/LICENSE)\n[![GitHub release](https://img.shields.io/github/release/aurasphere/blue-pair.svg)](https://github.com/aurasphere/blue-pair/releases/latest)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/donate/?cmd=_donations\u0026business=8UK2BZP2K8NSS)\n\n# Blue Pair\n\n### Overview\nSimple Bluetooth Android app for handling device discovery and pairing.\n\n### Quickstart\n1. From the app main screen, tap on the button at the bottom right corner to start Bluetooth device discovery. If the Bluetooth is not enabled, the app will turn it on for you.\n\n\u003cimg alt=\"Start discovery\" src=\"/assets/screenshots/Screenshot_20170412-155354.png\" height=\"600\"/\u003e \u003cimg alt=\"Turning on Bluetooth\" src=\"/assets/screenshots/Screenshot_20170413-234526.png\" height=\"600\"/\u003e\n\n2. Each device discovered will be listed on this screen with its name and/or its MAC address. Notice that a Bluetooth device may not have a name but he will always have a MAC address.\n\n\u003cimg alt=\"Device found\" src=\"/assets/screenshots/Screenshot_20170413-234638.png\" height=\"600\"/\u003e \u003cimg alt=\"No name device found\" src=\"/assets/screenshots/Screenshot_20170412-155403.png\" height=\"600\"/\u003e\n\n3. Tapping on a device will start the pairing process. During the process, you will be asked for confirmation.\n\n\u003cimg alt=\"Pairing started\" src=\"/assets/screenshots/Screenshot_20170413-234642.png\" height=\"600\"/\u003e \u003cimg alt=\"Pairing prompt\" src=\"/assets/screenshots/Screenshot_20170413-234656.png\" height=\"600\"/\u003e\n\n4. If the pairing is successful, you will receive a confirmation message at the bottom of the screen and the device icon will change, showing 2 dots beside the Bluetooth symbol. \n\u003cimg alt=\"Succesfully paired\" src=\"/assets/screenshots/Screenshot_20170414-001605.png\" height=\"600\"/\u003e\n\n### Get it on Google Play\nYou can download this app from Google Play Store following this link:\n\u003ca href='https://play.google.com/store/apps/details?id=co.aurasphere.bluepair\u0026pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/\u003e\u003c/a\u003e\n\n### Contributions\nIf you want to contribute on this project, just fork this repo and submit a pull request with your changes. Improvements are always appreciated!\n\n### Project status\nThis project is considered completed and won't be developed further unless I get any specific requests (which I MAY consider).\n\n### Contacts\nYou can contact me using my account e-mail or opening an issue on this repo. I'll try to reply back ASAP.\n\n### License and purpose of the project\nThis project was created for educational purposes, to show a working Bluetooth-based Android app and the code used to achieve it. In order to pursue this goal, the project is released under the MIT license, which lets you reuse the code for any purpose you want (even commercial) with the only requirement being copying this \u003ca href=\"LICENSE\"\u003eproject license\u003c/a\u003e on your project.\n\n\u003csub\u003eCopyright (c) 2017 Donato Rimenti\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Fblue-pair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurasphere%2Fblue-pair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Fblue-pair/lists"}