riccardo
Member
Hello,
I am looking at ways of measuring resonance of a coil/cap in parallel so that it can then be pulsed at that frequency (around 100kHz). Preferably I would like to do this with a relatively small 8-bit AVR like the ATMega 328P used in the UNO. Basically I would put a single pulse into a coil, then the ringing waveform is buffered to give a set of sqare pulses for the micro to use.
I've seen a few different methods for making freqency counters but have difficulty with them. This is due to a few reasons:
I am looking at ways of measuring resonance of a coil/cap in parallel so that it can then be pulsed at that frequency (around 100kHz). Preferably I would like to do this with a relatively small 8-bit AVR like the ATMega 328P used in the UNO. Basically I would put a single pulse into a coil, then the ringing waveform is buffered to give a set of sqare pulses for the micro to use.
I've seen a few different methods for making freqency counters but have difficulty with them. This is due to a few reasons:
- The frequency is too high for direct pulse timing like the Arduino PulseIn command. (the accuracy is very poor)
- I dont have a continuous pulse train to sample continuously
- The pulse train can have a varying number of pulses from the ringing coil (e.g. 5 to 20)