Hi,
I did read multiple post about ADC, but for me it it al confusing. Not sure how to accomplish what I would like to do.
I'm using the Teensy 4.0.
This is what I would like to do:
- read one analog input (pin A9) at a fixed high (e.g...
This is not a duplicate. The other thread was about reading a fast serial data stream. This thread is about configuring a Teensy as a audio input device.
I want to connect the audio signal to the ADC input of the Teensy and read the data with...
Hi,
I noticed the Teensy can be configured as an audio interface.
Can I configure this as a 1 channel, 16 bits, 384KHz sample rate input device?
I would like to use a Teensy 4 to create a ultrasonic microphone.
I have a mic that produces an...
Hi,
I would like to use the I2S interface to generate a 2.5 MHz clock and read in serial data on this clock.
Which library can I use to make this happen? Note that I do not need to process audio data. Just need to read in raw data.
Can I program...