Altera_Forum
Honored Contributor
17 years agoDE2 Keypad Scanner?
I'm looking for a keypad scanner programmed in Verilog for the DE2.
I've found some C language keypad scanner but I can't get them to work. On my own attempt at Verilog, I can scan either only row or column of a keypad but not scan a specific column and row. I also can't get Nios2IDE to compile correctly but Altera Monitor Program can compile just fine. Is there any difference if I just use the Monitor program instead of the Nios2IDE? Another thing, this university assignment of mine is about external interfacing of DE2, meaning we need to connect our custom PCB to the 40-pin GPIO in/out ports and with some Automated stuff. We decided to build a security system with keypad, voice authentication and many other additional features. But now approaching our deadline, we can't even figure out the keypad scanner part. We're taking degree in Robotics and Automation. If only I can find a working keypad scanner, hopefully in Verilog, it would be great. C language keypad scanner would be helpful as well. I can post up the non-working keypad scanner I have if anyone asked.