{"id":19994054,"url":"https://github.com/kapsner/raspi-midi-usb-hub","last_synced_at":"2025-07-02T10:34:11.871Z","repository":{"id":228098539,"uuid":"773160054","full_name":"kapsner/raspi-midi-usb-hub","owner":"kapsner","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-23T07:27:03.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T23:36:34.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kapsner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-16T22:52:13.000Z","updated_at":"2024-10-08T08:14:59.000Z","dependencies_parsed_at":"2024-03-17T05:12:59.038Z","dependency_job_id":"2952960f-db16-4303-be62-95128af882b8","html_url":"https://github.com/kapsner/raspi-midi-usb-hub","commit_stats":null,"previous_names":["kapsner/raspi-midi-usb-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kapsner/raspi-midi-usb-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fraspi-midi-usb-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fraspi-midi-usb-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fraspi-midi-usb-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fraspi-midi-usb-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kapsner","download_url":"https://codeload.github.com/kapsner/raspi-midi-usb-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fraspi-midi-usb-hub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263121251,"owners_count":23416962,"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":[],"created_at":"2024-11-13T04:53:53.781Z","updated_at":"2025-07-02T10:34:11.838Z","avatar_url":"https://github.com/kapsner.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raspi-midi-usb-hub\n\nCustom setup; original post is here: https://neuma.studio/raspberry-pi-as-usb-bluetooth-midi-host/\n\nUsing an old Raspberry Pi Model B\n\n## Preparations\n\n1. download https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-03-13/2024-03-12-raspios-bookworm-armhf-lite.img.xz\n\n2. unxz the file: `unxz 2024-03-12-raspios-bookworm-armhf-lite.img.xz`\n\n3. write it to SD card: `sudo dd if=~/Downloads/2024-03-12-raspios-bookworm-armhf-lite.img of=/dev/mmcblk0 bs=1024k status=progress`\n\n  - extend filesystem: Disks \u003e Edit \u003e Resize 'rootfs' partition\n  - eject and reinsert SD card\n\n4. create wpa_supplicant.conf and connect via SSH (find raspi's ip with nmap)\n\n```bash\n# create wifi network file with the following information\necho '\ncountry=us\nupdate_config=1\nctrl_interface=/var/run/wpa_supplicant\n\nnetwork={\n    ssid=\"YOUR_NETWORK_NAME\"\n    psk=\"YOUR_PASSWORD\"\n    scan_ssid=1\n    key_mgmt=WPA-PSK\n}\n' \u003e /media/lorenz/bootfs/wpa_supplicant.conf\n\n# to enable ssh add file ssh in boot partition\ntouch /media/lorenz/bootfs/ssh\n```\n\n5. install everything: log via ssh into raspberry and execute the following commands\n\n```bash\ngit clone https://github.com/kapsner/raspi-midi-usb-hub\ncd raspi-midi-usb-hub\n./install.sh\n```\n\nTo manually update all MIDI-devices, run `./update.sh`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapsner%2Fraspi-midi-usb-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkapsner%2Fraspi-midi-usb-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapsner%2Fraspi-midi-usb-hub/lists"}