- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Do-It-Yourself Frequency Counter
This project allows you to create a frequency counter with excellent precision and low consumption thanks to the use of a 32768Hz quartz.
The project is based on a BluePill with STM32 microcontroller. The latter receives a 10MHz clock which is multiplied to 70MHz by the internal circuit of the microcontroller and uses a 32768Hz clock to count the pulses. Thanks to the precision of the quartz at 10MHz and the internal compensation circuit, the clock at 32768Hz will be corrected in order to obtain excellent precision. Alternatively, a DS3231 could be used which has an output clock at the same frequency but temperature compensated.
The graphic display is entrusted to a 16×4 character display and there is a rotary encoder to be able to vary some parameters.