Search found 3 matches

by t_tuku
Thu Jul 04, 2024 8:03 am
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 80
Views: 103769

Re: Best Frequency Meter ever made with ESP32 - awesome!

Hi Tuku, First define the frequency range you want to use in your project. For example from 1 Hz to 100KHz. If it is for frequencies below 1 Hz, the sample time will have to be changed. sample_time = 1000000; ( one million miliseconds) 1. The pulse counter uses the ESP32 pcnt. Pcnt has the followin...
by t_tuku
Thu May 02, 2024 2:47 am
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 80
Views: 103769

Re: Best Frequency Meter ever made with ESP32 - awesome!

I am waiting for ur availability. I need it urgently. BTW I can wait some days . Otherwise can you pls tell where to search for in the code.. I will try my best
by t_tuku
Wed May 01, 2024 5:04 pm
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 80
Views: 103769

Can we get duty cycle as well as frequency count?

Hi you have created a best frequency meter ever in the internet. My requirements are, apart from getting frequency, I need to get duty cycle from the given code. But I can't figured out from where I can got this. Please help me to get the DUTY CYCLE as well.

Thank you in Advance