An open API service indexing awesome lists of open source software.

https://github.com/persello/frequencycounter

Arduino/AVR frequency counter. Up to f_clk_io/2. Uses Timer/Counter1.
https://github.com/persello/frequencycounter

arduino avr frequency-counter high-frequency mhz timer-counter

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.