Anninster Posted November 8, 2016 Posted November 8, 2016 so for my DLD project i wanted to create a simple keyboard that will display alphabets small and capital with help of shift and numbers 0 to 9 along with space. i have created a circuit that will give me the desired ascii code of that character but i dont know how to display it i had an idea where i integrate it with ps2 output pin and connect it with a system equations.txt
Klaynos Posted November 8, 2016 Posted November 8, 2016 Display where? On a computer? What os? What kind of experience do you have? Have you looked at any of the build a keyboard guides? I've never done it and only looked at doing things using arduino to synthesis a keyboard to do more complicated things. Probably overkill for this.
Anninster Posted November 8, 2016 Author Posted November 8, 2016 can you tell me a simple way to show the output like using lcd screen with a microcontroler or some other chips? i have not looked into the transfer of data into the pc yet but have studied the structure of keyboard
Klaynos Posted November 9, 2016 Posted November 9, 2016 With arduinos with on chip USB/serial there are prewritten functions to do it. The problem you'll have is coming up with ways to map all the keys to a limited set of inputs. I've not looked into this too much. There must be a more traditional way to do this, there are hundreds of tutorials on building custom keyboards.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now