Teensy 3.6 ADC data sheet / setting a static sampling rate

Status
Not open for further replies.

matze

New member
Hey.
I bought the teensy 3.6 to measure the voltage of a three phase AC system, it’s a project for work.
The Input Signal is 100 V by 50 Hz, so nothing real spectacular but still the first time I work with a microcontroller.

The idea is to use a voltage divider, then adding an offset with an operational amplifier, using lowpass to get rid of frequency’s higher than 2 kHZ.

1. My first question is, which ADC are used on the teensy. It would be great if anyone has seen the data sheet for the ADC’s.
I actually need some info about the ESD protection and the data of the internal diodes for protecting the ADC.
Besides that, I’m planning to protect the ADC with external diodes…

2. Using the analog read() works so far. I would like to know if there is an easy way to set a static sampling rate other than using the delay.
Maybe similar to the analogReadResolution() function.

Thanks.
 
Status
Not open for further replies.
Back
Top