Skip to content
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 K155ID1 / К155ИД1 BCD-to-decimal decoder #6

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Add K155ID1 / К155ИД1 BCD-to-decimal decoder #6

merged 1 commit into from
Dec 22, 2024

Conversation

dbrgn
Copy link
Collaborator

@dbrgn dbrgn commented Dec 22, 2024

These are mainly used for driving nixie tubes.

SUMMARY
  • Add sym/cmp for 74141 ICs
  • Add dev for K155ID1, the Russian (USSR) version of that chip which is easier to source than the original 74141s

The Belarusian company Integral still produces K155ID1 chips: https://integral.by/produktsiya/integralnye-mikroskhemy/standartnye-tsifrovye-logicheskie-ims/ttl-seriya-k155-ekf155/k155id1.html Not sure if these are completely new, or some kind of NOS repackaging. These chips can be obtained from Ebay and similar sites.

More information: https://electronics.stackexchange.com/questions/421185/help-identify-the-ic-manufacturer-is-it-really-possible-that-these-ics-from-the

DATASHEETS / REFERENCES

Here's a datasheet that describes how the IC works: https://tubehobby.com/datasheets/k155id1.pdf (This is neither the 74141 nor the one by Integral, but it should behave the same.)

OPEN QUESTIONS / UNRESOLVED ISSUES

n/a

CHECKLIST
  • I have read and followed the library conventions¹.
  • For packages, I followed IPC7351C (see details in library conventions).
  • For modified elements, I bumped their version number².
  • I already used the new library elements in a design and verified their correctness (optional).
  • I'm the copyright owner of the added content (i.e. the changes are made by myself, not copied/imported from somewhere else).
  • I agree to publish all my changes under the CC0 Public Domain License³, allowing everyone to use and modify the content without any restrictions.

¹ Library Conventions: https://docs.librepcb.org/#libraryconventions
² Minor version bump if only metadata was modified (e.g. "0.1" -> "0.1.1"), major version bump if functional changes were made (e.g. "0.1" -> "0.2")
³ CC0 Public Domain License: https://en.wikipedia.org/wiki/CC0

These are mainly used for driving nixie tubes.
@dbrgn dbrgn added the addition New library element. label Dec 22, 2024
@dbrgn dbrgn requested a review from ubruhin December 22, 2024 22:56
@dbrgn dbrgn merged commit 9e40d9d into master Dec 22, 2024
3 checks passed
@dbrgn dbrgn deleted the k155id1 branch December 22, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition New library element.
Development

Successfully merging this pull request may close these issues.

2 participants