Teensy 3.2 adc question

Status
Not open for further replies.

GOHO

Member
Im looking for an appropriate ADC for a project im presently working on and i have a question about the Teensy 3.2.

I need an ADC that is fast enough that it can read a voltage during a 5uS window that opens approx at a 200HZ frequency.

My question is, is the Teensy fast enough to accomplish this conversion at that rate. Im having a hard time finding the exact sample and conversion rate for the Teensy.

Thanks!

GOHO
 
> I need an ADC that is fast enough that it can read a voltage during a 5uS window that opens approx at a 200HZ frequency.

Say it can sample and convert at about 333K samples/sec or 3 usec. So yes, it can definitely sample with a 5 usec period.
 
The fastest conversion Teensy 3.2 can do is about 0.8-1.0 us, so it's doable. Synchronizing the conversions to a given external signal may be difficult, though.
 
Status
Not open for further replies.
Back
Top