-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Texas Instruments ADS101x ADCs #308
base: master
Are you sure you want to change the base?
Add Texas Instruments ADS101x ADCs #308
Conversation
Bot! |
This comment has been minimized.
This comment has been minimized.
Aha, it looks like the Pool manager omitted the STEP file from the PR. I couldn't figure out how to add it from the UI so I just added it manually. |
Shrank the symbol to a more reasonable size. |
Could you submit this as a bug in the horizon-eda/horizon repo? |
Bot! |
This review is brought to you by the Horizon EDA Poolbot commit eb40288. Items in this PR
Parts overview (excluding derived)Bold items are from this PR
Derived partsBold items are from this PR
Parts tableValues in italic are inherited
DetailsPartsADS101xIDGS✔️ Checks passed
Flags
ADS1014IDGSInerhits from ADS101xIDGS ✔️ Checks passed
Orderable MPNs
ADS1013IDGSInerhits from ADS101xIDGS ✔️ Checks passed
Orderable MPNs
ADS1015IDGSInerhits from ADS101xIDGS ✔️ Checks passed
Orderable MPNs
EntitiesADS101x✔️ Checks passed
UnitsADS101x✔️ Checks passed
Symbol: ADS101x✔️ Checks passed
PackagesDGS10
✔️ Package checks passed ✔️ Clearance checks passed Parameters
Pads
Pitch analysis
|
I think this package might better be called VSSOP-10 (3x3mm) than TI's manufacturer specific code. The pad size and X pitch seem to be somewhat different than TI's own drawing, which specifies round metric 0.3x1.45 pads, and 4.4mm X pitch. It might also be worth using the rounded corner schematic pad with a corner radius of 0.07mm (1/4 the shortest side, rounded to 0.1mm). For schematic symbols in horizon, it's good practice to arrange pins by function and not footprint layout. The power pin should be at the top and ground at the bottom. See for example TI's It's also ideal that there are different symbols for the ADS1015 and other parts, to stop errors where the wrong part is chosen and inputs are attached to the NC pins. This would also necessitate an alternate base part/unit/entity. If you are using only one of the two types, don't feel the need to complete the other. Thanks so much for your first contribution, and apologies for all the nitpicks. |
Adds the TI ADS101x family of 12-bit delta-sigma ADCs in the VSSOP (DGS) package. These share a datasheet: https://www.ti.com/product/ADS1015
The footprint and symbol were exported from TI in KiCad format, imported, and touched up to pass checks. The 3D model was exported from TI as a STEP file, imported, and manually aligned. Descriptions are copied from TI datasheets and product pages.
I haven't made a board with this yet, but one is in the works, so I should be able to report back with test results once that's done.