Skip to content

coddingtonbear/azbuka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azbuka: Morse Code USB Keyboard

Note: This is directly derived from @mitxela's Morse USB Keyboard Mk II; this varies from his design only in that it includes minor hardware changes and slightly altered software. If you were interested in this project, you will probably also enjoy his other projects -- check them out!

Schematic

Fuse Settings:

  • lfuse: 0xe1
  • hfuse: 0xdd
  • efuse: 0xfe

And, to set those fuses, a command something like:

avrdude -U lfuse:w:0xe1:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m -c arduino -p attiny85 -F -P /dev/cu.usbserial-ADAPHONEX -b 19200