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

CYCLONE II FPGA with TM1638 in VHDL code #71

Open
paskalthelordoffpga opened this issue Mar 24, 2023 · 3 comments
Open

CYCLONE II FPGA with TM1638 in VHDL code #71

paskalthelordoffpga opened this issue Mar 24, 2023 · 3 comments

Comments

@paskalthelordoffpga
Copy link

can you make the VHDL code so it can be connected dan turn on the LEDs with switches

@paskalthelordoffpga
Copy link
Author

TM1638 Key and LED Module.pdf
heres the data sheet of TM1638 with the arduinos code on the last page of the file. I find it hard to translate it into VHDL

@Paebbels
Copy link
Member

Where to find the datasheet of the TM6138 controller? The given datasheet is for the module, but not the controller.

Based on the mentioned signals, it's neither I²C nor SPI nor OneWire as a protocol. So first the communication protocol needs to be known. Then you would need multiple layers of VHDL modules for byte-wise bus operations, TM6138 command handling, input/output abstraction layer.

@paskalthelordoffpga
Copy link
Author

TM1638(1).pdf
heres the module, i hope you can solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants