Great video! Any tutorial how to measure two input signals simultaneusly with a maximal freq of 40kHz and and show the ration of the two? I would maybe use a tiny ESP32 board if possible with wifi or BT. Maybe ou have an idea if a ESP32 or ESP01 would be okay for the job?
Hi Sir, Nice Video. I need to Measure frequency from 1 Hz to 10000K Hz..Also Duty Cycle Resolution is 1 Hz. Can you Help me for this ?? Thanks in Advance.
Hello, it's a pretty simplified frequencymeter. Thanks for the video. Can I ask; I need to use LCD display. Also, I need to count irregular analog signals between 20-100hz. can i use this code? So, can I make these irregular analog signals readable with arduino internal adc or an external adc?
Thanks for your feedback. Yes you can easily replace the OLED with LCD. You need to use appropriate library. The code should be able to measure low frequencies.
@@ahmetozdemir7173 The code uses Timer1 via digital input D8 to calculate the frequency of input TTL rectangular wave. In order to measure frequency through the analog inputs, another sketch needs to be written. But, that's a thought for a future project.
Great video!
Any tutorial how to measure two input signals simultaneusly with a maximal freq of 40kHz and and show the ration of the two? I would maybe use a tiny ESP32 board if possible with wifi or BT.
Maybe ou have an idea if a ESP32 or ESP01 would be okay for the job?
Hi Sir,
Nice Video.
I need to Measure frequency from 1 Hz to 10000K Hz..Also Duty Cycle Resolution is 1 Hz. Can you Help me for this ??
Thanks in Advance.
Hello, it's a pretty simplified frequencymeter. Thanks for the video.
Can I ask; I need to use LCD display. Also, I need to count irregular analog signals between 20-100hz. can i use this code?
So, can I make these irregular analog signals readable with arduino internal adc or an external adc?
Thanks for your feedback. Yes you can easily replace the OLED with LCD. You need to use appropriate library. The code should be able to measure low frequencies.
@@AnasKuzechie thank for answere. one of my questions was also about adc.
@@ahmetozdemir7173 The code uses Timer1 via digital input D8 to calculate the frequency of input TTL rectangular wave. In order to measure frequency through the analog inputs, another sketch needs to be written. But, that's a thought for a future project.
@@AnasKuzechie It will be very good if you prepare a video for analog signal.
What would be the max frequency it could measure ? I need to measure around 2 Mhz not much precision needed
It's about Arduino
Arduino need to have much faster clock then frequency
@@matgaw123 uno runs at 16mhz , I used freqcount library and it worked fine , measures very good
@@rodriguezfranco3839 good