Skip to content

ingbird64/TinyDiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyDiv

10 MHz to 1PPS frequency divider with ATtiny85

Input

  • 10 MHz at CLKI (Pin2)

Outputs

  • 1PPS-Output at PB2 (Pin7)
  • 10kHz at PB0 (Pin5)
  • 10Hz at PB1 (Pin6)

schematic

Build

On Debian-like Linux, compiling the .ASM assembler-sources into a HEX-file that can be written to the ATTiny can be done with avra:

Get avra:

sudo apt install avra

Compile assembler-sources

avra -l div01.lst div01.asm

About

10 MHz to 1PPS frequency divider with ATtiny85

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published