{"id":23910163,"url":"https://github.com/maia-sdr/maia-sdr","last_synced_at":"2025-05-15T08:06:38.666Z","repository":{"id":65796679,"uuid":"599171744","full_name":"maia-sdr/maia-sdr","owner":"maia-sdr","description":"Maia SDR is an open-source FPGA-based SDR project focusing on the ADALM Pluto","archived":false,"fork":false,"pushed_at":"2025-03-20T11:21:05.000Z","size":1949,"stargazers_count":261,"open_issues_count":9,"forks_count":31,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-02T09:51:21.131Z","etag":null,"topics":["adalm-pluto","amaranth-hdl","dsp","fpga","radio","rust","sdr","signal-processing","wasm","webgl2"],"latest_commit_sha":null,"homepage":"https://maia-sdr.org","language":"Rust","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/maia-sdr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-02-08T15:48:07.000Z","updated_at":"2025-03-31T14:31:07.000Z","dependencies_parsed_at":"2023-09-29T13:20:32.364Z","dependency_job_id":"bd3ab969-c3b0-4fd7-bb6f-15e03dc53fd5","html_url":"https://github.com/maia-sdr/maia-sdr","commit_stats":{"total_commits":58,"total_committers":3,"mean_commits":"19.333333333333332","dds":0.03448275862068961,"last_synced_commit":"795e4044c81461dd3578a939d8765d708cd532c3"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maia-sdr%2Fmaia-sdr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maia-sdr%2Fmaia-sdr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maia-sdr%2Fmaia-sdr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maia-sdr%2Fmaia-sdr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maia-sdr","download_url":"https://codeload.github.com/maia-sdr/maia-sdr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027407,"owners_count":21035594,"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":["adalm-pluto","amaranth-hdl","dsp","fpga","radio","rust","sdr","signal-processing","wasm","webgl2"],"created_at":"2025-01-05T07:00:40.810Z","updated_at":"2025-04-09T11:05:21.061Z","avatar_url":"https://github.com/maia-sdr.png","language":"Rust","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Maia SDR\n\n[Maia SDR](https://maia-sdr.org) is an open-source FPGA-based SDR project focusing on the [ADALM\nPluto](https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/adalm-pluto.html).\n\nIt currently provides a firmware image for the Pluto with the following functionality:\n* Web-based interface that can be accessed from a smartphone, PC or other device.\n* Real-time waterfall display supporting up to 61.44 Msps (limit given by the\nAD936x RFIC of the Pluto).\n* IQ recording in [SigMF format](https://github.com/gnuradio/SigMF), at up to\n61.44 Msps and with a 400 MiB maximum data size (limit given by the Pluto RAM\nsize). Recordings can be downloaded to a smartphone or other device.\n\nSee [maia-sdr.org](https://maia-sdr.org) for more details.\n\n## Installation and supported hardware\n\nSee the [installation instructions](https://maia-sdr.org/installation/).\n\n## Firmware images\n\nStable releases of firmware images for the ADALM Pluto and Pluto+ can be found\nin the [plutosdr-fw](https://github.com/maia-sdr/plutosdr-fw) repository. See\nalso the [installation instructions](https://maia-sdr.org/installation/).\n\nDevelopment ADALM Pluto firmware images for each commit and pull request are\nbuilt automatically with Github's actions system. To download the firmware image\nfor the latest commit in the `main` branch (or for any other commit), click on\nthe actions check, then go to the `plutosdr-fw` action details, click on the\nsummary, and download the `pluto-firmware` artifact. This procedure is\nillustrated by the following screenshots.\n\n![List of actions](readme-images/fw-artifact-1.png)\n\n![plutosdr-fw action details](readme-images/fw-artifact-2.png)\n\n![plutosdr-fw action summary](readme-images/fw-artifact-3.png)\n\nFor each pull request, a firmware image is also built. The bot adds a comment to\nthe pull request with a link to the firmware when it is ready.\n\n## Support\n\nSupport for Maia SDR is handled through\n[Github issues](https://github.com/maia-sdr/maia-sdr/issues)\nand\n[Github discussions](https://github.com/maia-sdr/maia-sdr/discussions).\n\n## Project structure\n\nThe project is divided into the following components:\n\n* [maia-hdl](maia-hdl). The FPGA design. It is written in\n  [Amaranth](https://github.com/amaranth-lang/amaranth). It can be used to build\n  the Vivado project and bitstream for Maia SDR or as a library in other projects.\n* [maia-httpd](maia-httpd). The software application that runs on the Zynq ARM CPU.\n  It is written in asynchronous Rust and spawns a web server.\n* [maia-kmod](maia-kmod). A kernel module used to control some RAM buffers that\n  are used to exchange data between the FPGA and CPU.\n* [maia-wasm](maia-wasm). A web application that is the UI of Maia SDR. IT is\n  written in Rust with WebAssembly and uses WebGL2 to render the waterfall.\n\n## License\n\nmaia-hdl is licensed under the\n[MIT license](http://opensource.org/licenses/MIT). maia-httpd and maia-wasm are\nlicensed under either of the\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\nor the MIT license at your option. maia-kmod is licensed under the\n[GPL, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaia-sdr%2Fmaia-sdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaia-sdr%2Fmaia-sdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaia-sdr%2Fmaia-sdr/lists"}