{"id":13761552,"url":"https://github.com/milador/RaspberryPi-Joystick","last_synced_at":"2025-05-10T12:33:07.550Z","repository":{"id":50146501,"uuid":"163134047","full_name":"milador/RaspberryPi-Joystick","owner":"milador","description":"A virtual HID USB joystick created using Raspberry Pi","archived":false,"fork":false,"pushed_at":"2023-01-12T23:25:46.000Z","size":7155,"stargazers_count":114,"open_issues_count":5,"forks_count":29,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-04T13:06:52.296Z","etag":null,"topics":["descriptor","hid","joystick","libcomposite","python","raspberry-pi","raspberrypi-joystick","usb"],"latest_commit_sha":null,"homepage":"","language":"Python","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/milador.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":"2018-12-26T03:56:09.000Z","updated_at":"2024-06-25T12:24:07.000Z","dependencies_parsed_at":"2023-02-09T13:45:52.283Z","dependency_job_id":null,"html_url":"https://github.com/milador/RaspberryPi-Joystick","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/milador%2FRaspberryPi-Joystick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milador%2FRaspberryPi-Joystick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milador%2FRaspberryPi-Joystick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milador%2FRaspberryPi-Joystick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milador","download_url":"https://codeload.github.com/milador/RaspberryPi-Joystick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224962105,"owners_count":17399155,"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":["descriptor","hid","joystick","libcomposite","python","raspberry-pi","raspberrypi-joystick","usb"],"created_at":"2024-08-03T13:01:59.860Z","updated_at":"2024-11-16T19:30:59.726Z","avatar_url":"https://github.com/milador.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# RaspberryPi-Joystick\n\nThe goal of this project is to create a virtual USB HID joystick which is able to convert BT mice/keyboard or USB mice/keyboard to joystick HID actions.\n\nThis Raspberry Pi joystick converter is based on RaspberryPi 4B/zero and can be used to operate Xbox Adaptive Controller or NS console for practical use cases.\n\n## Updates \n\nJanuary 2023: The software is now available as an OS image (BlueStick OS) and you can use RaspberryPi Imager to flash the image to the SD card. Visit [BlueStick OS](http://bluestick.ca/) website for more information.\n\n## Setup \n\nHere are the hardware and software setup process instructions:\n\n### [Hardware requirements and setup](./HARDWARE_SETUP.md) ( HARDWARE_SETUP.md )\n\n### [Software requirements and setup](./SOFTWARE_SETUP.md) ( SOFTWARE_SETUP.md )\n\n\n## Manual setup instructions   \n\nThe setup process for each gamepad configuration can be performed manually as well. You can chose the configuration that matches your needs and follow the steps.\n\n  1. [8_Buttons](https://github.com/milador/RaspberryPi-Joystick/blob/master/8_Buttons_Joystick/) ( 8 Buttons and a dual axis joystick )\n  2. [16_Buttons](https://github.com/milador/RaspberryPi-Joystick/blob/master/16_Buttons_Joystick/) ( 16 Buttons and a dual axis joystick )\n  3. [32_Buttons](https://github.com/milador/RaspberryPi-Joystick/blob/master/32_Buttons_Joystick/) ( 32 Buttons and a dual axis joystick )\n  4. [NSGamepad](https://github.com/milador/RaspberryPi-Joystick/blob/master/NSGamepad/) ( Nintendo Switch )\n  5. [PSGamepad](https://github.com/milador/RaspberryPi-Joystick/blob/master/PSGamepad/) ( PS3/PS4 )\n  6. [XACGamepad](https://github.com/milador/RaspberryPi-Joystick/blob/master/XACGamepad/) ( Xbox Adaptive Controller )\n  \nPlease select the option based on your need and follow the instructions.\n\n## Collaborators\n\nThanks to all the developers and testers helping to create this project. Special thanks to [gdsports](https://github.com/gdsports) for finding/fixing bugs and developing new features. \n\n\n## License\n\n### MIT License\n\nCopyright (c) 2018 Milador\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 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\u003cp align=\"center\"\u003e\n\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/milador/milador/master/Assets/IMG/mit_license_icon.png\" width=\"50%\" height=\"50%\" alt=\"MIT License\"/\u003e\n\u003c/p\u003e\n\n  \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilador%2FRaspberryPi-Joystick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilador%2FRaspberryPi-Joystick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilador%2FRaspberryPi-Joystick/lists"}