Skip to content

Arduino/AVR frequency counter. Up to f_clk_io/2. Uses Timer/Counter1.

Notifications You must be signed in to change notification settings

persello/FrequencyCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrequencyCounter

Arduino/AVR high frequency counter, goes up to half the clock speed of the microcontroller. It uses Timer/Counter1 in order to achieve high speeds.

Usage

Simply upload the program using PlatformIO or Arduino (sketch file is located in the src folder) and connect to the serial monitor. Connect your signal line to the digital pin 5 (on Arduino), called PORTD5 (T1 input) on AVR microcontrollers. Using an external clock is recommended. Units are automatically calculated.

About

Arduino/AVR frequency counter. Up to f_clk_io/2. Uses Timer/Counter1.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages