Hey everyone, I'm pretty sure that this Adafruit TLV320DAC3100 I2S DAC will work fine with teensy, just looking for a little guidance before I start.
Adafruit co. has provided an arduino c++ library for the setup which you can see here:
https://github.com/adafruit/Adafruit_TLV320_I2S/blob/main/examples/basicI2Sconfig/basicI2Sconfig.ino
I'm feeling a little lost. Which values would I provide here to make the DAC work with the i2s audio stream that the teensy outputs?
what values would I give for PLL clock generation?
is it wise to use the PLL to generate a master clock signal, like they do here, or is it better to connect the teensy's MCLCK to the board directly?
and in either case how would I config that in code?
thanks.
I've examined the teensy audio library a bit to try and see how it all works.
If this board and everything works well,, I'd be happy to write an
I think that would be interesting to do.
here's a link to the adafruit shop:
https://learn.adafruit.com/adafruit-tlv320dac3100-i2s-dac/overview
Adafruit co. has provided an arduino c++ library for the setup which you can see here:
https://github.com/adafruit/Adafruit_TLV320_I2S/blob/main/examples/basicI2Sconfig/basicI2Sconfig.ino
I'm feeling a little lost. Which values would I provide here to make the DAC work with the i2s audio stream that the teensy outputs?
what values would I give for PLL clock generation?
is it wise to use the PLL to generate a master clock signal, like they do here, or is it better to connect the teensy's MCLCK to the board directly?
and in either case how would I config that in code?
thanks.
I've examined the teensy audio library a bit to try and see how it all works.
If this board and everything works well,, I'd be happy to write an
AudioControl object that can be added to the library etc.I think that would be interesting to do.
here's a link to the adafruit shop:
https://learn.adafruit.com/adafruit-tlv320dac3100-i2s-dac/overview