Changes between Version 6 and Version 7 of ak2tousb


Ignore:
Timestamp:
Feb 8, 2012, 11:41:40 PM (12 years ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ak2tousb

    v6 v7  
    33
    44== Hardware ==
    5 [http://pulkomandy.ath.cx/projects/avrstuff/browser/aktousb/circuit kicad files]
     5[http://pulkomandy.tk/projects/avrstuff/browser/aktousb/circuit kicad files]
    66
    77Very simple hardware :
     
    1515
    1616== Bootloader ==
    17 [http://pulkomandy.ath.cx/projects/avrstuff/browser/aktousb/usbbootloader Bootloader]
     17[http://pulkomandy.th/projects/avrstuff/browser/aktousb/usbbootloader Bootloader]
    1818
    1919I used the USBaspLoader, which takes some space (1024 bytes) on the device but is easy to work with and appropriate for this kind of devices. There is a jumper on the board you have to fit to enable upgrade mode. Else it will start in regular mode and act as a keyboard. This allows easy development (no need for an ISP connector, nor an usbasp once you have bootloaded the atmega).
    2020
    2121== Software ==
    22 [http://pulkomandy.ath.cx/projects/avrstuff/browser/aktousb/code Source code]
     22[http://pulkomandy.tk/projects/avrstuff/browser/aktousb/code Source code]
    2323
    2424The software is quite simple.