You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.vusb 1.1KB

12345678910111213141516171819202122232425262728293031323334353637
  1. V-USB Support
  2. =============
  3. You can also use this converter on ATmega(168/328) with V-USB instead of Teensy.
  4. The converter on V-USB lacks some features for now: USB NKRO and System/Media control.
  5. To build a firmware use Makefile.vusb instead of Makefile.
  6. Circuit
  7. -------
  8. +---+ +---------------+
  9. USB GND | | ATmega168 |
  10. === C3 | |
  11. 5V <-------+--------+---|Vcc,AVCC | PS/2
  12. R1 | | ====
  13. D- <----+--+-----R2-----|INT1 RXD|------->DATA
  14. D+ <----|---+----R3-----|INT0 XCK|------->CLOCK
  15. Z1 Z2 | | ->5V
  16. GND<----+---+--+--+-----|GND | ->GND
  17. | | | |
  18. | C2-+--|XTAL1 |
  19. | X1 | |
  20. +--C3-+--|XTAL2 |
  21. +---------------+
  22. R1: 1.5K Ohm
  23. R2,R3: 68 Ohm
  24. Z1,Z2: Zenner 3.6V
  25. C1,C2: 22pF
  26. C3: 0.1uF
  27. X1: Crystal 20MHz(16MHz/12MHz)
  28. This is my V-USB converter on breadboard.
  29. [IMG]http://i.imgur.com/8jJCZl.jpg[/IMG]
  30. EOF