├── .gitattributes ├── LICENSE ├── code-of-conduct.md ├── contributing.md └── readme.md /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | readme.md merge=union 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). 6 | 7 | Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. 8 | 9 | For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 10 | 11 | Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: 12 | i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; 13 | 14 | ii. moral rights retained by the original author(s) and/or performer(s); 15 | 16 | iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; 17 | 18 | iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; 19 | 20 | v. rights protecting the extraction, dissemination, use and reuse of data in a Work; 21 | 22 | vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and 23 | 24 | vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 25 | 26 | Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 27 | 28 | Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 29 | 30 | Limitations and Disclaimers. 31 | 32 | a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. 33 | 34 | b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. 35 | 36 | c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. 37 | 38 | d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. 39 | 40 | For more information, please see http://creativecommons.org/publicdomain/zero/1.0 41 | -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, gender identity and expression, level of experience, 9 | nationality, personal appearance, race, religion, or sexual identity and 10 | orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at arturo182@tlen.pl. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at [http://contributor-covenant.org/version/1/4][version] 72 | 73 | [homepage]: http://contributor-covenant.org 74 | [version]: http://contributor-covenant.org/version/1/4/ 75 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a 4 | [Contributor Code of Conduct](code-of-conduct.md). By participating in this 5 | project you agree to abide by its terms. 6 | 7 | --- 8 | 9 | Ensure your pull request adheres to the following guidelines: 10 | 11 | - The PMOD board is open source 12 | - The link in the list doesn't have to point to the sources but they should be possible to reach from the page you link 13 | - The new item is in the correct category 14 | - New categories can be created if needed 15 | - Keep the items within a category in alphabetical order 16 | 17 | Thank you for your suggestions! 18 | 19 | 20 | ## Updating your PR 21 | 22 | A lot of times, making a PR adhere to the standards above can be difficult. 23 | If the maintainers notice anything that we'd like changed, we'll ask you to 24 | edit your PR before we merge it. There's no need to open a new PR, just edit 25 | the existing one. If you're not sure how to do that, 26 | [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) 27 | on the different ways you can update your PR so that we can merge it. 28 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Awesome PMOD 2 | 3 | [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 4 | 5 | > A curated list of Open Source PMOD boards 6 | 7 | 8 | ## Contents 9 | 10 | The list is organized by the interface types, see the [Specification](#specification) for more details. 11 | 12 | You can also check the [Terminology](#terminology) section for extra information. 13 | 14 | - [GPIO](#gpio) 15 | - [Expanded GPIO](#expanded-gpio) 16 | - [SPI](#spi) 17 | - [Expanded SPI](#expanded-spi) 18 | - [UART](#uart) 19 | - [Expanded UART](#expanded-uart) 20 | - [H-Bridge](#h-bridge) 21 | - [Dual H-Bridge](#dual-h-bridge) 22 | - [Expanded Dual H-Bridge](#expanded-dual-h-bridge) 23 | - [I2C](#i2c) 24 | - [I2S](#i2s) 25 | - [Others](#others) 26 | - [Others Expanded](#others-expanded) 27 | - [Others Double](#others-double) 28 | 29 | 30 | ## Terminology 31 | 32 | - A regular/single PMOD means a single-row connector with 6 pins 33 | - An expanded PMOD means a dual-row connector with 12 pins 34 | - A double PMOD means two expanded PMODs with spacing as defined by the [Specification](#specification) (0.9") 35 | 36 | ## GPIO 37 | 38 | - [Raw USB](https://github.com/TomKeddie/prj-pmod/tree/master/hardware/pmod-usb-raw) by [Tom Keddie](https://github.com/TomKeddie) 39 | - [SAO adapter](https://github.com/TomKeddie/prj-pmod/tree/master/hardware/pmod-sao) by [Tom Keddie](https://github.com/TomKeddie) 40 | 41 | 42 | ## Expanded GPIO 43 | 44 | - [7 Segment Display](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/7segment) by [Piotr Esden-Tempski](https://github.com/esden) 45 | - [8 x 7 Segment Display](https://github.com/twam/Pmod7Segment) by [Tobias Müller](https://github.com/twam) 46 | - [DIP Switch](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/dip-switch) by [Piotr Esden-Tempski](https://github.com/esden) 47 | - [Level Converter](https://github.com/TomKeddie/prj-pmod/tree/master/hardware/pmod-level-conv) by [Tom Keddie](https://github.com/TomKeddie) 48 | - [Simple LED](https://github.com/TomKeddie/prj-pmod/tree/master/hardware/pmod-eight-led) by [Tom Keddie](https://github.com/TomKeddie) 49 | - [TriState LED](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/tristate-led) by [Piotr Esden-Tempski](https://github.com/esden) 50 | 51 | ## SPI 52 | 53 | - [List item](http://example.com) 54 | 55 | 56 | ## Expanded SPI 57 | 58 | - [0.95" 96x64 65K Color OLED](https://hackaday.io/project/165512-095-96x64-65k-color-oled-pmod) by [arturo182](https://twitter.com/arturo182) 59 | 60 | 61 | ## UART 62 | 63 | - [List item](http://example.com) 64 | 65 | 66 | ## Expanded UART 67 | 68 | - [List item](http://example.com) 69 | 70 | 71 | ## H-Bridge 72 | 73 | - [List item](http://example.com) 74 | 75 | 76 | ## Dual H-Bridge 77 | 78 | - [List item](http://example.com) 79 | 80 | 81 | ## Expanded Dual H-Bridge 82 | 83 | - [List item](http://example.com) 84 | 85 | 86 | ## I2C 87 | 88 | - [BB Q10 Keyboard](https://hackaday.io/project/165511-bb-q10-keyboard-pmod) by [arturo182](https://twitter.com/arturo182) 89 | - [IS31FL3741 Breakout Board](https://hackaday.io/project/165850-is31fl3741-breakout-board-pmod) by [arturo182](https://twitter.com/arturo182) 90 | 91 | 92 | ## I2S 93 | 94 | - [SGTL5000 I2S Audio Codec](https://hackaday.io/project/165528-sgtl5000-i2s-audio-codec-pmod) by [arturo182](https://twitter.com/arturo182) 95 | 96 | 97 | ## Others 98 | 99 | - [List item](http://example.com) 100 | 101 | 102 | ## Others Expanded 103 | 104 | - [3-bit DVI](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/dvi-3bit) by [Piotr Esden-Tempski](https://github.com/esden) 105 | - [4-bit DVI](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/dvi-4bit) by [Piotr Esden-Tempski](https://github.com/esden) 106 | - [Accelerometer, Gyro](https://github.com/xesscorp/StickIt/tree/master/modules/MPU) by [XESS Corp](https://github.com/xesscorp) 107 | - [Audio Codec](https://github.com/xesscorp/StickIt/tree/master/modules/Audio) by [XESS Corp](https://github.com/xesscorp) 108 | - [Buttons](https://github.com/xesscorp/StickIt/tree/master/modules/Buttons) by [XESS Corp](https://github.com/xesscorp) 109 | - [DIP Switch](https://github.com/xesscorp/StickIt/tree/master/modules/DIPSwitch) by [XESS Corp](https://github.com/xesscorp) 110 | - [LED Digits](https://github.com/xesscorp/StickIt/tree/master/modules/LedDigits) by [XESS Corp](https://github.com/xesscorp) 111 | - [LED Panel](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/led-panel-single) by [Piotr Esden-Tempski](https://github.com/esden) 112 | - [LED Panel Mini](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/led-panel-single-mini) by [Piotr Esden-Tempski](https://github.com/esden) 113 | - [PS/2 Interface](https://github.com/xesscorp/StickIt/tree/master/modules/Ps2) by [XESS Corp](https://github.com/xesscorp) 114 | - [Rotary Encoder (Dual)](https://github.com/xesscorp/StickIt/tree/master/modules/RotaryEncoder) by [XESS Corp](https://github.com/xesscorp) 115 | - [SAMD21](https://github.com/TomKeddie/prj-pmod/tree/master/hardware/pmod-samd21) by [Tom Keddie](https://github.com/TomKeddie) 116 | 117 | ## Others Double 118 | 119 | - [12-bit DVI](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/dvi-12bit) by [Piotr Esden-Tempski](https://github.com/esden) 120 | - [LED Panel](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/led-panel) by [Piotr Esden-Tempski](https://github.com/esden) 121 | - [S70KL1281 HyperRAM](https://github.com/icebreaker-fpga/icebreaker-pmod/tree/master/hyperram) by [Piotr Esden-Tempski](https://github.com/esden) 122 | - [VGA (15-bit)](https://github.com/xesscorp/StickIt/tree/master/modules/Vga) by [XESS Corp.](https://github.com/xesscorp) 123 | 124 | 125 | ## Specification 126 | 127 | [PMOD specification v1.2.0](https://reference.digilentinc.com/_media/reference/pmod/pmod-interface-specification-1_2_0.pdf). 128 | 129 | 130 | ## Contribute 131 | 132 | Contributions welcome! Read the [contribution guidelines](contributing.md) first. 133 | 134 | 135 | ## License 136 | 137 | [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0) 138 | 139 | To the extent possible under law, arturo182 has waived all copyright and 140 | related or neighboring rights to this work. 141 | 142 | --------------------------------------------------------------------------------