- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 10 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 months 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.