E
Reaction score
0

Latest activity Postings About

    • E
      enrique replied to the thread output single frecuency CS4344.
      HI Paul, Finally I got the Signal working. This is the code that works: #include <Audio.h> AudioSynthWaveformSine sine1; AudioOutputI2S i2s1; AudioControlSGTL5000 audioShield; AudioConnection patchCord1(sine1, 0, i2s1, 0)...
    • E
      enrique replied to the thread output single frecuency CS4344.
      Hi Paul. Still nothing on the output, with AudioMemory(8) added. What should I expect on teensy's pins when probe with oscilloscope? currently: SDIN varing amplitude square wave SCLK 11.2 MHz LRCK 11.2 MHz MCLK 11.2 MHz I'm using a clone of...
    • E
      Hi, I'm trying to understand how this i2s protocol works and what can be done with it for later play with DSP filters. For now I 'm only trying to generate a simple tone with the Teensy 4.1 and convert to analog with the CS4344, then measure...
  • Loading…
  • Loading…
Back
Top