https://github.com/zenitheesc/design-blocks
https://github.com/zenitheesc/design-blocks
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenitheesc/design-blocks
- Owner: zenitheesc
- License: mit
- Created: 2020-08-26T17:05:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T00:52:12.000Z (over 4 years ago)
- Last Synced: 2023-03-10T22:33:28.597Z (almost 3 years ago)
- Size: 9.44 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Design blocks
Collection of circuits and Documentation
Environment and Tools •
Steps to run and debug •
How to contribute? •
## Objective
Unify all circuits designed by the group adding proper documentation.
## Environment
Our circuits are mainly developed in [KiCad](https://www.kicad.org/).
## Adding a Design Block
1. Clone this repository
2. Create a folder with the Circuit name
3. Add the appropriate files according to the software used
4. Add a `README.md` file to the Driver folder
1. On the README add the Author, Date, and purpose of the library
2. Add Documentation: Schematic, Layout and B.O.M.
3. Add a notes section for any extra information on circuit usage and performance
5. Add a folder called `Docs`
1. Add any External Documentation including Datasheets, Application Notes, and Register Maps
6. If there is a GitHub Issue for the Design Blocks add a message or close it.
---