eng.7oka
Newbie level 3
I'm using the ADC of PIC18F452 to read a sound signal of freq around 70 Hz. My goal is to take the readings with a rate of at least 10 times and store them on an SD card for later use of data. I'm using a 20MHz OSC.
My problem is that I need to get the readings with a uniform (and known) sampling to be able to process the data later. I thought of using a timer and interrupt but that will make the readings slow.. any idea how to do that (know the exact timing between readings and insure it's at least 700Hz) ??
Thanks in advance
My problem is that I need to get the readings with a uniform (and known) sampling to be able to process the data later. I thought of using a timer and interrupt but that will make the readings slow.. any idea how to do that (know the exact timing between readings and insure it's at least 700Hz) ??
Thanks in advance