-
Notifications
You must be signed in to change notification settings - Fork 0
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
Attiny84 Keyboard #1
Comments
follow this project it is based on another one with improvements, it is IR project but you can modify it to send keyboards |
Thanks for the quick answer, I have some more questions as I am using an attiny84 is it require an external 16Mhz crystal to communicate with the usb? and need a bit more help with the schematics, which pins on attiny84 should connect to usb? |
look at this project https://nathan.chantrell.net/20121014/tinypcremote-an-attiny85-based-infrared-pc-remote-control/ |
Yup, I sawed it, but the thing is will this stays the same for an attiny84, and any ideas if I need an external crystal for it? |
just add it, look at this schema, i used external crustal 20 for my project https://www.avrfreaks.net/forum/implement-usb-device-attiny85 |
So tried it, added a 16Mhz crystal in attiny84, its working with the crystal, modified the usbconfig.h like this ``/* This is the port where the USB bus is connected. When you configure it to
Compiled the example sketch in the library and uploaded the code but getting Unknown USB Device (Device Descriptor Failed) in the device manager. any ideas whats wrong here? |
I can not help you, because it is not my main job, it is just hobby project. |
Can you help me how can I use this with attiny84 to act as a keyboard?
The text was updated successfully, but these errors were encountered: